morph-net icon indicating copy to clipboard operation
morph-net copied to clipboard

Questions regarding TF.Keras fine-tuned model and support for TF2.0

Open kshitizrimal opened this issue 5 years ago • 1 comments

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.

kshitizrimal avatar Apr 18 '19 03:04 kshitizrimal

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.

pkch avatar Apr 19 '19 21:04 pkch