jodie
jodie copied to clipboard
A PyTorch implementation of ACM SIGKDD 2019 paper "Predicting Dynamic Embedding Trajectory in Temporal Interaction Networks"
The first 3 commits address python 3 compatibility and remove unnecessary imports. The final commit is an incomplete tbatching optimization. We don't need to recompute tbatches for every epoch, so...
Hi, I noticed that, during validation and testing, the model will be updated too. So, when comparing to other model mentioned in your paper, have you guys conduct the some...
Hi author of JODIE, Great work on your paper! I'm particularly interested in the model comparison between JODIE and the other models, such as LSTM, Time-LSTM, RRN, LatentCross, and DeepCoevolve....
I want to run the model on my own dataset, but I don't know how to convert my dataset to the required format. What does the data in the comma_separated_list_of_features...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.19.1 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.32.1 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...
Bumps [torch](https://github.com/pytorch/pytorch) from 0.4.1 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...