Xueyuan Michael Vanbastelaer

Results 4 issues of Xueyuan Michael Vanbastelaer

Hi, I would like to develop additional features on top of Django-LFS. I see that there are some recent updates (about 2 weeks ago) for Django 3 support. However, `setup.py`...

Commit 66f29a44e98c7332661b57d22501107bcb193f90 modified `TreeLSTM` class, specifically, regarding `h_sum`. By using `torch.unique_consecutive` to construct `h_sum` on the fly seems to assume that if two edges have the same parent, they must...

Thank you for your implementation of PyTorch Tree LSTM. In your model, however, it seems like there are many in-place operations? Will this cause any problems with autograd? For example,...

`provenance_mmap_munmap` might not record memory unmapping activity if the memory to be unmapped is private. But should it actually be recorded regardless of the ownership status (public or private)?

enhancement
question