IliaLarchenko
commited on
Commit
•
3cb6528
1
Parent(s):
a6e40f3
fixed ChannelDropout params range
Browse files
configs/augmentations.json
CHANGED
@@ -81,7 +81,7 @@
|
|
81 |
],
|
82 |
"limits_list": [
|
83 |
1,
|
84 |
-
|
85 |
],
|
86 |
"param_name": "channel_drop_range",
|
87 |
"type": "num_interval"
|
|
|
81 |
],
|
82 |
"limits_list": [
|
83 |
1,
|
84 |
+
2
|
85 |
],
|
86 |
"param_name": "channel_drop_range",
|
87 |
"type": "num_interval"
|