Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,15 @@ The aim of this work is to map a simple distribution - which is easy to sample a
|
|
12 |
|
13 |
This model is trained on a toy dataset, the make_moons from sklearn.datasets.
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
### Training hyperparameters
|
16 |
|
17 |
The following hyperparameters were used during training:
|
|
|
12 |
|
13 |
This model is trained on a toy dataset, the make_moons from sklearn.datasets.
|
14 |
|
15 |
+
## Requirements
|
16 |
+
|
17 |
+
This model requires
|
18 |
+
- Tensorflow 2.3
|
19 |
+
- Tensorflow probability 0.11.0
|
20 |
+
|
21 |
+
## Loading this Model
|
22 |
+
|
23 |
+
Only the model weights are stored. To load this model, use `load_model` function from load_model.py.
|
24 |
### Training hyperparameters
|
25 |
|
26 |
The following hyperparameters were used during training:
|