-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
77 additions
and
23 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Summary of Benchmark Training | ||
|
||
Note that these are the results for models within `kgcnn` implementation, and that training is not always done with optimal hyperparameter or splits, when comparing with literature. | ||
This table is generated automatically from keras history logs. | ||
Model weights and training statistics plots are not uploaded on | ||
[github](https://github.com/aimat-lab/gcnn_keras/tree/master/training/results) | ||
due to their file size. | ||
|
||
*Max.* or *Min.* denotes the best test error observed for any epoch during training. | ||
To show overall best test error run ``python3 summary.py --min_max True``. | ||
If not noted otherwise, we use a (fixed) random k-fold split for validation errors. | ||
|
||
#### ESOLDataset | ||
|
||
ESOL consists of 1128 compounds as smiles and their corresponding water solubility in log10(mol/L). We use random 5-fold cross-validation. | ||
|
||
| model | kgcnn | epochs | MAE [log mol/L] | RMSE [log mol/L] | | ||
|:--------|:--------|---------:|:-----------------------|:-----------------------| | ||
| GCN | 3.1.0 | 800 | **0.4741 ± 0.0188** | **0.6946 ± 0.0351** | | ||
|