Hu Zhanbin
Results
1
comments of
Hu Zhanbin
You can do as follow: ```python def __init__( self, verbose: bool = True, model_config: CustomModel = CustomModel() # model_config: CustomModel = CustomModel( # model=MobilenetV3(), transform=MobilenetV3.transform, name=MobilenetV3.name # ), ``` And...