You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ We used python >= 3.8 and PyTorch >= 1.9.
43
43
## Generating images from pre-trained models
44
44
NB: there is no need to prepare/download any image data for generating images from a pre-trained model.
45
45
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).
47
47
The same folder contains example scripts for training and image generation from the corresponding model.
48
48
49
49
## Training & evaluation/generation
@@ -57,7 +57,7 @@ Here are some useful links:
57
57
- LSUN [fyu/lsun](https://github.com/fyu/lsun)
58
58
59
59
### 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).
0 commit comments