Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The pre-trained models are saved every *n* epochs in \*.pt files, the final mode
### Finetuning
Finetuning a model ('linear evaluation') on top of the pre-trained, frozen ResNet model can be done using:
```
python3 logistic_regression.py --model_path=./model_final.pt
python3 logistic_regression.py --model_path=./model-final.pt
```

With `model_final.pt` being file containing the pre-trained network from the pre-training stage.
Expand Down