update
Browse files
README.md
CHANGED
@@ -6,13 +6,17 @@ tags:
|
|
6 |
- GAN
|
7 |
- Domain Adaptation
|
8 |
license: gpl-3.0
|
|
|
|
|
|
|
|
|
9 |
# datasets:
|
10 |
# -
|
11 |
---
|
12 |
|
13 |
# ClimateGAN: Raising Awareness about Climate Change by Generating Images of Floods
|
14 |
|
15 |
-
This repository contains the code used to train the model presented in our **[paper](https://
|
16 |
|
17 |
It is not simply a presentation repository but the code we have used over the past 30 months to come to our final architecture. As such, you will find many scripts, classes, blocks and options which we actively use for our own development purposes but are not directly relevant to reproduce results or use pretrained weights.
|
18 |
|
|
|
6 |
- GAN
|
7 |
- Domain Adaptation
|
8 |
license: gpl-3.0
|
9 |
+
title: ClimateGAN
|
10 |
+
emoji: 🌎
|
11 |
+
colorFrom: blue
|
12 |
+
colorTo: green
|
13 |
# datasets:
|
14 |
# -
|
15 |
---
|
16 |
|
17 |
# ClimateGAN: Raising Awareness about Climate Change by Generating Images of Floods
|
18 |
|
19 |
+
This repository contains the code used to train the model presented in our **[paper](https://openreview.net/forum?id=EZNOb_uNpJk)**.
|
20 |
|
21 |
It is not simply a presentation repository but the code we have used over the past 30 months to come to our final architecture. As such, you will find many scripts, classes, blocks and options which we actively use for our own development purposes but are not directly relevant to reproduce results or use pretrained weights.
|
22 |
|