Skip to content

Commit 8bc11c0

Browse files
authored
update pre-trained model link
1 parent a185121 commit 8bc11c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ We used python >= 3.8 and PyTorch >= 1.9.
4343
## Generating images from pre-trained models
4444
NB: there is no need to prepare/download any image data for generating images from a pre-trained model.
4545

46-
Pre-trained models can be found [here](https://people.idsia.ch/~kazuki/data/2022_fpa/).
46+
Pre-trained models can be found [here](https://drive.google.com/file/d/1mtD3wATtGJfkX6IjRPH-G1ZxOlbcpVax/view?usp=sharing).
4747
The same folder contains example scripts for training and image generation from the corresponding model.
4848

4949
## Training & evaluation/generation
@@ -57,7 +57,7 @@ Here are some useful links:
5757
- LSUN [fyu/lsun](https://github.com/fyu/lsun)
5858

5959
### Training
60-
We provide example training scripts [here](https://people.idsia.ch/~kazuki/data/2022_fpa/).
60+
We provide example training scripts (with the pre-trained models) [here](https://drive.google.com/file/d/1mtD3wATtGJfkX6IjRPH-G1ZxOlbcpVax/view?usp=sharing).
6161
A typical example looks as follows:
6262

6363
```

0 commit comments

Comments
 (0)