Fix TF input docstrings to refer to tf.Tensor rather than torch.FloatTensor. (#4051)

This commit is contained in:
Jared T Nielsen
2020-04-30 06:28:56 -06:00
committed by GitHub
parent e73595bd64
commit 64070cbb88
9 changed files with 47 additions and 47 deletions

View File

@@ -63,7 +63,7 @@ Choose the right framework for every part of a model's lifetime
## Installation
This repo is tested on Python 3.6+, PyTorch 1.0.0+ and TensorFlow 2.0.0-rc1
This repo is tested on Python 3.6+, PyTorch 1.0.0+ and TensorFlow 2.0.
You should install 🤗 Transformers in a [virtual environment](https://docs.python.org/3/library/venv.html). If you're unfamiliar with Python virtual environments, check out the [user guide](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/).