-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'RoboPaligemma' object has no attribute 'image_processor' #14
Comments
same issue. can the author fix this bug? |
Sorry for the typo, please modify line 8 of
return self.model.processor to return self.processor . We will update the repo as well.
|
Should be fixed now. |
It's trainable. But repeated warnings abound: |
@cheng-haha Since we utilize |
bash scripts/run.sh configs/calvin_finetune/finetune_paligemma_cont-lstm-post_full-ft_text_vision_wd=0_ws-8_act-10.json
get the following error:
[rank0]: Traceback (most recent call last):
[rank0]: File "main.py", line 350, in
[rank0]: experiment(variant=configs)
[rank0]: File "main.py", line 153, in experiment
[rank0]: image_preprocess = model.model.image_processor
[rank0]: File "/home/zxlong10/.conda/envs/robovlms/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1709, in getattr
[rank0]: raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'")
[rank0]: AttributeError: 'RoboPaligemma' object has no attribute 'image_processor'
The text was updated successfully, but these errors were encountered: