Roman Ring

Results 30 comments of Roman Ring

That is very strange. Can you track down the exact error?

GPU is required for StarCraft II agents, make sure you've installed `tensorflow-gpu`

I tried to maintain CPU version for awhile but it gets really annoying keeping up with transpositions. The issue boils down to that I use `NCHW` format for GPU but...

Varnish is used as a reverse-proxy. I'm not familair with nginx reverse proxy functionality and how it fares against Varnish. Would be interesting to see benchmarks. Does it support ESI?...

From what I can gather, SSI is an unsupported predecessor to ESI, so I would not recommend using it. And I can't gather any reasonable information on ESI module for...

I can't say I'm qualified to talk about this because I've never heard about reverse proxy capabilities of nginx until today. If all you're after is the caching mechanism, then...

Hello, unfortunately, I don't have access to the machine I used to build the wheels at the moment.

Hello, Logits are simply unnormalized log probabilities. There's nothing special about them mathematically, but in practice many TensorFlow ops will work slightly faster and will be more stable if you...

Generally, the logits are simply unnormalized log probabilities. Mathematically, you would want to work with probability distributions in most cases, but numerically it often makes more sense to work directly...