Open gitlost-murali opened 5 years ago
I tried using it in a Flask app. There's a global variable issue, so model doesn't work for 2nd time initialization. 'nloaded' is saturated to '13' in 'load_params'. So, the next time you call Model, 'nloaded' starts from 13, but not from 0.
I tried using it in a Flask app. There's a global variable issue, so model doesn't work for 2nd time initialization. 'nloaded' is saturated to '13' in 'load_params'. So, the next time you call Model, 'nloaded' starts from 13, but not from 0.