-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When I do reparameterize the model NextViT for onnx export, it returns the error: self.norm(x). None Object is not callable.
I believe line 200 of file https://github.com/huggingface/pytorch-image-models/blob/main/timm/models/nextvit.py
should be
self.norm = nn.Identity()
instead of self.norm = None
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working