You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to work similar to yours recently. Your work has given me a lot of inspiration, but when I run your wikiart part of the code on windows according to README.md, the following problem appears. Can you help me solve it?
D:\ANACONDA3\envs\pytorch\python.exe D:/HiDT-master/HiDT-master/infer_on_folders.py
result path : .\results/
100%|██████████| 6/6 [00:00<00:00, 14.09it/s]
100%|██████████| 9/9 [00:00<00:00, 138.83it/s]
Traceback (most recent call last):
File "D:/HiDT-master/HiDT-master/infer_on_folders.py", line 114, in
main()
File "D:/HiDT-master/HiDT-master/infer_on_folders.py", line 69, in main
if args.enhancement == 'generator':
AttributeError: 'Namespace' object has no attribute 'enhancement'
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
Hello, I am trying to work similar to yours recently. Your work has given me a lot of inspiration, but when I run your wikiart part of the code on windows according to README.md, the following problem appears. Can you help me solve it?
D:\ANACONDA3\envs\pytorch\python.exe D:/HiDT-master/HiDT-master/infer_on_folders.py
result path : .\results/
100%|██████████| 6/6 [00:00<00:00, 14.09it/s]
100%|██████████| 9/9 [00:00<00:00, 138.83it/s]
Traceback (most recent call last):
File "D:/HiDT-master/HiDT-master/infer_on_folders.py", line 114, in
main()
File "D:/HiDT-master/HiDT-master/infer_on_folders.py", line 69, in main
if args.enhancement == 'generator':
AttributeError: 'Namespace' object has no attribute 'enhancement'
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: