This repository has been archived by the owner on Oct 28, 2023. It is now read-only.
0.7.1
[0.7.1] - 2019-11-19
Fixed
- Update to fix broken CI script
[0.7.0] - 2019-11-19
Added
- PR#57 CLI: Added the
flip-and-rotate
subcommand which applies flip and rotation transforms to each example input and adds them as additional examples. Thanks @JD557! - PR#60 added the ability to specify a channel to use as
the inpaint mask instead of a separate image. Thanks @khskarl! - Added
SessionBuilder::inpaint_example_channel
- CLI: Added
--inpaint-channel <r|g|b|a>
Changed
- Replace
failure
crate for error handling with juststd::error::Error
Fixed
- Validate that the
--m-rand
/random_sample_locations
parameter is > 0. #45