Thanks to visit codestin.com
Credit goes to github.com

Skip to content

update ANI-2x training configuration #286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/TensorNet-ANI2X.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ num_rbf: 32
num_workers: 4
output_model: Scalar
precision: 32
prior_model: null
remove_ref_energy: true
rbf_type: expnorm
redirect: false
reduce_op: add
Expand All @@ -48,8 +48,8 @@ splits: null
seed: 1
standardize: false
test_interval: -1
test_size: null
train_size: 0.8
test_size: 0
train_size: 0.9
trainable_rbf: false
val_size: 0.1
weight_decay: 0.0
Expand Down