morph-net
morph-net copied to clipboard
Questions regarding TF.Keras fine-tuned model and support for TF2.0
Hi there, First of all excellent work. I am curious if there are any examples available on using it for TF.Keras model which uses transfer learning (fine-tuned) with pre-trained model such as resnet or inceptionv3? and what is the current support for tensorflow 2.0. I saw there it still uses sessions in the example code section.
I am curious if there are any examples available on using it for TF.Keras model which uses transfer learning (fine-tuned) with pre-trained model such as resnet or inceptionv3?
No, we don't. We hope to update with more examples over time.
what is the current support for tensorflow 2.0
No support at the moment. We rely on parsing the graph to regularize the model, so support for TF 2.0 will require a substantial effort.