Skip to content
Snippets Groups Projects
Unverified Commit a84eb7cf authored by Wenwei Zhang's avatar Wenwei Zhang Committed by GitHub
Browse files

Fix base_channels of regnet (#2917)

parent 8fc05424
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ class RegNet(ResNet):
def __init__(self,
arch,
in_channels=3,
base_channels=64,
base_channels=32,
strides=(2, 2, 2, 2),
dilations=(1, 1, 1, 1),
out_indices=(0, 1, 2, 3),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment