Skip to content

Commit 0e5e6d3

Browse files
committed
minor finetune yaml update
1 parent 8227d52 commit 0e5e6d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

so3lr/config/finetune.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ optimizer:
3030
gradient_clipping_args: null
3131
num_of_nans_to_ignore: 0 # Number of repeated update/gradient steps that ignore NaNs before raising on error.
3232
training:
33-
allow_restart: false # Re-starting from checkpoint is allowed. This will overwrite existing checkpoints so only use if this is desired.
33+
allow_restart: true # Re-starting from checkpoint is allowed. This will overwrite existing checkpoints so only use if this is desired.
3434
num_epochs: 100 # Number of epochs.
3535
num_train: null # Number of training points to draw from data.filepath.
3636
num_valid: null # Number of validation points to draw from data.filepath.
@@ -40,7 +40,7 @@ training:
4040
# If batch_max_num_nodes and batch_max_num_edges is set to null, they will be determined from the max_num_of_graphs.
4141
# If they are set to values, each batch will contain as many molecular structures/graphs such none of the three values
4242
# batch_max_num_nodes, batch_max_num_edges and batch_max_num_of_graphs is exceeded.
43-
batch_max_num_graphs: 6 # Maximal number of graphs per batch.
43+
batch_max_num_graphs: 8 # Maximal number of graphs per batch.
4444
# Since there is one padding graph involved for an effective batch size of 5 corresponds to 6 max_num_graphs.
4545
batch_n_proc: 1 # Number of processors used for queuing training batches, used only for TFDS dataloader
4646
eval_every_num_steps: 10000 # Number of gradient steps after which the metrics on the validation set are calculated.

0 commit comments

Comments
 (0)