Update 2_Dense/config.json
Browse files- 2_Dense/config.json +1 -1
2_Dense/config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"in_features": 512,
|
3 |
"out_features": 48,
|
4 |
"bias": false,
|
5 |
-
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
}
|
|
|
2 |
"in_features": 512,
|
3 |
"out_features": 48,
|
4 |
"bias": false,
|
5 |
+
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
}
|