guillaumegenthial / tf_ner

Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
Apache License 2.0
923 stars 274 forks source link

Load in AndroidStudio #20

Open wtkvarox opened 5 years ago

wtkvarox commented 5 years ago

Hi, how can i load this model in Android Studio. Always show this error "buffer with XX elements is not compatible with a Tensor with shape[0, 0, 0]"

guillaumegenthial commented 5 years ago

@wtkvarox no idea! never done it. If you manage to do it, write a blog post / link it here / add your solution here!