- Links to example notebooks on Google Colab in README
Fixed
- Training problem in pypi package due to a missing __init__ file
0.1.4
Added
- Validate saves all outputs to disk - Optimizer can use --max_steps
Fixed
- Cast images to uint8 before saving - Occlusion predictions from IRR networks - F1-score calculation - Optimizer total_steps when using multiple GPUs
0.1.3
- Move image logger to a callback - Support logging images in other loggers (WandB, Comet, and Neptune) - Reduce GPU usage in infer.py and validate.py. This was done by immediately moving tensors to CPU after usage and removing GPU ones. - Fix requirements and missing docs.
0.1.2
- This release fixes an error that could be caused during training when the log name contained special characters.
0.1.1
- Change the inference doc page. - Improve log messages when datasets do not find any samples.