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
Using bert-inference to online prediction is ok, however, the running time of prob = self.sess.run([self.probabilities], feed_dict) in 『with self.graph.as_default() as g』 will take little seconds, which is too long for online prediction. And i want for your help to get direction how to optimization the code for online prediction.
The text was updated successfully, but these errors were encountered:
Using bert-inference to online prediction is ok, however, the running time of prob = self.sess.run([self.probabilities], feed_dict) in 『with self.graph.as_default() as g』 will take little seconds, which is too long for online prediction. And i want for your help to get direction how to optimization the code for online prediction.
The text was updated successfully, but these errors were encountered: