pfnet-research / menoh

Menoh: fast DNN inference library with multiple programming language support
MIT License
279 stars 34 forks source link

Example for calling run multiple times #200

Open okdshin opened 5 years ago

okdshin commented 5 years ago

There is no example which shows how to call run() multiple times. So many users get confused that they have to construct the model for each run(). There is no need to do so. Constructed models can be called run() multiple times.