Josh Bleecher Snyder

Results 372 comments of Josh Bleecher Snyder

> I suspect--without proof--that unzipping the .keras file is a meaningful part of this. OK, ran a quick experiment, and I have some proof now. :) I took a model...

Makes sense. The rule would be that you can break (some) ambiguities by choosing the shortest unique continuation? For the near term, seems like adjusting the shortcuts to be unambiguous...

Yeah, that’s how I landed with the (I thought at the time very clever) double prefix. I’m game to switch to shortest wins, though.

The three PRs I just sent may have conflicts with each other. I'm happy to rebase, sequence them, etc, just say the word! I sent them all independently to start...

Great feedback. I'll turn my attention back to this soon, I hope, and incorporate all of it.

At long last, another rev, which should address all your concerns. Thank you for your patience. We've been using the actual code changes for a while. I haven't banged on...

> otherwise if the timeout elapses without grpc connections becoming healthy, it exits with an error. I would prefer to omit this. Otherwise, this seems great. I’d also be open...

Apologies for the long delay here. I started implementation and realized there were some subtleties. The main sticking point is that we need an initial plugin connection to learn things...

The prototype implementation I referred to was done by hacking in a stupid [line-oriented benchmark server](golang.org/cl/10360) and writing a [simple external driver program](https://github.com/josharian/rod). So we're thinking along similar lines. The...

Oh, and I have a [simple driver script](https://github.com/josharian/bench/) that invokes benchmarks in a loop and uses benchstat to print rolling results. I'd love to invest to make it sophisticated and...