Joaquín Ruales

Results 13 comments of Joaquín Ruales

I'm also looking for a way to access the error code returned from the server. The server responds with a `socket.write("HTTP/1.1 401 Unauthorized\r\n\r\n");`, and the browser does know that it...

Apparently, the client can't have access to this information by design, according to [this StackOverflow answer](https://stackoverflow.com/a/50685387)

E[weight] = drop_prob_0 + (1-drop_prob)_w[i] = (1-drop_prob)*w[i], so I agree with @avdmitry

@avdmitry 's solution agrees with Figure 2 in the third page of the dropout paper: http://www.cs.toronto.edu/~rsalakhu/papers/srivastava14a.pdf The Keras library takes a different approach (but still somewhat equivalent): it divides by...

From what I understand, the problem is that whatever values inside "data" in the output are being inserted as children into the React component from a cell, and the problem...

@chyoung93 please target the `Nuevo/FrontEndRevamp` branch and not the `master` branch for this PR

@jeremiahjordanisaacson I'm seeing that the homepage (https://nuevofoundation.org/what-we-do) is actually not including the lato-semibold font correctly, so it's falling back to `sans-serif`. You can see this because if you intentionally use...

Just to clarify, this slowness doesn't seem to be during the first search per se, but rather during the first ~8 seconds after each page load. So a more exact...