pesser / edflow

Reduce boilerplate code for your ML projects. TensorFlow and PyTorch.
https://edflow.readthedocs.io/
MIT License
24 stars 13 forks source link

edexplore, fix doc and logger #265

Closed pesser closed 4 years ago

pesser commented 4 years ago

support segmentation masks and fix off by one error.

pesser commented 4 years ago

Changed as suggested + added an option to delete model outputs after callbacks are finished (otherwise the amount of written data can become a bit out of control, especially when evaluating fid scores with ~10k samples)

pesser commented 4 years ago

fixed a small bug, where debug mode monkey patched the dataset size to a size larger than the dataset. Quick, review and merge or I'll keep adding to this PR ;)