Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,18 @@
|
|
| 1 |
# Fixed-Size Latent Space Autoencoder for Music Score Graph Generation via Linked Entities
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## Inspect mlflow logs
|
| 4 |
|
| 5 |
This model repo contains the mlflow logs from training the score graph autoencoder (incl. metrics and model checkpoints).
|
| 6 |
|
| 7 |
If you want to have a look into the training logs in detail,
|
| 8 |
|
| 9 |
-
1. download
|
| 10 |
-
2.
|
| 11 |
-
3.
|
| 12 |
-
4. Run python restore_mlflow_paths.py /path/to/your/dir user_name
|
| 13 |
-
5. Run "mlflow server" in this di
|
| 14 |
|
| 15 |
You can see now the logs.
|
| 16 |
|
|
|
|
| 1 |
# Fixed-Size Latent Space Autoencoder for Music Score Graph Generation via Linked Entities
|
| 2 |
|
| 3 |
+
## Download models
|
| 4 |
+
|
| 5 |
+
All trained models with its .ckpt are stored under /mlruns/26.../<run_id>/checkpoints/*.ckpt
|
| 6 |
+
|
| 7 |
## Inspect mlflow logs
|
| 8 |
|
| 9 |
This model repo contains the mlflow logs from training the score graph autoencoder (incl. metrics and model checkpoints).
|
| 10 |
|
| 11 |
If you want to have a look into the training logs in detail,
|
| 12 |
|
| 13 |
+
1. download this repo and move it to a dir where you wish
|
| 14 |
+
2. Run python restore_mlflow_paths.py /path/to/your/dir user_name
|
| 15 |
+
3. Run "mlflow server" in this di
|
|
|
|
|
|
|
| 16 |
|
| 17 |
You can see now the logs.
|
| 18 |
|