-
I downloaded and extracted a model but there is no `model.json` inside the folder.
```
Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: F:\Desktop\aa\bert\ber…
-
I would like to try SMART model in a jupyter notebool a'la Colab with the idea to extract sentence embeddings and use them on my own dataset. Is it possible to bootstrap that with few lines of code si…
-
Hi ! I am trying to use tfgo to compute embeddings using universal sentence encoder but facing some error. Not sure if there is some issue in the go code or something else. It seems that the model is …
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Mac M1
- TensorFlow version: 2.7.0
- Python version: 3.8
- Installed using virtualenv? pip? conda?: virtualenv (…
-
## Bug Report
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: official docker image (Linux Ubuntu 16.04)
- **TensorFlow Serving installed from (source or bin…
-
First, many thanks to your paper and code.
But I read the universal sentence encoder(USE) paper, the architecture is like simaese network, they also used the SNLI dataset.
But your result is well pe…
-
I am trying to convert the efficientdet model to onnx. With the latest container releases (21.12-py3), the onnx version is updated and the nms plugin is supported. However, I get this `'AttributeError…
-
I want to build an react native app with the use of posenet. A requirement is, that it works offline.
so the examples work fine. when i do:
```
import * as posenet from '@tensorflow-models/pose…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Arch Linux
- …
-
Need ability to serialize models to/from external formats. Model serialization is serialization of the actual computation graph. We should also have the ability to save and load model parameters, but …