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
Thanks for pointing out the issue. The LORA configuration is an experimental feature and not applied in the paper. We have updated the code in croco to fix this issue: Junyi42/croco#1.
Hi, thanks for sharing the complete code base!
When I tried to train the model, the following two places caused errors because either
args.load_lora
orargs.lora
is undefined for MonSt3R:https://github.com/Junyi42/croco/blob/6f1362bcd0a76821ca3091dc2d0c3253e95c7794/utils/misc.py#L307-L310
https://github.com/Junyi42/croco/blob/6f1362bcd0a76821ca3091dc2d0c3253e95c7794/utils/misc.py#L341-L344
The text was updated successfully, but these errors were encountered: