Closed lext closed 4 years ago
The attribute crop_size needs to be renamed into crop_to to match the constructor. Otherwise, the serialization does not work well.
crop_size
crop_to
https://github.com/MIPT-Oulu/solt/blob/770e397884bcafe80a11723c229e275c1c1f8b5a/solt/transforms/_transforms.py#L715
Fixed in #62
The attribute
crop_size
needs to be renamed intocrop_to
to match the constructor. Otherwise, the serialization does not work well.https://github.com/MIPT-Oulu/solt/blob/770e397884bcafe80a11723c229e275c1c1f8b5a/solt/transforms/_transforms.py#L715