-
Notifications
You must be signed in to change notification settings - Fork 309
Adding mobilenetv3 or googlenet will cause the following bugs, can you give some suggestions #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! The provided information is not enough to reproduce the bug. Please give a minimal complete example that reproduces the issue. May be #14 will help you. |
Thank you for your replyWhen I run resnet or alexnet, this is OK, but running mobilenet or Googlenet will display the above bug |
Dict with models is supposed to contain types, not objects. |
thank you very much,It worked well |
Traceback (most recent call last):
File "/home/xiaofei/my_project/SiamTrackers/compute_params/flops-counter.pytorch/sample.py", line 35, in
net = pt_modelsargs.model
File "/home/xiaofei/anaconda3/envs/siamtracker/lib/python3.7/site-packages/torch/nn/modules/module.py", line 550, in call
result = self.forward(*input, **kwargs)
TypeError: forward() missing 1 required positional argument: 'x'
thank you
The text was updated successfully, but these errors were encountered: