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
I got this error caused by the argument in the 'RunConfig' function when I run the 'python main.py' command. However, it still showed that 'Estimator' object has no attribute 'eval_dir'. what should I do next? Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi @393301836 , it's probably a tf version error, if you check on the tensorflow documentation, these arguments / methods should be defined. You can either modify the code to accomodate those problems to your tf version or upgrade to 1.x
I got this error caused by the argument in the 'RunConfig' function when I run the 'python main.py' command. However, it still showed that 'Estimator' object has no attribute 'eval_dir'. what should I do next? Thank you in advance.
The text was updated successfully, but these errors were encountered: