dron-h commited on
Commit
d183baf
·
verified ·
1 Parent(s): 275181c

Upload 4 files

Browse files
Files changed (2) hide show
  1. logic/config.json +5 -0
  2. math/config.json +5 -0
logic/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "d_in": 7168,
3
+ "expansion_factor": 4,
4
+ "k": 64
5
+ }
math/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "d_in": 7168,
3
+ "expansion_factor": 4,
4
+ "k": 128
5
+ }