Hermes
Results
3
issues of
Hermes
Do you have a pretrained model for predicting NSFW images using mxnet? thanks.
Are there examples of configuration for used it ?
if I have an express controller: Controller.js `model: string //path postMethod(text) { const textClassifier = new Fasttext(model); // here memory leak! return textClassifier.predict(text); } ` Memory grows without limit on...