fix custom import error (#371)

pull/373/head
Yixiao Fang 2022-07-25 15:47:53 +08:00 committed by GitHub
parent 067fbce0b5
commit f86828fe5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
default_scope = 'mmcls'
custom_imports = dict(
imports=['mmselfsup.models', 'mmselfsup.core'], allow_failed_imports=False)
imports=['mmselfsup.models', 'mmselfsup.engine'],
allow_failed_imports=False)
default_hooks = dict(
runtime_info=dict(type='RuntimeInfoHook'),