Open khatchad opened 4 months ago
We are training from scratch in the code later on in this file. I left it as a comment in case someone wants to load a pretrained model. See https://github.com/Viredery/tf-eager-fasterrcnn/issues/27#issuecomment-2263461724.
Ah, I guess we're not training the model in the code above as the training flag is set to false. But, we do train it later on. Either way, even with the pretrained model, I am getting the same error shown in #27.
We are training from scratch in the code later on in this file. I left it as a comment in case someone wants to load a pretrained model. See https://github.com/Viredery/tf-eager-fasterrcnn/issues/27#issuecomment-2263461724.