lishiqianhugh / LfID

On the Learning Mechanisms in Physical Reasoning, NeurIPS 2022.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How long does the LfI training take?

maguro27 opened this issue · comments

Hi.
Thank you for your excellent work!

I ran the LfI training script using an A100 40GB GPU.
The training script takes 6 hours in each epoch.
Consequently, the training script may take two and a half days.
Is it correct behavior?

Thanks.

Thank you for getting back to me.

You said, "a V100 128GB GPU".
Is this the typo of "a V100 32GB GPU"?

In addition, could you run the LfI training script after cloning this repository?
After that, please tell me the training time in each epoch.

Hmm...

How many mini-batch sizes did you use?
Just now, the training script takes 5.5 hours though I re-run the training script using the default config.

I updated the mini-batch size from 128 to 256.
However, the training script also takes 5.5 hours in each epoch.

Anyway, I ran the training script using SwinTransformer.
However, the Swin training script also needs 6.5 hours.
There is a slight difference between ViT and Swin.

Do you come up with a cause?

Oh!

I understand the cause.
Also, you said, the data loader includes an online data collection phase.
If you have time, please add a full offline training script to this repository.
Thanks.