You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
model.py is missing
import shutil
The text was updated successfully, but these errors were encountered: