ersilia-os / eos7pw8

GNU General Public License v3.0
2 stars 1 forks source link

Use try catch to exit when joblib.load overflows memory #13

Closed samuelmaina closed 1 year ago

samuelmaina commented 1 year ago

Added in the try catch in the model since joblib.load() may overflow the memory and cause silent errors. The error may also be platform specific more so in the docker environment.