From 90ef8fb3322ee9009579e4432a9d3a46aefb959a Mon Sep 17 00:00:00 2001 From: shaoniangu Date: Wed, 24 Jul 2019 19:22:34 +0800 Subject: [PATCH] Add ResNet_IBN_a pretrained model link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fce211e..3f92d35 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ The designed architecture follows this guide [PyTorch-Project-Template](https:// Then it will automatically download model in `~/.torch/models/`, you should set this path in `config/defaults.py` for all training or set in every single training config file in `configs/` or set in every single command. (3)ResNet50_IBN_a - Please download from here (Please wait). + You can download from here [[link]](https://github.com/XingangPan/IBN-Net) (4)Load your self-trained model If you want to continue your train process based on your self-trained model, you can change the configuration `PRETRAIN_CHOICE` from 'imagenet' to 'self' and set the `PRETRAIN_PATH` to your self-trained model. We offer `Experiment-pretrain_choice-all_tricks-tri_center-market.sh` as an example.