MenghaoGuo / PCT

Jittor implementation of PCT:Point Cloud Transformer
653 stars 80 forks source link

Question about training #16

Open xinze98 opened 3 years ago

xinze98 commented 3 years ago

Hello Guo! I found that much more epochs were needed in part_seg task when I replaced the model in Pointnet++ with PCT. (Pointnet++ code from https://github.com/yanx27/Pointnet_Pointnet2_pytorch)

Pointnet++ needs less than 50 epochs while PCT needs more than 500 epochs. Is this caused by model complexity? Have you found same question when training?

MenghaoGuo commented 3 years ago

We don't observe this in the experiments. I suggest you can adjust this initial learning rate.