Does REIVNENT4 support shuffling in TL? #339
-
|
Hi, I am wondering if reinvent supports shuffling in transfer learning such that in each epoch it randomizes the order in which the SMILES are presented to the model (not the order of atoms as in randomize_smiles)? So that the model doesn't remember the order of the SMILES in the dataset, and generalizes further. If so, is it enabled by default or how do I enable it? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, this is controlled by Cheers, |
Beta Was this translation helpful? Give feedback.
Hi,
this is controlled by
shuffle_each_epochin the[parameters]section. The default isTruei.e. random shuffling of SMILES strings is enabled.Cheers,
Hannes.