VGRNN
VGRNN copied to clipboard
Variational Graph Recurrent Neural Networks - PyTorch
Hello, I am looking at the `VGRNN_prediction.py` script and I found what seems to be a bug on [this line](https://github.com/VGraphRNN/VGRNN/blob/352da1b63fe6ea1db18c7d512793a21e0d9a5bbb/VGRNN_prediction.py#L906): ```python nll_loss += self._nll_bernoulli(dec_t_sl, adj_orig_dense_list[t]) ``` Shouldn't it be: ```python...
Hi there, I have some questions about the code. First is where is SIVGRNN? The second one is what is the difference between 'vgrnn_detection' and 'vgrnn_prediction'? Thanks for your reply!
Hi, I'm trying to run your code but always fail to load the data at [this line](https://github.com/VGraphRNN/VGRNN/blob/f153c03b83e49088497a81ba6b287a9771b81e48/VGRNN_prediction.py#L462). Please find below the error log: `UnicodeDecodeError: 'ascii' codec can't decode byte 0x96...