-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #161 from leondavi/onn600
[OPENNN_6.0.0] upgrade opennn to version 6.0.0 - compilation passed
- Loading branch information
Showing
42 changed files
with
334 additions
and
4,582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 30 additions & 28 deletions
58
inputJsonFiles/experimentsFlow/exp_1Worker1SourceHealth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
{ | ||
"CSV path": "health_comb", | ||
"Batches per source": | ||
{ | ||
"Training": 50, | ||
"Prediction": 50 | ||
}, | ||
"Training": [ | ||
{ | ||
"source name": "s1", | ||
"workers": "w1", | ||
"CSV path": "health_comb_train" | ||
} | ||
], | ||
|
||
"Prediction": [ | ||
{ | ||
"source name": "s1", | ||
"workers": "w1", | ||
"CSV path": "health_comb_predict" | ||
} | ||
], | ||
|
||
"Statistics": [ | ||
{ | ||
"workers": "w1", | ||
"routers": "r1" | ||
} | ||
] | ||
"Features": 13, | ||
"Labels": [1, 2, 3, 4, 5], | ||
"CSV path": "health_comb", | ||
"Batches per source": | ||
{ | ||
"Training": 50, | ||
"Prediction": 20 | ||
}, | ||
"Training": [ | ||
{ | ||
"source name": "s1", | ||
"workers": "w1", | ||
"CSV path": "health_comb_train" | ||
} | ||
], | ||
|
||
"Prediction": [ | ||
{ | ||
"source name": "s1", | ||
"workers": "w1", | ||
"CSV path": "health_comb_predict" | ||
} | ||
], | ||
|
||
"Statistics": [ | ||
{ | ||
"workers": "w1", | ||
"routers": "r1" | ||
} | ||
] | ||
} | ||
|
Binary file not shown.
Oops, something went wrong.