-
When I run a model for first time, it is slow. This is expected. However, the difference in times I get for the first time is way different in benchmarking setup(https://tensorflow.github.io/tfjs/e2e/…
-
**System information**
- Macbook Air M1 2021 8GB RAM (MacOS Monterey 12.2)
- TensorFlow version: 2.7.0
- Python version: Python 3.9.10
**Describe the current behavior**
I am trying to train a m…
-
Hi, have you ever tried the model:
https://tfhub.dev/google/tfjs-model/movenet/multipose/lightning/1
which is a model in tfjs representation. I convert it to an onnx model using:
python3.6 -m tf…
-
-
After loading the CMLM model (available here: https://tfhub.dev/google/universal-sentence-encoder-cmlm/en-base/1), if the `pooled_output` is obtained on the same sequences repeatedly, I can see variat…
-
Is the there a limit to the size of the tflite model that can be interpreted?
-
from bert.tokenization import FullTokenizer
import pandas as pd
import tensorflow_hub as hub
bert_path = "https://tfhub.dev/tensorflow/bert_multi_cased_L-12_H-768_A-12/4"
sess = tf.Session()
…
-
**Environment:**
- OS/OS Version: Android 9/Android 11
- Source Version: master/v2.4.0
- Unity Version: Unity 2020.3.12.f1
**Describe the bug**
Loading custom TFLite models via BaseImagePred…
-
*This is not a bug; rather it is more of a conceptual issue and a question to think about which may possibly improve the design and API of this library.*
The embeddings given by a spaCy model for a…
mkaze updated
2 years ago
-
#### Describe the problem or feature request
I am trying to convert object detection models from TFHub, but I am unable to get good results. How can I get some meaningful speedup?
For example…