Open pluto2D opened 5 months ago
Hi and thanks for your interest in our work! To train the Breaking Bad dataset, you can use the following command in the command line:
python puzzle_diff/train_3d.py --inference_ratio 10 --batch_size 8 --steps 300 --num_workers 10 --noise_weight 0 --predict_xstart True --max_epochs 1000 --backbone vn_dgcnn --max_num_part 20
We plan to release the checkpoint, so stay tuned!
Dear authors,
Thank you for your previous response and your great work! I'm wondering if there has been any update on the release of the checkpoint. It would be incredibly helpful for my current experiments, and I'd appreciate any information on when it might be available.
Looking forward to your reply!
Dear authors,
Do you plan to release the train_beakingbad.sh and it's ckpt?