We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ea4a3 commit f4aecf4Copy full SHA for f4aecf4
models/public/fastseg-large/model.yml
@@ -63,8 +63,7 @@ postprocessing:
63
- $type: regex_replace
64
pattern: 'from torch._six import container_abcs'
65
replacement: 'import collections.abc as container_abcs'
66
- file: model/fastseg/model/utils.py
67
-
+ file: model/geffnet/conv2d_layers.py
68
# disable unnecessary downloads of pretrained MobileNet weights
69
70
pattern: '\(pretrained=True\)'
0 commit comments