Skip to content

Commit

Permalink
[TORCH] FED JSONs
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyPerets106 committed Aug 2, 2024
1 parent 1e17a15 commit c93a11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"nerlnetSettings": {
"frequency": "300",
"batchSize": "300"
"batchSize": "100"
},
"mainServer": {
"port": "8900",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"experimentName": "synthetic_3_gausians",
"experimentType": "classification",
"batchSize": 300,
"batchSize": 100,
"csvFilePath": "/tmp/nerlnet/data/NerlnetData-master/nerlnet/synthetic_norm/synthetic_full.csv",
"numOfFeatures": "5",
"numOfLabels": "3",
Expand Down

0 comments on commit c93a11a

Please sign in to comment.