python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to load a model using Tensorflow Hub and make a prediction?
This should be a simple task: Download a model saved in tensorflow_hub format, load using tensorflow_hub, and use..
This is the model I am trying to use (simCLR stored in Google Cloud): https://consol...
hirschme
Votes: 0
Answers: 1
Yamnet audio classification for feature extraction
I am currently working on audio classification task and using Yamnet which is a pretrained model from tfhub.. I am using it to extract embeddings from audios and then i use another simple classificati...
khaoula benali
Votes: 0
Answers: 1
Can't open .tflite file downloaded from TensorFlow hub
I'm trying to download a style transfer model, and I want to get style bottlenecks from a bunch of images. Here's the code, which I sourced from this site.
style_predict_path = tf.keras.utils.get_file...

Xhatahx
Votes: 0
Answers: 0
Why some TensorFlow-Hub models are not fine tunable?
I am just learning image classification with TensorFlow and found that there is a TensorFlow hub where we can use a lot of models for a lot of classification tasks. For example, I want to build food c...

Hermawan Wiwid
Votes: 0
Answers: 1