Open Nicozwy opened 5 years ago
1 handling the first bug by adding .replace() to the RunConfig function 2 should I upgrade the tf in order to support the eval_dir?
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.