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
Hey @FantasticOven2 I had the same issue as you. It is caused when trying to use the regression pipeline but you are inputting the generative model. You can see from the first line in your output you are loading the generative model "INFO:root: Successfully loading pipline from jingheya/lotus-depth-g-v1-0"
To fix this issue change: export CHECKPOINT_DIR="jingheya/lotus-depth-g-v1-0"
To export CHECKPOINT_DIR="jingheya/lotus-depth-d-v1-0"
Or if you are doing command line calls change the model flag from:
--pretrained_model_name_or_path="jingheya/lotus-depth-g-v1-0"
To --pretrained_model_name_or_path="jingheya/lotus-depth-d-v1-0"
Hello author,
Thanks for this amazing work!
When I try to run
bash infer.sh
withMODE="regression
, I got the following error:The text was updated successfully, but these errors were encountered: