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

Where is the model after trained ? and how to inference ? #256

Open sanersbug opened 4 years ago

sraashis commented 4 years ago

Hi, The model is in the net_logs folder. To inference, you need to change 'mode': 'train', to 'mode': 'test'. Thanks!