Skip to content

Commit 442bdf4

Browse files
committed
runnable, but slow and unvalidated yet
0 parents  commit 442bdf4

File tree

6 files changed

+1000858
-0
lines changed

6 files changed

+1000858
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
__pycache__/
3+
*_default/
4+
*.pickle

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
modified based on [paper author's tensorflow implementation](https://github.com/JiachengLi1995/TiSASRec), switching to PyTorch(v1.6) for simplicity, executable by:
2+
3+
```python main.py --dataset=ml-1m --train_dir=default```
4+
5+
pls check paper author's [repo](https://github.com/JiachengLi1995/TiSASRec) for detailed intro and more complete README, and here's paper bib FYI :)
6+
7+
```
8+
@inproceedings{li2020time,
9+
title={Time Interval Aware Self-Attention for Sequential Recommendation},
10+
author={Li, Jiacheng and Wang, Yujie and McAuley, Julian},
11+
booktitle={Proceedings of the 13th International Conference on Web Search and Data Mining},
12+
pages={322--330},
13+
year={2020}
14+
}
15+
```

0 commit comments

Comments
 (0)