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
|[`images`](images)| Folder containing example images after applying the generator model |
15
+
|[`cli.py`](cli.py)| CLI for running training or evaluation |
16
+
|[`src`](src)| All source files for training and evaluating the models |
17
+
|[`images`](images)| Images with example generations, evaluation plots etc. |
18
+
|[`hyperparams_embedding.json`](hyperparams_embedding.json)| Hyperparameters for training the embedding model |
19
+
|[`hyperparams_generator.json`](hyperparams_generator.json)| Hyperparameters for training the generator model |
20
+
|[`dataset`](dataset)| Dataset which was used for training (actually, the portion of it since we do not want to put everything into the repository) |
21
+
|[`models`](models)| Models' weights after the training. Just so you know, the newest versions of the generator are not included since they weigh too much for GitHub to handle. |
0 commit comments