Nick Hynes

Results 61 comments of Nick Hynes

> They would be the first supported tagged value Well, it's in accordance with the spec and doesn't much affect the codebase. > Additionally it breaks code that relies on...

I, too, was wondering if feeding in zero-padded variable length sequences would significantly affect learning a good final hidden state. I wrote a quick [script](https://gist.github.com/nhynes/b9777aed51cdc8a86d30d82b6e79a0da) to convince myself that it...

On a related note, it's probably not a cool idea to have [`square`](https://developer.aleo.org/developer/language/flying_tour) be some of the first code people see in the docs. It gives the unreasonable impression that...

> We have the workaround @gnzlbg mentioned so I would keep the Sync requirement in failure. It's not so great if you want to store the span for reporting diagnostics,...

Although I'm not sure that Rust is going to usurp Python and C++ as the de-facto ML programming model, it's definitely a worthy goal. Along those lines, I think that...

I'd like to voice support for gRPC so that I can continue to not write Go.

nvm. go-grpc doesn't seem to want to allow custom dialers. I could more easily modify the remote signer, but those changes (custom dialer + making TLS certs optional) will never...