We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4abc6 commit 7079ec2Copy full SHA for 7079ec2
mmdeploy/codebase/base/task.py
@@ -52,7 +52,7 @@ def __init__(self,
52
if not DefaultScope.check_instance_created(self.experiment_name):
53
self.scope = DefaultScope.get_instance(
54
self.experiment_name,
55
- scope_name=self.model_cfg.get('default_scope'))
+ scope_name=str(self.model_cfg.get('default_scope')))
56
else:
57
self.scope = DefaultScope.get_instance(self.experiment_name)
58
0 commit comments