Closed xunings closed 2 years ago
Hi, I got the following error while testing the fast style transfer model,
Traceback (most recent call last): File "test_fast.py", line 76, in <module> network = net.Net(vgg, decoder) NameError: name 'net' is not define
Seems that net.Net should be fast_stylenet.Net in https://github.com/cyclomon/CLIPstyler/blob/c8ba7a088b566d40dea3771bc298c08189123eca/test_fast.py#L76
net.Net
fast_stylenet.Net
There seems to be another typo that --content_path should be changed to --content_dir in README for train_fast.py
--content_path
--content_dir
https://github.com/cyclomon/CLIPstyler/blob/main/README.md#fast-style-transfer
Thank you! I corrected the typos.
Hi, I got the following error while testing the fast style transfer model,
Seems that
net.Net
should befast_stylenet.Net
in https://github.com/cyclomon/CLIPstyler/blob/c8ba7a088b566d40dea3771bc298c08189123eca/test_fast.py#L76There seems to be another typo that
--content_path
should be changed to--content_dir
in README for train_fast.pyhttps://github.com/cyclomon/CLIPstyler/blob/main/README.md#fast-style-transfer