-
If `seq_length` argument is passed, `token_type_ids` that DistilBert does not require is returned.
Reproduce: https://colab.research.google.com/drive/1RSpk-A5s2Ogna6_w4RzRODeYTJshkhqY?usp=sharing
…
-
Please make sure that this is an issue related to performance of TensorFlow.
As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bug…
-
- Evaluate using transformers for generating Word Embeddings
- Implement method/methods using transform
Links
- [pytorch-pretrained-BERT](https://github.com/huggingface/pytorch-pretrained-BERT) -…
-
I have a model trained using a TF-Hub version of EffNetV2-M (https://tfhub.dev/google/imagenet/efficientnet_v2_imagenet21k_ft1k_m/feature_vector/2), and I want to load the model with this repository's…
-
感谢您参与 X2Paddle 社区! 问题模版为了 X2Paddle 能更好的迭代,例如新功能发布、 RoadMaps 和错误跟踪. :smile_cat:
## 问题描述
你好 我通过转换 tf2onnx 转换 movenet tensorflow pb模型到onnx 然后通过x2paddle 转换报错
- 错误信息
===================Error Informat…
-
Hi @skeydan
I'm having issues with input shape while loading bert with layer_hub. i'm using the example on this page. https://tensorflow.rstudio.com/guide/tfhub/examples/text_classification/
H…
-
![image](https://user-images.githubusercontent.com/3402267/143671900-ace1514b-0686-4ef1-a54f-7df5d050c7a1.png)
-
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 …
-
It looks like loading a module multiple times leaks memory:
```
import tensorflow as tf
import tensorflow_hub as hub
import tensorflow_text
import gc
import os
import psutil
process = psut…
edugp updated
2 years ago
-
**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
- …