hub
hub copied to clipboard
A library for transfer learning by reusing parts of TensorFlow models.
### What happened? trying to follow the colab looking at developing a recommender system test for my company as one of my intern ship projects. When importing movielens 100k data...
Hi, I think you changed the path to the object detection notebook in github and didn't do it for the web site : https://github.com/tensorflow/hub/blob/master/examples/colab/object_detection.ipynb Hope that helps, You're doing great...
### What happened? When looking at the demo: https://storage.googleapis.com/tfjs-models/demos/mobilebert-qna/index.html I get the below error intermittently. This error is replicated when I implement the demo code found here also: https://github.com/tensorflow/tfjs-models/tree/master/qna This...
### What happened? I need to keep tensorflow and tensorflow to versions 2.11 and 0.31.0. respectively. However, when I go to install tensorflow-hub it automatically upgrades my tensorflow to 2.16?...
### What happened? When I try to create Keras model using TF 2.16+ I've got an error: ValueError: Exception encountered when calling layer 'keras_layer' (type KerasLayer). A KerasTensor is symbolic:...
Bug: Why is the TensorFlow audio classification tutorial no longer providing accurate predictions?
### What happened? I've been experimenting with TensorFlow by following the tutorial available [here](https://www.tensorflow.org/tutorials/audio/simple_audio). However, I noticed that the model's predictions seem to be inaccurate. Specifically, when I run the...
### What happened? I'm trying to create a model using a TensorFlow Sequential API, but I've the error. The model is : https://tfhub.dev/google/universal-sentence-encoder/4 ### Relevant code ```python from tensorflow_hub import...
### What happened? When installing this package, TF 2.16 is dowloaded too instead of actual TF 2.17 ### Relevant code ```python pip install -U tensorflow-hub ``` ### Relevant log output...
### What happened? i'm try move to run code with gpu on wsl2 ( ubuntu ) , and i installed and check everything is okay. but when i run code...
### What happened? I am trying to use yamnet model but library issue is coming ### Relevant code ```python import tensorflow as tf import numpy as np import tensorflow_hub as...