Leo Komissarov

Results 10 comments of Leo Komissarov

I second this request. Yomichan+AnkiConnect saves me hours of time, but an option to exclude certain dictionaries, like JMnedict would be great.

Bump, as I also have that issue. Swiping between tabs rarely works in my case. An option to disable pull to refresh in the settings might be a good solution,...

Right, I was just offering an easy temporary solution to that issue if fixing it properly requires more time

I second this. A lot of people seem to, looking at https://github.com/nteract/hydrogen/issues/449. I'm not quite clear on why this has not been ported a long time ago. Is VSCode incompatible...

Thanks a lot for the implementation. I have noticed a strange behavior of Pytorch: When concatenating the return value of `LinearNormalGamma` at https://github.com/aamini/evidential-deep-learning/blob/71ebd59ab3a4b66c38d919e8aa9ad3711a416796/torch_hello_world.py#L22 such that: ``` python ret = mu,...

Thanks a lot for the reply and sorry for being late to come back to you so late, @rusty1s. My bad for missing the smaller number of norms in the...

I'd second this feature. Setting up LR schedulers that monitor a validation metric and having a fractional `val_check_interval` is currently not easily possible.

Same here. Love the app, but something is up with the SFTP transfer speed indeed

Bump to second this proposal. Just stumbled upon this issue because currently the following causes an error: ```python import torch from torch_geometric.data import HeteroData, Batch d1 = { 'x': torch.randn(5,3),...