File size: 706 Bytes
f12dd7b 07da974 ca44081 07da974 ca515cb 38171d9 f12dd7b 07da974 44bffc6 f12dd7b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # 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.
|