optimizer¶
openchem_optimizer¶
-
class
optimizer.openchem_optimizer.OpenChemOptimizer(params, model_params)[source]¶ Bases:
object-
load_state_dict(state_dict)[source]¶ Load an optimizer state dict. In general we should prefer the configuration of the existing optimizer instance (e.g., learning rate) over that found in the state_dict. This allows us to resume training from a checkpoint using a new set of optimizer args.
-
property
optimizer¶
-
property
param_groups¶
-