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
(base) username@user:~/abc/FD-GAN$ python baseline.py -b 256 -d market1501 -a resnet50 --evaluate --resume best_net_E.pth.tar
Traceback (most recent call last):
File "baseline.py", line 200, in
main(parser.parse_args())
File "baseline.py", line 84, in main
sys.stdout = Logger(osp.join(log_dir, 'log_test.txt'))
File "/home/xyz/FD-GAN/reid/utils/logging.py", line 13, in init
mkdir_if_missing(os.path.dirname(fpath))
File "/home/xyz/FD-GAN/reid/utils/osutils.py", line 8, in mkdir_if_missing
os.makedirs(dir_path)
File "/home/pqr/anaconda3/lib/python3.7/os.py", line 221, in makedirs
mkdir(name, mode)
FileNotFoundError: [Errno 2] No such file or directory: ''
The text was updated successfully, but these errors were encountered:
Getting the following error:
(base) username@user:~/abc/FD-GAN$ python baseline.py -b 256 -d market1501 -a resnet50 --evaluate --resume best_net_E.pth.tar
Traceback (most recent call last):
File "baseline.py", line 200, in
main(parser.parse_args())
File "baseline.py", line 84, in main
sys.stdout = Logger(osp.join(log_dir, 'log_test.txt'))
File "/home/xyz/FD-GAN/reid/utils/logging.py", line 13, in init
mkdir_if_missing(os.path.dirname(fpath))
File "/home/xyz/FD-GAN/reid/utils/osutils.py", line 8, in mkdir_if_missing
os.makedirs(dir_path)
File "/home/pqr/anaconda3/lib/python3.7/os.py", line 221, in makedirs
mkdir(name, mode)
FileNotFoundError: [Errno 2] No such file or directory: ''
The text was updated successfully, but these errors were encountered: