mirror of
https://github.com/open-mmlab/mmselfsup.git
synced 2025-06-03 14:59:38 +08:00
fix custom import error (#371)
This commit is contained in:
parent
067fbce0b5
commit
f86828fe5a
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user