- Code Refactoring
- Move the implementation of train/test transforms to training/testing scripts to avoid modifying the source code when using custom transforms. You can just modify `train.py` easily now!
- Print transform in the log.
- [debug] custom transform needs to implement `get_transform_init_args_names` function to print.
- Debug
- add *args, **kwargs to the __init__ function of CAT-Net
- For [Mesorch](https://github.com/scu-zjz/Mesorch) model, now it can read `image_size` parameter and change any resolution as you like with IMDL-BenCo framework (train.py)
- Documentation Update
- Clarify the relationship between `BalancedDataset` and the other two datasets: [Link](http://localhost:8080/IMDLBenCo-doc/guide/quickstart/0_dataprepare.html#important)
Thanks, the author of WeChat public account `CV模型架构`, for pointing out some of the issues. Thanks SunnyHaze, implement these codes.
