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

Minor corrections to the code #5

Open
shirishr opened this issue Jul 24, 2017 · 1 comment
Open

Minor corrections to the code #5

shirishr opened this issue Jul 24, 2017 · 1 comment

Comments

@shirishr
Copy link

Line 158 in op_BEGAN is:
nowDatetime = now.strftime('%Y-%m-%d_%H:%M:%S')

Change it to:
nowDatetime = now.strftime('%Y-%m-%d_%H_%M_%S')

Line 38 in op_base.py is:

    self.project_dir = 'assets/{0}_{1}_{2}_{3}/'.format(self.project, self.dataset, self.data_opt, self.data_size)

Change it to:

    self.project_dir = 'assets/{0}_{1}_{2}_{3}'.format(self.project, self.dataset, self.data_opt, self.data_size)
@zenith4eva
Copy link

This helped a lot. Thanks!

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

2 participants