mindspore.reset_ps_context
- mindspore.reset_ps_context()[source]
Reset parameter server training mode context attributes to the default values:
enable_ps: False.
Meaning of each field and its default value refer to
mindspore.set_ps_context()
.
Reset parameter server training mode context attributes to the default values:
enable_ps: False.
Meaning of each field and its default value refer to mindspore.set_ps_context()
.