Nikhil Kothari

Results 117 comments of Nikhil Kothari

I thought it was oddly quite painful to refer to the saved_model APIs, based on the ways they were organized... so opted for choosing the more legible literal value. I...

I was able to update just 'SERVING' to 'serve' and make things work. Note that I actually had to change gcloud code -- for some reason the v1 version of...

The line to make saved model work is still there: https://github.com/TensorLab/tensorfx/blob/master/src/training/_model.py#L256 Some how I think you've got an older version of gcloud (or there is a major bug in the...

FWIW, added a command line tool to do local predictions in af8beccb0900fe7847e1f444b03db7933deacb62. Definitely need to validate with the service as the ultimate test. Hopefully it isn't trying to old models...

Is this a pecularity of the internal goobuntu setup? I certainly didn't hit it on my mac where I use miniconda (but not a virtual or conda env).

I used whatever comes by standard with miniconda (as far as I remember, I didn't install it explicitly) which happens to be 34.2.0. I checked on ubuntu. It is 26.1.1,...

Should also work for tokens field (as described in #18)

Yes, agree. I haven't fully grokked how vocab files work end-to-end ... wrt to setting up a hashtable from a file, so it works at training and prediction time, and...

Lets consider WorkerLoggingHook and MasterLoggingHook where each generates a compact single log line -- goal is to show progress on each node in the cluster, with least possible impact on...

Are there any specific events you had in mind? I don't know if I am thinking of events in the way you intend in scope of this issue, but it...