-
Notifications
You must be signed in to change notification settings - Fork 612
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
About “trained model already exist” and solution way #6
Comments
That works, though what should really happen is that training is resumed if the model already exists. Not sure how difficult continuing from an existing checkpoint would be to add... |
Dear tamarott, |
The same problem is happening with me |
It shouldn't happen if you've never trained the model? If you see a /TrainedModels directory just rename it for now (or whatever directory it is storing the models in if you changed that, poke around until you find it.) |
Thankyou very much for helping me out. But It was my mistake , I forgot to
mention that I have already run that code in my system with new images and
it got successful worked . I understood the reason behind it , why it was
showing " already trained model exist " .
Anyways thank you again
…On Fri, 27 Dec, 2019, 6:08 AM Jonathan, ***@***.***> wrote:
It shouldn't happen if you've never trained the model? If you see a
/TrainedModels directory just rename it for now (or whatever directory it
is storing the models in if you changed that, poke around until you find
it.)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6?email_source=notifications&email_token=AM2UI26DHGLYFHIMQIVWIFLQ2VFBNA5CNFSM4JHJY7C2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHWKHFA#issuecomment-569156500>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM2UI26BN5347BDY6EU5MHLQ2VFBNANCNFSM4JHJY7CQ>
.
|
Congratulations on your paper get the best paper in iccv2019!
When I run your code, I input the path to my image and then tell me can't find the file.
Later I realized I should input the file name and put the image to /Input/Images/.
However, I get the “trained model already exist” .
I read the source code and find the path already be created then I deleted the path.
Finally, I can run it normally.
The text was updated successfully, but these errors were encountered: