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
When adding parameter groups in the CE and GS optimizers, they complain that the ParameterDict is not callable.
e.g.
traj.parameters.f_add_parameter_group('grid_spec')
TypeError: 'ParameterDict' object is not callable
When adding parameter groups in the CE and GS optimizers, they complain that the ParameterDict is not callable.
e.g.
traj.parameters.f_add_parameter_group('grid_spec')
TypeError: 'ParameterDict' object is not callable