Aneesh Kotnana
Aneesh Kotnana
I'm trying it right now. It looks like tf.flags is no longer part of the tensorflow package so I started out by switching that. From what I can see, a...
I don't think so. I'm running the preprocessing as soon as I create the session. The difference is between doing this (which takes almost twice as long) ```python with sv.managed_session(FLAGS.master,...
Hi, I'm also looking for a way to validate the model in a more interactive manner by using real text data. @marc88, were you able to find a way to...
I think I might have something that may work but I don't think I'm doing the preprocessing properly. Essentially, I tokenized the sample sentence and then using code from the...