MCPcopy
hub / github.com/dmlc/dgl / _set_param_groups

Method _set_param_groups

python/dgl/optim/pytorch/sparse_optim.py:505–506  ·  view source on GitHub ↗

A helper method to load param_groups from saved state_dict.

(self, groups)

Source from the content-addressed store, hash-verified

503
504 @abstractmethod
505 def _set_param_groups(self, groups):
506 """A helper method to load param_groups from saved state_dict."""
507
508
509class SparseAdagrad(SparseGradOptimizer):

Callers 1

load_state_dictMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected