Skip to content
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