-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
fe0ab0a
commit 6f1f4e2
Showing
17 changed files
with
123 additions
and
1,317 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,3 +164,4 @@ cython_debug/ | |
|
||
# model output directories | ||
outputs/ | ||
examples/*.xyz |
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 |
---|---|---|
@@ -1,18 +1,9 @@ | ||
defaults: | ||
- architecture: soap_bpnn # the architecture we will use to train a model | ||
- _self_ # mandatory parameter to avoid hydra warnings | ||
- architecture: soap_bpnn # architecture used to train the model | ||
|
||
architecture: | ||
# Optional section to override the default parameters of the architecture | ||
soap: | ||
cutoff: 7.5 | ||
|
||
# Optional section to override the default parameters of the trainer | ||
training: | ||
batch_size: 8 | ||
num_epochs: 1 | ||
|
||
# Positional sectopn defining the parameters for structure and target data | ||
# Section defining the parameters for structure and target data | ||
dataset: | ||
structure_path: "qm9_reduced_100.xyz" # file where the positions are stored | ||
targets_path: "qm9_reduced_100.xyz" # file with target values (i.e energies) | ||
target_value: "U0" # the name of the target value in `targets_path` used for training | ||
target_value: "U0" # name of the target value in `targets_path` |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.