Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
"activation": "relu",
|
| 4 |
"alpha": 0.25,
|
| 5 |
"auto_map": {
|
| 6 |
-
"AutoConfig": "
|
| 7 |
-
"AutoModelForObjectDetection": "
|
| 8 |
},
|
| 9 |
"backbone": "resnet50",
|
| 10 |
"backbone_config": null,
|
|
|
|
| 3 |
"activation": "relu",
|
| 4 |
"alpha": 0.25,
|
| 5 |
"auto_map": {
|
| 6 |
+
"AutoConfig": "configuration_diffusiondet.DiffusionDetConfig",
|
| 7 |
+
"AutoModelForObjectDetection": "modeling_diffusiondet.DiffusionDet"
|
| 8 |
},
|
| 9 |
"backbone": "resnet50",
|
| 10 |
"backbone_config": null,
|