File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
paddlex/repo_apis/PaddleVideo_api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ def _update_to_static(self, dy2st: bool):
295295 Args:
296296 dy2st (bool): whether or not to use the dynamic to static mode.
297297 """
298- self .update ({"Global. to_static" : dy2st })
298+ self .update ({"to_static" : dy2st })
299299
300300 def _update_use_vdl (self , use_vdl : bool ):
301301 """update config to set VisualDL
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ def _update_to_static(self, dy2st: bool):
295295 Args:
296296 dy2st (bool): whether or not to use the dynamic to static mode.
297297 """
298- self .update ({"Global. to_static" : dy2st })
298+ self .update ({"to_static" : dy2st })
299299
300300 def _update_use_vdl (self , use_vdl : bool ):
301301 """update config to set VisualDL
You can’t perform that action at this time.
0 commit comments