8000 Copy yaml file error while training · Issue #15 · Onr/Council-GAN · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Copy yaml file error while training #15

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

Open
SomarajuHarsha opened this issue Jan 3, 2022 · 0 comments
Open

Copy yaml file error while training #15

SomarajuHarsha opened this issue Jan 3, 2022 · 0 comments

Comments

@SomarajuHarsha
Copy link

When running the train.py model, it tries to copy the config yaml file to the output directory along with timestamp using shutil. But, it does not copy because of ":" in the datetime.

It is in line 98 in train.py. I suggest to change
str(datetime.datetime.now())[:19]
with
str(datetime.datetime.now())[:19].replace(':', '')

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
0