-
#12
#93
#106
# Reference
- [ ] [使用Tensorflow hub迁移学习](https://blog.csdn.net/bleedingfight/article/details/80768306)
- [ ] [Retrain example](https://www.tensorflow.org/hub/tutorials/image_retr…
-
hello, i cannot access "https://tfhub.dev/google/bert_uncased_L-12_H-768_A-12/1". I download the zip file "uncased_L-12_H-768_A-12.zip", but don't know how to load it. I would appreciate some suggesti…
-
Currently the TFLite [image segmentation](https://github.com/tensorflow/examples/tree/master/lite/examples/image_segmentation/android) sample only supports 1 segmentation model trained on COCO dataset…
-
### Model description
The TRILLsson models are described in the publication TRILLsson: Distilling Universal Paralingistic Speech Representations. From audio, they generate generally-useful paralingui…
-
I installed the code and tried it for some time. However, several days ago suddently it stopped working. I am getting the following error:
Done loading word embeddings.
Traceback (most recent call l…
-
# Situation
- The TFHub procedure is most done but we'd need the QA/Dev team to test it further
- @coesensbert tested it to some extent.
- Bert please add info here if possible/needed.
# TODO
- …
-
In the testvideo, the hip points are too low. We can't use the hip points if they are on the glutes as such:
![hip_marks_too_low](https://user-images.githubusercontent.com/63764679/201561618-6709c…
-
Are there any plans to add additional models, e.g. `BERT-Large`, for Java API?
-
```
BERT_MODEL_HUB = "https://tfhub.dev/google/bert_uncased_L-12_H-768_A-12/1"
bert_module = hub.Module(BERT_MODEL_HUB)
```
when I run the codes in tensorflow 2.0, it raise error:
```
Exporting/…
-
# Prerequisites
I am using this model to detect objects in an NPU unit hardware, but the problem is the output of the model, is unable to get box and label class from the output.
Please answer the …