William Wolf
William Wolf
Getting the same error.
This command works: ``` python -m md2notion --latex --create my_token_v2 my_page_url ~/Downloads/docs.md ``` On this branch: `pip install git+https://github.com/cavaunpeu/md2notion.git@ww/remove-backslash-replace`
Will do! It's very WIP for now. I want to get a thing working, then clean it up considerably.
@dustinvtran, @naesseth Hi. A few updates/questions: - I implemented a `KucukelbirOptimizer` as given in Equation 9 of the [paper](http://arxiv.org/abs/1610.05683). (Too lazy to search for its real name, I called it...
One more, and more for @dustinvtran: It looks to me like you don't explicitly sample-via-reparameterization from `q(z)` in, for instance, [build_reparam_loss_and_gradients](https://github.com/blei-lab/edward/blob/6419751d1d849c84c502e5ff3f7249b9bbc7b3aa/edward/inferences/klqp.py#L650). Why is this? And I missing something? Does it...
Hey @dustinvtran, @naesseth. I've: - Removed the "Alp" sampler, and specified `'rmsprop'` with a decaying learning rate. - Unit-tested a `GammaRejectionSampler` object. - Unit-tested `build_rejection_sampling_loss_and_gradients`. In the latter two, I...
Hey @dustinvtran. Thanks for the feedback. I left this in "debug" state (print statements, etc.), as it doesn't yet work. Specifically, the main integration test, `_test_poisson_gamma`, does not pass: the...
Ping, @dustinvtran :) What's the best way forward? Have a moment to review in the coming days? Anyone else I should reach out to? Cheers :)
Any updates here?