Weisu Yin
Weisu Yin
Currently, the verbose argument of predictor only controls autogluon loggers. We should allow it to control our dependencies' verbosity too when possible. One potential way to achieve this is to...
After a predictor is fitted, giving user a prompt for using the cloud module as a deployment option.
### Bug description After training the model with strategy `deepspeed_stage_3`, and converted the checkpoint with `convert_zero_checkpoint_to_fp32_state_dict`, I was trying to load the model with `load_state_dict` but found the original model's...