Danica J. Sutherland

Results 33 comments of Danica J. Sutherland

Sorry for not seeing this earlier! I'd like to look into this slightly more; this code will behave slightly weirdly if you have more than one project in the same...

When I'm using eps-to-pdf, I always avoid putting an extension on the `\includegraphics`, which is why I didn't write code to do this. I'll add it to the list to...

[TexSoup](https://github.com/alvinwan/TexSoup) seems like an option, but it doesn't seem very mature. [PlasTeX](https://github.com/tiarno/plastex/) is another, but currently doesn't work with python 3.7 (https://github.com/tiarno/plastex/issues/109).

You can authenticate to gmail via oauth: sorry, I linked to the wrong page before, but https://developers.google.com/gmail/oauth_overview explains it. Obviously, if this isn't something you're interested in implementing that's your...

It wouldn't be in `pip`, but you could get it with `conda install nltk_data` (assuming you've set up conda-forge: https://conda-forge.org). I see now that the `xml` files specify the licenses...

`tf.contrib.gan.eval` has functions that work in recent tensorflows. Changing `o._shape = ...` to `o.set_shape(...)`, as in #31, doesn't seem to have worked, because `set_shape` merges shape information instead of overriding...

:+1: We're trying to compare to your results, and it'd be really helpful to be able to be sure we didn't get something stupid wrong in plugging together `train_cifar_minibatch_discrimination` and...

@wenyangfu @xunhuang1995: I talked to the authors about this offline, and they told me that the just used the same model as for CIFAR/SVHN for MNIST minibatch. My fork has...

@AilsaF I don't know if it wouldn't work with dense layers, just that they used the convolutional one. You could try it. :)

I've also had success uploading both the locally-produced `.bbl` and the local version of `biblatex` to arXiv, with ~~[this script](https://gist.github.com/dougalsutherland/653597a49a0d612b5c3b2ed110060892)~~ [new link](https://github.com/dougalsutherland/arxiv-collector). I guess that might break on some weird...