Spaces:
Runtime error
Runtime error
pls be done with errors
Browse files
model.py
CHANGED
@@ -20,7 +20,7 @@ def create_model():
|
|
20 |
# nn.Linear(in_features = 1024, out_features = 512, bias = True),
|
21 |
# nn.ReLU(),
|
22 |
# nn.Dropout(p = 0.3, inplace = True),
|
23 |
-
nn.Linear(in_features = 1024, out_features =
|
24 |
)
|
25 |
|
26 |
|
|
|
20 |
# nn.Linear(in_features = 1024, out_features = 512, bias = True),
|
21 |
# nn.ReLU(),
|
22 |
# nn.Dropout(p = 0.3, inplace = True),
|
23 |
+
nn.Linear(in_features = 1024, out_features = 101, bias = True)
|
24 |
)
|
25 |
|
26 |
|