Add pipeline tag and library name (#1)
Browse files- Add pipeline tag and library name (76664c714956804771b82d02914d64a60f8513ad)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,7 +1,15 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
datasets:
|
4 |
- ILSVRC/imagenet-1k
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
<div align="center">
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- ILSVRC/imagenet-1k
|
4 |
+
license: mit
|
5 |
+
pipeline_tag: image-to-image
|
6 |
+
library_name: pytorch
|
7 |
+
tags:
|
8 |
+
- generative-model
|
9 |
+
- image-generation
|
10 |
+
- class-conditional
|
11 |
+
- flow-based-model
|
12 |
+
- pixel-space
|
13 |
---
|
14 |
|
15 |
<div align="center">
|