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
" By default, the weights used by different methods are automatically downloaded (model.kwargs.pretrained=True, model.kwargs.checkpoint_path=''). If you prefer to specify offline weights, you can download the model weights to model/pretrain and modify the settings to model.kwargs.pretrained=False, model.kwargs.checkpoint_path='model/pretrain/xxx.pth' "
Hi, I'm trying to run MambaAD with this toolbox.
I don't konw which “model.kwargs.pretrained” and "model.kwargs.checkpoint_path" to modify, becasue there are "model_s.kwargs", "model_t.kwargs" and "model.kwargs" in configs/base /cfg_model_MambaAD, and there are "model_s.kwargs", "model_t.kwargs" and "model.kwargs" again in configs/MambaAD/MambaAD.py, which makes I feel a little confused.
I wonder 1. what do "model_s", "model_t" (pretrained encoder maybe? but I don't know the difference between t and s) and "model"(main model I guess) excatly mean? 2. which congfig do I need to change these two congfigs both? and since pretrained weights can be downloaded automatically acoording to the model name, are there any more optionsn of "model_t.name", "model_s.name" and "model.name" you may list out in the homepage or the reply.
Looking foward to your reply and I would be very grateful for that.
The text was updated successfully, but these errors were encountered:
" By default, the weights used by different methods are automatically downloaded (model.kwargs.pretrained=True, model.kwargs.checkpoint_path=''). If you prefer to specify offline weights, you can download the model weights to model/pretrain and modify the settings to model.kwargs.pretrained=False, model.kwargs.checkpoint_path='model/pretrain/xxx.pth' "
Hi, I'm trying to run MambaAD with this toolbox.
I don't konw which “model.kwargs.pretrained” and "model.kwargs.checkpoint_path" to modify, becasue there are "model_s.kwargs", "model_t.kwargs" and "model.kwargs" in configs/base /cfg_model_MambaAD, and there are "model_s.kwargs", "model_t.kwargs" and "model.kwargs" again in configs/MambaAD/MambaAD.py, which makes I feel a little confused.
I wonder 1. what do "model_s", "model_t" (pretrained encoder maybe? but I don't know the difference between t and s) and "model"(main model I guess) excatly mean? 2. which congfig do I need to change these two congfigs both? and since pretrained weights can be downloaded automatically acoording to the model name, are there any more optionsn of "model_t.name", "model_s.name" and "model.name" you may list out in the homepage or the reply.
Looking foward to your reply and I would be very grateful for that.
The text was updated successfully, but these errors were encountered: