Lukas Geiger

Results 129 comments of Lukas Geiger
trafficstars

@jekbradbury Thanks the response. I looked a bit deeper into the [XLA CUDNN rewriter](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/compiler/xla/service/gpu/cudnn_fused_conv_rewriter.cc) and I can successfully run int8 CUDNN convolutions on a T4 by following the rewrite patterns,...

You can checkout http://larq.dev which has binary Conv1D implemented.

@chenmoneygithub Thanks for looking into this! > Also is it only failing with SGD or other optimizers as well? This is a general problem. The same happens for other optimizers...

> Tensorboards for Selection groups cannot add experiments dynamically, this requires a path migration that is planned for the v1.0. Cool, looking forward to that. I guess than it'll also...

I had good experiences with [Vega](https://vega.github.io/vega/) which can be used from Python using [Altair](https://altair-viz.github.io/) or using [Semiotic](https://semiotic.nteract.io/) which is a data visualization framework for React.

Which language are you using? For example in `python` with `matplotlib` you can do this very easily with[ `plt.savefig('example.pdf')`](http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.savefig)

> @lgeiger, I assumed it is intentional that the startup code is not run on `hydrogen:restart-kernel`, right? I don't know if it is intentional or not, but even if it...

Part of the problem here is that we cannot easily get the colors used by the current Atom theme (at least I don't know of any good way). We only...

Do we have a way to get the syntax colors from the Atom color theme? If I recall correctly they aren't exposed anywhere.

I like the suggestion of @BenRussert, though we wouldn't ensure that the colors aren't mixed up when using different themes. But at least they would match the overall color schema...