From dace930a12954b0b89d070a24d06cbd59210f027 Mon Sep 17 00:00:00 2001 From: jtheiner Date: Mon, 14 Dec 2020 12:11:01 +0100 Subject: [PATCH] url fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47c9646..2bea694 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This code provides a PyTorch implementation and a pretrained ResNet50 model for To use the pre-trained model by default, first download the model checkpoint by running: ``` mkdir -p models/base_M -wget https://github.com/TIBHannover/GeoEstimation/releases/download/pytorch/epoch=014-val_loss=18.4833.ckpt -O models/base_M/epoch=014-val_loss=18.4833.ckpt +wget https://github.com/TIBHannover/GeoEstimation/releases/download/pytorch/epoch.014-val_loss.18.4833.ckpt -O models/base_M/epoch=014-val_loss=18.4833.ckpt wget https://github.com/TIBHannover/GeoEstimation/releases/download/pytorch/hparams.yaml -O models/base_M/hparams.yaml ```