Skip to content

Commit 2bff3d1

Browse files
committed
Update readme
1 parent c985653 commit 2bff3d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ We provide pre-trained visual encoders used in the paper. The models are in the
4747
<!-- END TABLE -->
4848
</tbody></table>
4949

50-
You can use our pre-trained models directly in your code (e.g., to extract image features) or use them with our benchmark suite and RL training code. We provde instructions for both use-cases next.
50+
You can use our pre-trained encoders directly in your code (e.g., to extract image features) or use them with our benchmark suite and RL training code. We provde instructions for both use-cases next.
5151

52-
### Using pre-trained models in your code
52+
### Using pre-trained encoders in your code
5353

5454
Install the python package:
5555

5656
```
57-
pip install git+https://github.com/ir413/mvp-prepare
57+
pip install git+https://github.com/ir413/mvp
5858
```
5959

60-
Import pre-trained models:
60+
Import pre-trained encoders:
6161

6262
```python
6363
import mvp

0 commit comments

Comments
 (0)