Closed afung-git closed 5 years ago
I assume it's a pytorch version issue.
I assume it's a pytorch version issue.
The same issue. Would you mind provide a valid download link for installing torch==0.2.0_4 correctly? I do not find any satisfied version on: https://pytorch.org/get-started/previous-versions/ All of the Linux binaries are compiled with CUDA 7.5, but my machine is built with CUDA-10.0. It seems it is impossible to inference it.
Thanks.
I assume it's a pytorch version issue.
It is indeed a pytorch version. If you are using a newer version of pytorch just change the order of the ranges in your uniform function from init.uniform(m.weight.data, 1.0, 0.02) ==> init.uniform(m.weight.data, 0.02, 1.0).
When I try to load the model I get the following error. Any insight into how I can fix this would be of great help. I am relatively new to deep learning.
initialization method [xavier]
RuntimeError Traceback (most recent call last)