Update README.md
Browse files
README.md
CHANGED
@@ -13,8 +13,8 @@ tags:
|
|
13 |
[Generating Images with Perceptual Similarity Metrics based on Deep Networks](https://arxiv.org/abs/1602.02644)
|
14 |
Alexey Dosovitskiy, Thomas Brox (2016)
|
15 |
|
16 |
-
* Network architecture is translated from the original implementation in caffe using [pytorch-caffe](https://github.com/Animadversio/pytorch-caffe) repo.
|
17 |
-
|
18 |
* Weights are translated from the pre-trained caffe weights from [
|
19 |
Alexey Dosovitskiy's homepage](https://lmb.informatik.uni-freiburg.de/people/dosovits/code.html), and saved as torch state dict.
|
20 |
* This repo contains pre-trained state dicts of 9 generative models and a classification model (caffenet).
|
|
|
13 |
[Generating Images with Perceptual Similarity Metrics based on Deep Networks](https://arxiv.org/abs/1602.02644)
|
14 |
Alexey Dosovitskiy, Thomas Brox (2016)
|
15 |
|
16 |
+
* Network architecture is translated from the original implementation in caffe using [pytorch-caffe](https://github.com/Animadversio/pytorch-caffe) repo.
|
17 |
+
* The network definitions in pure torch were included in `GAN_utils.py`
|
18 |
* Weights are translated from the pre-trained caffe weights from [
|
19 |
Alexey Dosovitskiy's homepage](https://lmb.informatik.uni-freiburg.de/people/dosovits/code.html), and saved as torch state dict.
|
20 |
* This repo contains pre-trained state dicts of 9 generative models and a classification model (caffenet).
|