Skip to content

Commit c9bb4d2

Browse files
committed
2 parents da2006d + 3ac188f commit c9bb4d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you use this code, please cite our paper:
1717

1818
### Install dependencies
1919

20-
* This code has been tested on Ubuntu 16.04 with Python 3.6 and PyTorch 0.4. If you're using [conda](https://conda.io/docs/), you can create a Python environment by running `conda create -n protonets python=2.7` or `conda create -n protonets python=3.5` and then activate it by running `source activate protonets`.
20+
* This code has been tested on Ubuntu 16.04 with Python 3.6 and PyTorch 0.4.
2121
* Install [PyTorch and torchvision](http://pytorch.org/).
2222
* Install [torchnet](https://github.com/pytorch/tnt) by running `pip install git+https://github.com/pytorch/tnt.git@master`.
2323
* Install the protonets package by running `python setup.py install` or `python setup.py develop`.
@@ -35,4 +35,4 @@ If you use this code, please cite our paper:
3535

3636
### Evaluate
3737

38-
* Run evaluation as: `python scripts/predict/few_shot/run_eval.py --model.model_path results/trainval/best_model.t7`.
38+
* Run evaluation as: `python scripts/predict/few_shot/run_eval.py --model.model_path results/trainval/best_model.pt`.

0 commit comments

Comments
 (0)