Commit
•
01d688e
1
Parent(s):
dc72eb9
Update config.json (#1)
Browse files- Update config.json (28ddf657546d920a4fd4b247d7c3ef631a0b967a)
Co-authored-by: Pavel Iakubovskii <[email protected]>
- config.json +1 -4
config.json
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
{
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "silu",
|
4 |
-
"anchor_image_size":
|
5 |
-
640,
|
6 |
-
640
|
7 |
-
],
|
8 |
"architectures": [
|
9 |
"RTDetrForObjectDetection"
|
10 |
],
|
|
|
1 |
{
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "silu",
|
4 |
+
"anchor_image_size": null,
|
|
|
|
|
|
|
5 |
"architectures": [
|
6 |
"RTDetrForObjectDetection"
|
7 |
],
|