summaryrefslogtreecommitdiff
path: root/modelzoo
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-12-01 12:06:46 +0100
committerJules Laplace <julescarbon@gmail.com>2019-12-01 12:06:46 +0100
commitd8fea13dc5cf9bbcff80be7c9bb6834fda08cfdb (patch)
tree267de75f9df26bfe56cb8336c7597a6a9006f5be /modelzoo
parentd9c3928e542faabaf8a9cb3d235029939cb65f09 (diff)
cli
Diffstat (limited to 'modelzoo')
-rw-r--r--modelzoo/modelzoo.yaml47
1 files changed, 47 insertions, 0 deletions
diff --git a/modelzoo/modelzoo.yaml b/modelzoo/modelzoo.yaml
new file mode 100644
index 0000000..e8910a9
--- /dev/null
+++ b/modelzoo/modelzoo.yaml
@@ -0,0 +1,47 @@
+biggan_128:
+ name: BigGAN 128
+ url: https://tfhub.dev/deepmind/biggan-128/2
+ w: 128
+ h: 128
+
+biggan_deep_128:
+ name: BigGAN Deep 128
+ url: https://tfhub.dev/deepmind/biggan-deep-128/1
+ w: 128
+ h: 128
+
+biggan_256:
+ name: BigGAN 256
+ url: https://tfhub.dev/deepmind/biggan-256/2
+ w: 256
+ h: 256
+
+biggan_deep_256:
+ name: BigGAN Deep 256
+ url: https://tfhub.dev/deepmind/biggan-deep-256/1
+ w: 256
+ h: 256
+
+biggan_512:
+ name: BigGAN 512
+ url: https://tfhub.dev/deepmind/biggan-512/2
+ w: 512
+ h: 512
+
+biggan_deep_512:
+ name: BigGAN Deep 512
+ url: https://tfhub.dev/deepmind/biggan-deep-512/1
+ w: 512
+ h: 512
+
+bigbigan_revnet:
+ name: BigBiGAN Resnet50
+ url: https://tfhub.dev/deepmind/bigbigan-resnet50/1
+ w: 256
+ h: 256
+
+bigbigan_resnet:
+ name: BigBiGAN Revnet50
+ url: https://tfhub.dev/deepmind/bigbigan-revnet50x4/1
+ w: 256
+ h: 256