Hello,
Thank you for the tutorial and code !
I tried to re-code the model in tensorflow 2.0 to re-train it but i can’t load weights from checkpoint... i achieved (i thought) by loading all variables individualy from the file but it doesn’t work, i don’t know why...
could you post a tensorflow-2 valid checkpoint or something like that please ? (Just a model.save_weights())
If you want, i can post my code for the tensorflow-2 implementation of the model if it can help you to create valid checkpoint... ;)
Hello,
Thank you for the tutorial and code !
I tried to re-code the model in tensorflow 2.0 to re-train it but i can’t load weights from checkpoint... i achieved (i thought) by loading all variables individualy from the file but it doesn’t work, i don’t know why...
could you post a tensorflow-2 valid checkpoint or something like that please ? (Just a model.save_weights())
If you want, i can post my code for the tensorflow-2 implementation of the model if it can help you to create valid checkpoint... ;)