v0.5.0
May 25, 2023
- Support new datasets:
Flowers102
andStanford Cars
. - Support new models:
DeiT
,PVT
,TNT
andTwins
. - Add some practical module wrappers for
nn.Module
andnn.ModuleList
. - Update configs/_demo_.py.
- Rename the default
--model_lib
fromtorchvision-ex
todefault
. - Remove redundant code.
- Update docs.