Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 the mlruns.zip and the restore_mlflow_paths.py
|
| 10 |
+
2. Unzip the mlruns dir into a dir you wish
|
| 11 |
+
3. Move restore_mlflow_paths.py to the same dir
|
| 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 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|