You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello !
I have created a Named Entity Recognition model with tensorflow/keras/keras_contrib.
I would like run this model on my clients browser with Keras.js but i doesn't found anything for this.
When i load my model, i use keras_contrib class like this in python :
Hello !
I have created a Named Entity Recognition model with tensorflow/keras/keras_contrib.
I would like run this model on my clients browser with Keras.js but i doesn't found anything for this.
When i load my model, i use keras_contrib class like this in python :
self.model = load_model( dir_path + '/v1/tools/TextAnalyzerData/model.h5', custom_objects={ 'CRF':CRF, 'crf_loss':crf_loss, 'crf_viterbi_accuracy':crf_viterbi_accuracy } )
Any alternative or tips for javascript size ?
Thanks
The text was updated successfully, but these errors were encountered: