3rd3
3rd3
Thanks for your answer. Sorry, if I am missing something obvious, but the adversarial loss for the generator is `log(1-D(G(z)))`, so wouldn't I get the derivative of `D` by chain...
Thanks for your reply. Would that imply that the contribution of the adversarial loss to the gradient is currently always zero? Then I am wondering why the GIFs with adversarial...
Did you make progress? I'm really curious about whether & how this will improve the predictions! Unfortunately, I don't have enough time to help out.
Looks good so far. I am too busy right now to read the code more carefully, but telling from the code I've looked at, I am not sure whether you...
I've made some changes to my previous message because I hit 'comment' too early. I am not sure whether these changes made it into the email notification.
If not a bug, this could be the training difficulties that adversarial training is known for. Perhaps noise helps: http://www.inference.vc/instance-noise-a-trick-for-stabilising-gan-training/
``` (nconc evil-mc-known-commands '( (TeX-insert-backslash . ((:default . evil-mc-execute-default-call-with-count))) (LaTeX-insert-left-brace . ((:default . evil-mc-execute-default-call-with-count))) (LaTeX-insert-right-brace . ((:default . evil-mc-execute-default-call-with-count))) (LaTeX-babel-insert-hyphen . ((:default . evil-mc-execute-default-call-with-count))) (TeX-insert-sub-or-superscript . ((:default . evil-mc-execute-default-call-with-count))) (TeX-insert-dollar...
When inserting a dollar sign with debug on I simply get these messages: evil-mc Execute TeX-insert-dollar for all cursors evil-mc Execute TeX-insert-dollar with evil-mc-execute-default-call-with-count [3 times] However, it still only...
Maybe it is actually some `smartparens` function that needs to be whitelisted such that the second dollar sign is inserted as well?
What could be the problem here?