PaddleClas/ppcls
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
..
arch refactor: mv the init_res of net to super().__init__() 2022-09-28 20:13:19 +08:00
configs rename config file ImageOrientation to PPLCNet_x1_0 2022-09-28 20:01:48 +08:00
data rename config file ImageOrientation to PPLCNet_x1_0 2022-09-28 20:01:48 +08:00
engine fix bugs to adapt to the new framework 2022-09-20 10:06:20 +00:00
loss add weighted soft labels loss function (#2288) 2022-09-14 14:23:26 +08:00
metric fix for num_rel_index is a zero matrix 2022-08-25 14:37:41 +08:00
optimizer change return type from float to Constant when self.learning_rate is an float number 2022-09-27 19:46:20 +08:00
static handle index error for dataloader 2022-06-07 11:26:15 +08:00
utils Support for parsing label files 2022-08-29 05:49:15 +00:00
__init__.py move files 2021-05-24 11:42:24 +08:00