We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
loading VGG model... Traceback (most recent call last): File "train.py", line 81, in model = HumanPartsNet(n_class=15) File "/home/leisther/Downloads/deep-learning-for-human-part-discovery-in-images-master/model.py", line 53, in init upsample_pool1=L.Convolution2D(64, self.n_class, ksize=1, stride=1, pad=0, wscale=0.01), File "/home/leisther/anaconda2/envs/venv/lib/python2.7/site-packages/chainer/links/connection/convolution_2d.py", line 120, in init deterministic="deterministic argument is not supported anymore. " File "/home/leisther/anaconda2/envs/venv/lib/python2.7/site-packages/chainer/utils/argument.py", line 19, in parse_kwargs raise TypeError(message) TypeError: init() got unexpected keyword argument(s) 'wscale'
The text was updated successfully, but these errors were encountered:
i have this error too :(
Sorry, something went wrong.
No branches or pull requests
loading VGG model...
Traceback (most recent call last):
File "train.py", line 81, in
model = HumanPartsNet(n_class=15)
File "/home/leisther/Downloads/deep-learning-for-human-part-discovery-in-images-master/model.py", line 53, in init
upsample_pool1=L.Convolution2D(64, self.n_class, ksize=1, stride=1, pad=0, wscale=0.01),
File "/home/leisther/anaconda2/envs/venv/lib/python2.7/site-packages/chainer/links/connection/convolution_2d.py", line 120, in init
deterministic="deterministic argument is not supported anymore. "
File "/home/leisther/anaconda2/envs/venv/lib/python2.7/site-packages/chainer/utils/argument.py", line 19, in parse_kwargs
raise TypeError(message)
TypeError: init() got unexpected keyword argument(s) 'wscale'
The text was updated successfully, but these errors were encountered: