Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kshitizrimal opened this issue Apr 18, 2019 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@kshitizrimal
Copy link

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.

@pkch
Copy link
Collaborator

pkch commented Apr 19, 2019

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.

@eladeban eladeban added the enhancement New feature or request label May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants