microsoft / Graphormer

Graphormer is a general-purpose deep learning backbone for molecular modeling.
MIT License
2.08k stars 334 forks source link

Report errors with validation dataloader #30

Closed zaixizhang closed 2 years ago

zaixizhang commented 2 years ago

Hi, I try to reproduce the results on ogb-lsc. It report errors at the 90% iteration of the first epoch. It seems there is something wrong with the validation dataloader. Could you give me some suggestions to fix it? Thanks! image

zhengsx commented 2 years ago

Are your environment same as the requirement? Could you provide a minimal reproducible example with detailed package version information? In addition, could you try to set num_workers=1 to see the error message?

zaixizhang commented 2 years ago

Thanks for your reply! Previously, my pytorch-lightning version is 1.4.2. After changing to 1.3.0, it works.

Thanks for your help!