megvii-model / HINet

Other
365 stars 62 forks source link

The training GOPRO dataset seems to be stuck #36

Open THEBEST-cloud opened 2 years ago

THEBEST-cloud commented 2 years ago

The training GOPRO dataset seems to be stuck, and it keeps showing 2021-11-09 12:28:47,364 INFO: Start training from epoch: 0, iter: 0

mayorx commented 2 years ago

Hi, THEBEST-cloud,

Thanks for your attention to HINet. Could you please provide more details? It might be caused by the out-of-memory issue, as lmdb format will load the dataset into memory. I recommend you monitor the memory, and changing the 'lmdb' format to 'disk' might be helpful.