Skip to content

Commit 9f55822

Browse files
authored
pls use GPU when available for acc matmul
1 parent 54aa68f commit 9f55822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
modified based on [paper author's tensorflow implementation](https://github.com/JiachengLi1995/TiSASRec), switching to PyTorch(v1.6) for simplicity, executable by:
22

3-
```python main.py --dataset=ml-1m --train_dir=default```
3+
```python main.py --dataset=ml-1m --train_dir=default --device=cuda```
44

55
pls check paper author's [repo](https://github.com/JiachengLi1995/TiSASRec) for detailed intro and more complete README, and here's paper bib FYI :)
66

0 commit comments

Comments
 (0)