hroth commited on
Commit
07da974
·
verified ·
1 Parent(s): 2682c33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
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 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
 
 
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