This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
RuntimeError: Has not supported replacing the module: PixelShuffle
#4300
Unanswered
dolphintear
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for super resolution models, nn.PixelShuffle(scale) is widely used. When I tried to compress and speed up the sr model, an error was met: RuntimeError: Has not supported replacing the module:
PixelShuffle
. Is there a way that I can fix or work around it. Thanks very much!Beta Was this translation helpful? Give feedback.
All reactions