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

Need to specify TF1.x #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kaveh3000
Copy link

This will not run on TF2 due to the fact that tf.train.AdamOptimizer is not available in TF2.
Hence, I am proposing this minor change to ensure TF1.x is selected when the model is built.

This will not run on TF2 due to the fact that tf.train.AdamOptimizer is not available in TF2.
Hence, I am proposing this minor change to ensure TF1.x is selected when the model is built.
@PapaMarc
Copy link

see #24 for v2 compat

@tjacobconley1
Copy link

tjacobconley1 commented Feb 24, 2021 via email

@PapaMarc
Copy link

PapaMarc commented Feb 24, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants