Replies: 1 comment
-
|
Hey, were you able to solve the problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was trying to fine-tune the lerobot pi0_base model with lerobot/aloha_sim_transfer_cube_human dataset. The pi0 requires:
3 cameras: observation.images.base_0_rgb/left_wrist_0_rgb/right_wrist_0_rgb, type VISUAL, shape [224,224,3], and observation.state and action are shape 32.
However, lerobot/aloha_sim_transfer_cube_human dataset has only one single camera observation.images.top, and it is video (not image) of shape [480,640,3], and observation.state and action are of shape 14.
Following is the script and arguments I used to train (offline training):
The training process was able to run to the end except for one warning:
Finally, loss is around 0.165. I don't know whether what I have done is right or wrong. I just don't feel right. I attached the whole log for information. Could experts here advise me on the issues in my training? Thanks so much!
pi0 train log 3.txt
Beta Was this translation helpful? Give feedback.
All reactions