skatzR commited on
Commit
67dfacc
·
verified ·
1 Parent(s): 1dc20d3

Create 2_Dense/config.json

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