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

Test tutorial notebooks with Python 3 #18

Open
cweill opened this issue Nov 2, 2018 · 1 comment
Open

Test tutorial notebooks with Python 3 #18

cweill opened this issue Nov 2, 2018 · 1 comment

Comments

@cweill
Copy link
Contributor

cweill commented Nov 2, 2018

Currently they are only tested with Python 2.7.

@smyrbdr
Copy link

smyrbdr commented Nov 10, 2018

Just tested the costumizing_adanet tutorial on MNIST dataset with Python 3.

The only thing I needed to change was the line (images=features.vaules()[0]) in build_subnetwork function with the following line;
images = tf.to_float(features[FEATURES_KEY])

Here is the result for those who want to check; https://github.com/smyrbdr/AdaNet-on-MNIST

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

No branches or pull requests

2 participants