* Enable to toggle whether Gem Pooling is trainable or not.
* Add test case whether Gem Pooling is trainable or not.
* Enable to toggle whether Gem Pooling is trainable or not by requires_grad
---------
Co-authored-by: Yusuke Fujimoto <yusuke.fujimoto@rist.co.jp>
* feat: add reduction for neck
* feat: add reduction for neck
* feat: add reduction for neck
* feat:add linear reduction neck
* feat: add reduction neck
* mod out of linearReduction as tuple
* fix typo
* fix unit tests
* fix unit tests
Co-authored-by: Ezra-Yu <18586273+Ezra-Yu@users.noreply.github.com>
* Rename some files in unit tests.
* Rename `pipelines` folder to `transforms`.
* Fix version requirement range.
* Remove `init_random_seed` and `set_random_seed`.
* Fix unit tests
* Rename `convert_models` to `model_converters`.