Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need help #164

Open
lzkforlearn opened this issue Nov 10, 2023 · 2 comments
Open

need help #164

lzkforlearn opened this issue Nov 10, 2023 · 2 comments

Comments

@lzkforlearn
Copy link

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 ?

@QinDer
Copy link

QinDer commented Jun 26, 2024

How to solve this problem?I have the same problem.

@SubeBila
Copy link

Is your model file path correct, try checking it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants