File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
3232training :
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.
You can’t perform that action at this time.
0 commit comments