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

import shutil missing #14

Open
Chop1 opened this issue Apr 21, 2020 · 0 comments
Open

import shutil missing #14

Chop1 opened this issue Apr 21, 2020 · 0 comments

Comments

@Chop1
Copy link

Chop1 commented Apr 21, 2020

2020-04-21 15:10:25.662351: Start training...
2020-04-21 15:10:25.662382: Setting up Saver...
Traceback (most recent call last):
  File "main.py", line 83, in <module>
    main(args)
  File "main.py", line 75, in main
    model.train()
  File "....../model.py", line 579, in train
    shutil.rmtree(self.log_dir)
NameError: name 'shutil' is not defined

model.py is missing import shutil

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