valeoai / ConfidNet

Addressing Failure Prediction by Learning Model Confidence
Other
163 stars 35 forks source link

Kernel Restarting #12

Closed rkodag closed 2 years ago

rkodag commented 2 years ago

The kernel for ConfidNet/confidnet/notebook/success_errors_histogram.ipynb appears to have died. It will restart automatically Screenshot from 2021-12-23 00-40-24 .

chcorbi commented 2 years ago

Hi @rkodag,

The dloader module wraps Pytorch's dataset into dataloader. Hence these lines shouldn't create memory issue. When checked on my side, it only adds ~0.30G in RAM. Maybe your computer RAM was already full?

Best, Charles

rkodag commented 2 years ago

Thanks @chcorbi