"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

April 25, 2020

Mistaken Assumptions

I was trying to experiment on Matterport Mask RCNN code 
To restart from earlier trained checkpoint
  • Code finds latest epochs completed (5)
  • It looks at new epoch count (20)
It starts from 6 till 20.
I provided a new epoch count = 5, assuming it will increment another 5. The code smoothly terminated without errors. This link clarified my assumptions to reset it to 20.

Happy Learning!!!

No comments: