java-bert-predict
java-bert-predict copied to clipboard
where do you known the 'session.graph.get_tensor_by_name("Placeholder:0")' ?
in the code of bert model, there is no placeholder tensor, how do you known the tensor name of input_ids is "Placeholder:0"?
use tensorboard to inspect the graph
KeyError: "The name 'Placeholder:0' refers to a Tensor which does not exist. The operation, 'Placeholder', does not exist in the graph."
how can i use this bert model to tflite android app.?
Im getting the same error, what is the correction for the Bert model ? Thanks !!