Skip to content

Commit 384c1d5

Browse files
committed
Remove pretrained_weights url paths that lead to 404 error
1 parent 3f88187 commit 384c1d5

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

src/super_gradients/recipes/arch_params/ppyoloe_l_arch_params.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ defaults:
44

55
depth_mult: 1.0
66
width_mult: 1.0
7-
8-
backbone:
9-
pretrained_weights: https://deci-pretrained-models.s3.amazonaws.com/ppyolo_e/CSPResNetb_l_pretrained.pth

src/super_gradients/recipes/arch_params/ppyoloe_m_arch_params.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ defaults:
44

55
depth_mult: 0.67
66
width_mult: 0.75
7-
8-
backbone:
9-
pretrained_weights: https://deci-pretrained-models.s3.amazonaws.com/ppyolo_e/CSPResNetb_m_pretrained.pth

src/super_gradients/recipes/arch_params/ppyoloe_s_arch_params.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ defaults:
33
- _self_
44

55
depth_mult: 0.33
6-
width_mult: 0.50
7-
8-
backbone:
9-
pretrained_weights: https://deci-pretrained-models.s3.amazonaws.com/ppyolo_e/CSPResNetb_s_pretrained.pth
6+
width_mult: 0.50

src/super_gradients/recipes/arch_params/ppyoloe_x_arch_params.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ defaults:
44

55
depth_mult: 1.33
66
width_mult: 1.25
7-
8-
backbone:
9-
pretrained_weights: https://deci-pretrained-models.s3.amazonaws.com/ppyolo_e/CSPResNetb_x_pretrained.pth

0 commit comments

Comments
 (0)