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
To make these interfaces more friendly to use, the first argument could also be a local config path, model name or, a alias defined in metafile.
frommmengine.hubimportget_model, get_configcfg=get_config('mmpretrain::mae_vit-base-p16_8xb512-amp-coslr-300e_in1k') # get model by model namecfg=get_config('mmpretrain::{model alias}') # get model by aliascfg=get_config('/path/to/local/config') # get model by local config
Any other context?
No response
The text was updated successfully, but these errors were encountered:
What is the feature?
Currently ,
get_config
andget_model
only support to get model by:To make these interfaces more friendly to use, the first argument could also be a local config path, model name or, a alias defined in metafile.
Any other context?
No response
The text was updated successfully, but these errors were encountered: