This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Pruning: Add support for torch.split() operation #5143
Labels
Comments
it's occurred when solving other issues. we plan to repair this issue in #5107. |
I met similar issue today, it throw error: ,
my model has structure like shufflenet, so it has |
6 tasks
Sorry for late reply and please try nni latest version(master) or v3.0. If you still have some problem please feel free to let me know. @AL3708 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If there is torch.split() operation somewhere in the network, an AttributeError is thrown:
Environment:
How to reproduce it?:
Use code:
The text was updated successfully, but these errors were encountered: