PaddleClas/ppcls/arch/backbone/legendary_models
gaotingquan b3ab418e80 refactor: mv the init_res of net to super().__init__()
Put the calling of update_res(), stop_after(), freeze_befor() to the construction method of the parent class. And the init_net() support to call stop_after() by config of Arch.
2022-09-28 20:13:19 +08:00
..
__init__.py legendary models v0.1 2021-05-31 16:01:02 +08:00
esnet.py fix: change to relative import 2022-08-19 11:40:38 +08:00
hrnet.py fix: change to relative import 2022-08-19 11:40:38 +08:00
inception_v3.py fix: change to relative import 2022-08-19 11:40:38 +08:00
mobilenet_v1.py fix: change to relative import 2022-08-19 11:40:38 +08:00
mobilenet_v3.py fix: change to relative import 2022-08-19 11:40:38 +08:00
pp_hgnet.py fix: change to relative import 2022-08-19 11:40:38 +08:00
pp_lcnet.py refactor: mv the init_res of net to super().__init__() 2022-09-28 20:13:19 +08:00
pp_lcnet_v2.py refactor: mv the init_res of net to super().__init__() 2022-09-28 20:13:19 +08:00
resnet.py fix: change to relative import 2022-08-19 11:40:38 +08:00
swin_transformer.py fix: change to relative import 2022-08-19 11:40:38 +08:00
vgg.py fix: change to relative import 2022-08-19 11:40:38 +08:00