Hi, all:
I want to make some model changes from ssd/mobilenet, but when I do this, the training process crashes. The error message tells me that the tensors with same names between the pre-trained model and new model are incompatible. So I can't use the training method as the tutorial recommends.
Now, I want to train the model from scratch. My machine info is:
Could you please do the followings:
so I can take a look and help understand the problem.
How to train from scratch?
@vishal-noob If you just want to train from scratch, simple removing fine_tune_checkpoint field in config file.
I'm closing this issue, feel free to re-open it if you have more questions.
Most helpful comment
@vishal-noob If you just want to train from scratch, simple removing fine_tune_checkpoint field in config file.