YoussefMoNader commited on
Commit
c387271
·
verified ·
1 Parent(s): fa5e5a8

Upload model

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. configuration_resnet.py +1 -1
config.json CHANGED
@@ -17,7 +17,7 @@
17
  6,
18
  3
19
  ],
20
- "model_type": "resnet",
21
  "num_classes": 1000,
22
  "stem_type": "deep",
23
  "stem_width": 32,
 
17
  6,
18
  3
19
  ],
20
+ "model_type": "resnett",
21
  "num_classes": 1000,
22
  "stem_type": "deep",
23
  "stem_width": 32,
configuration_resnet.py CHANGED
@@ -3,7 +3,7 @@ from typing import List
3
 
4
 
5
  class ResnetConfig(PretrainedConfig):
6
- model_type = "resnet"
7
 
8
  def __init__(
9
  self,
 
3
 
4
 
5
  class ResnetConfig(PretrainedConfig):
6
+ model_type = "resnett"
7
 
8
  def __init__(
9
  self,