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
I try python main.py
there is a error:
Traceback (most recent call last):
File "C:\Users\19099\Desktop\stargan-v2-master\main.py", line 182, in
main(args)
File "C:\Users\19099\Desktop\stargan-v2-master\main.py", line 37, in main
solver = Solver(args)
File "C:\Users\19099\Desktop\stargan-v2-master\core\solver.py", line 58, in init
self.ckptios = [CheckpointIO(ospj(args.checkpoint_dir, '{:06d}_nets_ema.ckpt'), data_parallel=True, **self.nets_ema)]
File "C:\Users\19099\Desktop\stargan-v2-master\core\checkpoint.py", line 17, in init
os.makedirs(os.path.dirname(fname_template), exist_ok=True)
File "C:\Users\19099\anaconda3\envs\lzk\lib\os.py", line 223, in makedirs
mkdir(name, mode)
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: '{:'
how to solve it ?
The text was updated successfully, but these errors were encountered:
I try python main.py
there is a error:
Traceback (most recent call last):
File "C:\Users\19099\Desktop\stargan-v2-master\main.py", line 182, in
main(args)
File "C:\Users\19099\Desktop\stargan-v2-master\main.py", line 37, in main
solver = Solver(args)
File "C:\Users\19099\Desktop\stargan-v2-master\core\solver.py", line 58, in init
self.ckptios = [CheckpointIO(ospj(args.checkpoint_dir, '{:06d}_nets_ema.ckpt'), data_parallel=True, **self.nets_ema)]
File "C:\Users\19099\Desktop\stargan-v2-master\core\checkpoint.py", line 17, in init
os.makedirs(os.path.dirname(fname_template), exist_ok=True)
File "C:\Users\19099\anaconda3\envs\lzk\lib\os.py", line 223, in makedirs
mkdir(name, mode)
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: '{:'
how to solve it ?
The text was updated successfully, but these errors were encountered: