-
Notifications
You must be signed in to change notification settings - Fork 24
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
Problem in loading Pretrained Snapshot #8
Comments
Am i supposed to use the vgg16 pretrained model ? |
@rswethashankar92 the demo is a visualization demonstration, Can you use |
Hello @sharpstill using demo_AU_rcnn.py we can visualize the AU unit results? |
I am facing the same error, Can you help? |
@swetha-sree @rswethashankar92 @dev-srikanth I am hurry for preparing another paper these days, you probably need to provide more detail information? And I will answer you in about 1 month layer. You can fix the bug by yourself. Alternatively, you can use |
I am facing the same issue. @swetha-sree @rswethashankar92 did you find a way to resolve this? |
Hi all, Thanks for helping each other, I will convert this code to a clean pytorch version. |
Hi, I tried to execute demo_AU_RCNN.py, where there is a code to load the pre-trained snapshot using chainers, I end up getting an error,
File "demo_AU_rcnn.py", line 28, in init
first_fc_weight = weight_param['head/fc/W'] # shape = (1000, 2048)
File "/home/wse1kor/anaconda3/envs/leni/lib/python3.7/site-packages/numpy/lib/npyio.py", line 266, in getitem
raise KeyError("%s is not a file in the archive" % key)
KeyError: 'head/fc/W is not a file in the archive'
please help me out.
The text was updated successfully, but these errors were encountered: