How To Delete Tensorflow Model Before Retraining
I can't retrain my image classifier with new images, I get the following error: AssertionError: Export directory already exists. Please specify a different export directory: /tmp/s
Solution 1:
just delete c:\tmp or d:\tmp Dir. Depends on where python is installed.
Post a Comment for "How To Delete Tensorflow Model Before Retraining"