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
Traceback (most recent call last):
File "train.py", line 339, in
train(args)
File "train.py", line 97, in train
set_default(args)
File "E:\mindyolo-master\mindyolo-master\mindyolo\utils\utils.py", line 26, in set_default
ms.set_context(jit_config={"jit_level": "O2"})
File "D:\Program Files\anaconda3\envs\myenv\lib\site-packages\mindspore_checkparam.py", line 1313, in wrapper
return func(*args, **kwargs)
File "D:\Program Files\anaconda3\envs\myenv\lib\site-packages\mindspore\context.py", line 1529, in set_context
raise ValueError(f"For 'context.set_context', the keyword argument {key} is not recognized! For detailed "
ValueError: For 'context.set_context', the keyword argument jit_config is not recognized! For detailed usage of 'set_context', please refer to the Mindspore official website.
这是因为啥
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "train.py", line 339, in
train(args)
File "train.py", line 97, in train
set_default(args)
File "E:\mindyolo-master\mindyolo-master\mindyolo\utils\utils.py", line 26, in set_default
ms.set_context(jit_config={"jit_level": "O2"})
File "D:\Program Files\anaconda3\envs\myenv\lib\site-packages\mindspore_checkparam.py", line 1313, in wrapper
return func(*args, **kwargs)
File "D:\Program Files\anaconda3\envs\myenv\lib\site-packages\mindspore\context.py", line 1529, in set_context
raise ValueError(f"For 'context.set_context', the keyword argument {key} is not recognized! For detailed "
ValueError: For 'context.set_context', the keyword argument jit_config is not recognized! For detailed usage of 'set_context', please refer to the Mindspore official website.
这是因为啥
The text was updated successfully, but these errors were encountered: