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

file catalog is too long that can't be created #46

Open
past-is-past opened this issue Feb 20, 2019 · 2 comments
Open

file catalog is too long that can't be created #46

past-is-past opened this issue Feb 20, 2019 · 2 comments

Comments

@past-is-past
Copy link

past-is-past commented Feb 20, 2019

Seeing agents/statistic.py line 20:
self.writer = tf.summary.FileWriter('./logs/%s' % self.model_dir, self.sess.graph)
It tries to use self.model_dir to create file but it raises error : "tensorflow.python.framework.errors_impl.NotFoundError: Failed to create a directory:"
How can I fix it? My python version is 3.6, and tensorflow version is 1.12

@xiaotangdoupaixuexiji
Copy link

I have meet same question,Have you solved it?

@amysmith28
Copy link

I also have this issue, anyone solve?

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