sraashis / deepdyn

pytorch implementation of paper https://www.frontiersin.org/articles/10.3389/fcomp.2020.00035/full
MIT License
63 stars 22 forks source link

Execution error #252

Open naumanbashir70 opened 4 years ago

naumanbashir70 commented 4 years ago

err Hi, Could you help me in executing this code. It stops on 150 epoc.

Thanks

sraashis commented 4 years ago

Hi, I think there is the patience of around 100 epochs in torchutils.py. So it tries to run tests after it exceeds. However, it has a module to check if there is already a log file. To prevent it from accidentally deleting all work, I prompt Y/N. So you could just give y and hit enter. Thanks, AK