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

Adanet? #11

Open
jarlva opened this issue Jan 31, 2019 · 2 comments
Open

Adanet? #11

jarlva opened this issue Jan 31, 2019 · 2 comments

Comments

@jarlva
Copy link

jarlva commented Jan 31, 2019

Hi All, It seems that more and more, Tensorflow-derived projects could benefit from each other. For example, using the tensorflow/AdaNet AutoML to find the best TF model, In addition, ability to speed up training on colab TPU's by using the built in function to convert tf.keras models to TPU optimized ones. Would it be possible to convert the project to tf.keas to use with AdaNet to rip the above benefits?
@germain-hug
Copy link
Owner

Hi,
I don't have much experience with AdaNet, although looking at the tf.keras documentation it seems that converting the models alone should be fairly easy. I'm quite busy right now but if you want to give it a try for DDQN for instance go ahead! Would love to create a separate branch or such for this idea

@jarlva
Copy link
Author

jarlva commented Feb 1, 2019

I already tried a simple test: inserting tensorflow in front the imports (from keras.XX to from tensorflow.keras.XX) but wishful thinking. I got esoteric API errors which I'm not familiar with, which indicate that the tensorflow.keras is not 1-to-1 with keras. I can give it a try and let you examine it when you have some time?

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