-
https://twitter.com/TensorFlow/status/1402384949991313414
https://tfhub.dev/s?q=movenet
-
Added model signature to model using below code:
import tensorflow as tf
import tensorflow_hub as hub
model_url = "https://tfhub.dev/tensorflow/mask_rcnn/inception_resnet_v2_1024x1024/1"
loade…
-
Added model signature to model using below code:
```python
import tensorflow as tf
import tensorflow_hub as hub
model_url = "https://tfhub.dev/tensorflow/mask_rcnn/inception_resnet_v2_1024x102…
-
My code works in `GPU` based tensorflow environment without any fuss but fails in `CPU` based environments. Some other people also are facing the same issue. `Training` works without any issues but it…
-
**1. 使用环境(environment)**
- OS: Ubuntu
- OS Version: 18.04
**2. Github版本**
- branch:master
**3. 详细描述bug 情况 (Describe the bug)**
- issue type: 模型转换失败(converter failed)
拉取docker,进行tf…
-
I am using tensorflowjs_converter to convert a tflite model to tensorflowjs model.
The repository can be download with web browsers but failed when using tensorflowjs_converter.
I just redo the ```p…
-
I did finetuning for mobilebert_multi_cased_L-24_H-128_B-512_A-4_F-4_OPT with model maker.
But it finish abnormally.
---------------------------
from tflite_model_maker import text_classifier
from…
-
Hello @sayakpaul @MorganR,
1st checkpoint is up here: https://tfhub.dev/vasudevgupta7/wav2vec2/1 🎉 🎉
Now, I can transfer 2nd checkpoint to TFHub. It's the converted checkpoint which was fine-tu…
-
When loading the model from TFHub as `hub.KerasLayer` and passing the parameter `trainable=False` one would expect all the layer related variables in the model to be non-trainable. This however seems …
-