Rename 2_Dense/config.json to 2_Dense_1024/config.json
Browse files
{2_Dense → 2_Dense_1024}/config.json
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"in_features": 1024,
|
3 |
-
"out_features":
|
4 |
"bias": true,
|
5 |
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
}
|
|
|
1 |
{
|
2 |
"in_features": 1024,
|
3 |
+
"out_features": 1024,
|
4 |
"bias": true,
|
5 |
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
}
|