Skip to content

Commit

Permalink
updated econfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
loreloc committed Jul 31, 2024
1 parent c23ff28 commit 7265aac
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
2 changes: 1 addition & 1 deletion econfigs/complex-squared-npcs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"device": "cuda",
"num-workers": 2,
"patience-threshold": 1e-3,
"early-stop-patience": 30
"early-stop-patience": 25
},
"datasets": ["miniboone", "hepmass", "gas", "power"],
"grid": {
Expand Down
34 changes: 26 additions & 8 deletions econfigs/exp-sum-of-squares.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"device": "cuda",
"num-workers": 2,
"patience-threshold": 1e-3,
"early-stop-patience": 30
"early-stop-patience": 25
},
"datasets": ["miniboone", "hepmass"],
"grid": {
Expand All @@ -20,20 +20,38 @@
"learning-rate": [1e-4, 5e-4, 1e-3, 5e-3]
},
"models": {
"hepmass|miniboone": {
"hepmass": {
"ExpSOS": {
"real": {
"num-units": 208,
"num-units": 128,
"num-input-units": 128,
"mono-num-units": 8,
"mono-num-input-units": 8,
"mono-num-units": [2, 16],
"mono-num-input-units": [2, 16],
"complex": false
},
"complex": {
"num-units": 128,
"num-units": 64,
"num-input-units": 128,
"mono-num-units": 8,
"mono-num-input-units": 8,
"mono-num-units": [2, 16],
"mono-num-input-units": [2, 16],
"complex": true
}
}
},
"miniboone": {
"ExpSOS": {
"real": {
"num-units": 128,
"num-input-units": 64,
"mono-num-units": [2, 16],
"mono-num-input-units": [2, 16],
"complex": false
},
"complex": {
"num-units": 64,
"num-input-units": 64,
"mono-num-units": [2, 16],
"mono-num-input-units": [2, 16],
"complex": true
}
}
Expand Down
2 changes: 1 addition & 1 deletion econfigs/num-of-squares.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"device": "cuda",
"num-workers": 2,
"patience-threshold": 1e-3,
"early-stop-patience": 30
"early-stop-patience": 25
},
"datasets": ["miniboone", "hepmass", "gas", "power"],
"grid": {
Expand Down

0 comments on commit 7265aac

Please sign in to comment.