Ritvik Vij

Results 10 comments of Ritvik Vij

In practice, using the intensity function doesn't work very well. Utilising a non-linearity of the model output and then a regression layer works well for event type prediction.

Try reducing the batch size in run.sh

I agree with you. These calculations impact training as well because the RMSE loss is one of the loss functions being minimized overall. This raises serious doubts over the code...

The scale of the reported results is different from the scale of timestamp in the dataset.

I also believe what you have stated is true (Reference lines 69 and 70 in model.py). For a sequence of length L, the model should train (and predict) the next...

If you go through utils.py, you will notice that the dataloader consists of length seq_len. If there is a sequence of length L, the author utilizes all contiguous seq_len length...

In addition to the Non-event LL term, the same issue persists in the event LL as well (eq. 8 in paper). Wherever lambda is written in the paper, it should...

It seems that issue #5601 and this are similar, please add duplicate label

I am now able to run my implementation after building from source using the master branch. But setting parallel=True increases my time of implementation as compared to not setting it(serial...

Have you tried running the code by building Numba from source using the master branch? There was a recent change regarding the parallel accelerator. Numba is unable to handle slicing...