Alpsholic

Results 3 issues of Alpsholic

I am getting the following exception on TF 1.9 when I load a saved Bert model on JAVA. I saved the model on Python using easy-bert and loaded in Java...

**I saved the trained model as follows (similar to how u do in convert_use.py)** `tf.saved_model.simple_save(sess, save_path, inputs={'input':in_tensor}, outputs={'output':ou_tensor},legacy_init_op=tf.tables_initializer())` **But when I load the resulting model in Java, I get the...

I followed the steps exactly as mentioned. Downloaded the multi-lang model, used the python script to get the pb file. But in Java side, I get the following when I...