v0.3.0
- ✨ Add 10/12 indicators from Rongier, in 2D and 3D + Wasserstein distances as metrics (in
utils/metrics/
) - ✨ Allow early stopping based on the absolute sum of the losses in training (which is now wandb log)
- ✨ Truncated input trick (in
utils/sagan/trainer.py
andapps/test.py
)