-
Notifications
You must be signed in to change notification settings - Fork 12
Put my reproduction experience here & GR-1复现交流群 #4
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
Comments
[2024.4.19] Successfully run the policy Recommendations:
Remember to use the latest
|
[2024.4.20] Evaluation result of ABC->D
Note that in their original paper, the performance is: The success rate in my evaluation is even higher! I fixed the bug of On the ABC->D leaderboard, it`s very close to the current SOTA 3D diffuser actor without using depth information: The log files: |
[2024.4.20] Evaluation result of ABCD->D
Again, the performance is slightly higher than the original paper reported. It`s the SOTA of the ABCD->D leaderboard. Better than the heavy Roboflamingo. The log files: |
[2024.4.20] Network Details These hyperparameters are set in this config file. Trainable parameters: 45,988,039 Parameter number of the MAE (frozen): 85,798,656, ViT-B/32 version Parameter number of the perceiver resampler: 18,897,408
Parameter number of core transformer (GPT2): 21,294,720
Parameter number of the image decoder: 3,548,928 (transformer) + 147,840 (embedding)
Parameters of other layers like the action projection layer are not discussed here. Image preprocess
As for random shift of images, please refer to #5. As for skip-frame in video & action prediction, please refer to #6. For target image they do:
Language preprocess
|
[2024.4.20] APIs The GR1 policy, whose hyperparameters are set in this config file.
prediction['obs_targets'] and prediction['obs_hand_targets'] do not need gradient. 196 of the shape is
|
[2024.4.20] Some internal tensor shapes
Their last dimensions are projected to 384 before sent into GPT2. After the light-weight image decoder, the last dimention of |
[2024.4.21] Video Generation Test Theortically, GR-1 can generate a short video in a single forward pass because of the learned [OBS] tokens. It can also predicts a short tranjectory (or you can say, an action chunk) in a pass. The reconstruction quality is poor but the following video still looks like the desk of CALVIN benchmark. My code may be wrong, I hope @bdrhtw @hongtaowu67 release the official video generation script. |
Hi @StarCycle , thanks for your attention to this work. We are not aware of the bug in the As for video prediction, we follow MAE to normalize the images by batch in training: https://github.com/bytedance/GR-1/blob/main/models/gr1.py#L193. To generate normal images, |
Hi @bdrhtw, I found the For video generation, I see in your evaluation code
btw, it's very helpful if you can enter the wechat group :) |
Thanks for sharing the bug fix. Yes. we trained two checkpoints, i.e., one with |
[2024.5.17] For the full training code, please refer to #8 |
可以更新下群二维码吗 |
@snitchyang 您好,已经更新,我等会也更新下我repo的代码 |
请问可以更新一下群二维码吗QwQ |
@negativegluon 请用这个 |
@StarCycle |
@wlxing1901 |
求加群 |
@SpaceLearner |
求加群 @StarCycle 🤗 |
Yes I have updated it! |
@StarCycle in your terminal output (#4 (comment)), it shows that you use 3 EGL device choice. my outputs are:Global seed set to 0 |
Hello @Jacksonfei, The EGL problem comes from calvin...and it depends on the machine you use... One option is to run Would you like to add my Wechat (StarRingSpace)? In the worst case, I can try to set up a docker image for you. You need to train on your machine, and evaluate in the docker...According to my experience, you will finally solve the EGL problem if you switch a docker image or you carefully configure your system... |
I also list many installation errors and solutions here: https://github.com/EDiRobotics/mimictest#possible-installation-problems |
神,求个新二维码 |
@Tigerdwgth Hi please check this qr code: |
求加群 @StarCycle 🤗 |
@1786707378 请您用这个二维码: |
@StarCycle 求加群 🤗🤗 |
@ytx0323 请用这个二维码~ |
@StarCycle 蹲个新二维码,感谢! |
@yueyang2000 请参考~ |
等待一个新的交流群邀请码~ |
@YuqiLiu0926 欢迎! |
等待一个新的交流群邀请码~ |
@pgdtgq Welcome! |
求一个最新的二维码 |
求一个最新二维码 |
@DorayakiLin @ecielyang 欢迎交流~ |
Hello @ecielyang, they did not release the ckpt with By the way, we are at the same institute ^^. Good luck! |
求更新二維碼 |
@wxz1996 微信群超200人啦,需要加我微信(StarRingSpace)才能拉你进来呢 |
GR-1复现交流群,作者大大加群的话会将群主权限移交,有复现进展会在此贴更新,二维码尽量保持更新
这种神仙repo大家点颗星再走
The text was updated successfully, but these errors were encountered: