sraashis / deepdyn

pytorch implementation of paper https://www.frontiersin.org/articles/10.3389/fcomp.2020.00035/full

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sanersbug opened this issue · comments

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