Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
marsggbo committed Feb 1, 2023
1 parent 98be324 commit c1ad89b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hyperbox/networks/resnet/resnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def load_state_dict(self, state_dict, **kwargs):
super(ResNet, self).load_state_dict(model_dict, **kwargs)



def load_from_supernet(self, state_dict, **kwargs):
def sub_filter_start_end(kernel_size, sub_kernel_size):
center = kernel_size // 2
Expand Down

0 comments on commit c1ad89b

Please sign in to comment.