Kaggle / docker-python

Kaggle Python docker image
Apache License 2.0
2.47k stars 957 forks source link

Tensorflow-Hub #254

Closed kmader closed 5 years ago

kmader commented 6 years ago

For additional pretrained models particularly with text it would be very helpful to have tensorflow-hub an example of how Google Colab uses Kaggle's API to train a model with tensorflow-hub is here https://github.com/tensorflow/hub/blob/master/examples/colab/text_classification_with_tf_hub_on_kaggle.ipynb or https://www.kaggle.com/kmader/tensorflow-hub-for-scene-recognition (but the GPU-on mode in Kaggle doesn't support pip installing packages reliably yet)

chiragjn commented 6 years ago

+1 for this. I tried installing from sidebar but doesn't work. Works with GPU off though

Philmod commented 5 years ago

Hey,

Have you tried to follow this guide to install it on your kernel?

Cheers, Philmod