You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`chytorch.optim.lr_scheduler.WarmUpCosine` - Linear warmup followed with cosine-function for 0-pi range rescaled to lr_rate - decrease_coef * lr_rate interval.
80
-
81
72
**Voting NN with single hidden layer:**
82
73
83
74
`chytorch.nn.VotingClassifier`, `chytorch.nn.BinaryVotingClassifier` and `chytorch.nn.VotingRegressor` - speed optimized multiple heads for ensemble predictions.
@@ -94,8 +85,6 @@ All wrappers have `torch.utils.data.Dataset` interface.
94
85
*`SizedList` - list wrapper with `size()` method. Useful with `torch.utils.data.TensorDataset`.
95
86
*`SMILESDataset` - on-the-fly smiles to `chython.MoleculeContainer` or `chython.ReactionContainer` parser.
96
87
*`LMDBMapper` - LMDB KV storage to dataset mapper.
97
-
*`PostgresMapper` - Postgres DB table to dataset mapper.
98
-
*`SMILESTokenizerDataset` - on-the-fly generator of tokenized SMILES.
99
88
*`TensorUnpack`, `StructUnpack`, `PickleUnpack` - bytes to tensor/object unpackers
0 commit comments