From 1979641f17f0afc74d62c2421c46e1aac3211c52 Mon Sep 17 00:00:00 2001 From: seolhokim Date: Tue, 12 Jul 2022 16:14:12 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7f5576..3f5eda6 100644 --- a/README.md +++ b/README.md @@ -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.