зеркало из https://github.com/microsoft/archai.git
amp.load_state_dict fix
This commit is contained in:
Родитель
1d42b62d4f
Коммит
807011a821
|
@ -238,6 +238,6 @@ class ApexUtils:
|
|||
|
||||
def load_state_dict(self, state_dict):
|
||||
if self.is_mixed():
|
||||
self._amp.load_state_dict()
|
||||
self._amp.load_state_dict(state_dict)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче