You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the code, there is a problem in line 117 of test_quant.py "next_module = father_module.reduction". my shell is "python test_quant.py --model deit_small --dataset /root/data/Imagenet". Is there any problem with my shell?
The text was updated successfully, but these errors were encountered:
If your model is deit, you should access line112 ('norm1') or 114 ('norm2'). My suggestion is to check if the model is loaded correctly, or you can try to change the version of timm (my version is 0.4.12).
When I try to run the code, there is a problem in line 117 of test_quant.py "next_module = father_module.reduction". my shell is "python test_quant.py --model deit_small --dataset /root/data/Imagenet". Is there any problem with my shell?
The text was updated successfully, but these errors were encountered: