Closed fuddyduddy closed 4 years ago
Sorry that I am not actively maintaining this repo now.
I actually tried the code recently. The MSG-Net
is still working with PyTorch 1.4.0.
Alright, thanks. I will close this issue now.
BTW, just tried downgrade to PyTorch 1.4.0. However, the following error comes up:
Traceback (most recent call last):
File "main.py", line 295, in <module>
main()
File "main.py", line 36, in main
raise ValueError("ERROR: cuda is not available, try running on CPU")
ValueError: ERROR: cuda is not available, try running on CPU
It looks like need to downgrade CUDA as well. But i am not gonna try it further due to time constraints.
It's been a while since the last vgg16 issue i found on this "Issues".
So i download the vgg16.t7 from the paper quoted in this github. And i run this command "python main.py train --epochs 4 --style-folder images/ownstyles --save-model-dir own_models --cuda 1" i have put the vgg16.t7 into models folder, it's been detected correctly. However, the following problem happened.
Is there anyway i can fix this? i found in other thread they said replace with another one, but i could not find another one other than from stanford.
Thanks!