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

How to evaluate the model? ('script_inference.sh' missing) #4

Open
sws503 opened this issue Mar 29, 2021 · 0 comments
Open

How to evaluate the model? ('script_inference.sh' missing) #4

sws503 opened this issue Mar 29, 2021 · 0 comments

Comments

@sws503
Copy link

sws503 commented Mar 29, 2021

I want to evaluate the model but I can't find './script_inference.sh' file. (based on README.md)

So I set the cfg file into './output/final_model/setting.yml', but SameFileError occurs like this.

Traceback (most recent call last):
  File "/home/user01/wooseok/CPCStoryVisualization-Pytorch/main_pororo.py", line 137, in <module>
    algo = GANTrainer(output_dir, args, ratio=1.0)
  File "/home/user01/wooseok/CPCStoryVisualization-Pytorch/trainer.py", line 56, in __init__
    copyfile(args.cfg_file, output_dir + 'setting.yml')
  File "/home/user01/anaconda3/envs/video1/lib/python3.7/shutil.py", line 104, in copyfile
    raise SameFileError("{!r} and {!r} are the same file".format(src, dst))
shutil.SameFileError: './output/final_model/setting.yml' and './output/final_model/setting.yml' are the same file

Can you tell the command or upload 'script_inference.sh' file to evaluate the model?

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

1 participant