microsoft/nni

RuntimeError: Has not supported replacing the module: `PixelShuffle`

開放

#4,301 建立於 2021年11月10日

 (4 則留言) (0 個反應) (1 位負責人)Python (1,830 個分叉)batch import
enhancementexternal contributorgood first issue

倉庫指標

星標
 (13,504 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Describe the issue:

Environment:

  • NNI version:Release 2.3 (github master branch)
  • Training service (local|remote|pai|aml|etc):local
  • Client OS:Ubuntu 18.04
  • Server OS (for remote mode only):
  • Python version: Python 3.7.0
  • PyTorch/TensorFlow version: 1.7.1
  • Is conda/virtualenv/venv used?: virutalenv
  • Is running in Docker?: no

For super resolution models, nn.PixelShuffle(scale) is widely used. When I tried to compress and speed up a super resolution model with nn.PixelShuffle( ), 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!

貢獻者指南