Closed Fisher-Wang closed 2 months ago
Hi, I have fixed it. The model class should be MultiViT
instead of MultiMAE
(which is used for pre-training).
Thanks for pointing out,
Thanks for clarification!
Since MultiMAE is used for pre-training, then maybe this line for scratch_multivit_rgbd.yaml
should be MultiMAEModel?
https://github.com/HaoyiZhu/PointCloudMatters/blob/3e751d30f34515242eb25f7f3da767c3ec643f14/configs/exp_rlbench_act_policy/rlbench_model/scratch_multivit_rgbd.yaml#L20
Also, the filenames should also be changed accordingly?
This line should always be MultiViTModel. For scratch setting, you just have to set the ckpt_path
to be None.
I see. Thank you!
Thanks for your great work!
When I run
I got this error
Also, when I run
I got this error
Cloud you help me run these experiment correctly?