I have a trained model of my own (trained in tf 1.14) that I use it for pre-training another model. So, it is not one of the well known models such as ResNet/etc that you can find in tf.keras.applications
.
I want to switch my work to tf 2.0 but cannot find any link to provide me with details on how to load tf 1.14 checkpoints and graph in tf2.
Is it at all possible to transfer-learn in tensorflow 2 using the model information from tf 1?