anhphuong commited on
Commit
10034a9
1 Parent(s): 38c2e85

Create 2_Dense/config.json

Browse files
Files changed (1) hide show
  1. 2_Dense/config.json +6 -0
2_Dense/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "in_features": 1024,
3
+ "out_features": 8192,
4
+ "bias": true,
5
+ "activation_function": "torch.nn.modules.linear.Identity"
6
+ }