| # Fixed-Size Latent Space Autoencoder for Music Score Graph Generation via Linked Entities | |
| ## Download models | |
| All trained models with its .ckpt are stored under /mlruns/26.../run_id/checkpoints/*.ckpt | |
| The last model checkpoints are named last.ckpt, the best ones start with "dual-autoencoder-epoch..." | |
| ## Inspect mlflow logs | |
| This model repo contains the mlflow logs from training the score graph autoencoder (incl. metrics and model checkpoints). | |
| If you want to have a look into the training logs in detail, | |
| 1. download this repo and move it to a dir where you wish | |
| 2. Run python restore_mlflow_paths.py /path/to/your/dir user_name | |
| 3. Run "mlflow server" in this dir | |
| You can see now the logs. | |