-
https://github.com/pmixer/TiSASRec.pytorch/blob/e87342ead6e90898234432f7d9b86e76695008bc/model.py#L104
thx for your nice work about implementing 'TiSASRec' model with pytorch.
here is a issue: 'sel…
-
作者您好,我在ubuntu18.04环境下运行您的代码出现了failed loading state_dicts, pls check file path: ml-1m_default/TiSASRec.epoch=601.lr=0.001.layer=2.head=1.hidden=50.maxlen=200.pth这个错误,我是根据您给出的readme这个文件中的指令‘python main.…
-
The codes are running well, but if I substitute the given dataset for the dataset used in Tisasrec which was also wirtten by you (the first line is 1 1193 5 ...) the result is too good to be normal (N…
-
当我想要使用TiSASRec时,出现了该问题,请问应该如何解决呢?
![neg_sampling](https://user-images.githubusercontent.com/55521659/211885086-eeff9036-3bdf-4088-8e82-89cad4948e49.png)
-
According to lightSANs paper, there needs to be a mechanism to encode both items and positions (using item embeddings and position embeddings), but in the lightSANs.py file the positional encoding i…
-
## 背景
PyTorch 最近在 2.1.0 版本发布了 `torch.export` 功能,提供了以 PyTorch 2.x 的 dynamo 为核心的模型导出方法。其功能上与我们 Paddle 动转静模型导出 `paddle.jit.save` 相类似,因此我们想要建设一个 repo 能够自动对比 `torch.export` 和 `paddle.jit.save` 的导出成功与否,[…
-
Hi Guys,
Thx for checking the repo, as you may still meet some problem due to various HW&SW settings, here's few links to help resolve potential issues:
+ Although MultiheadAttention layer has b…
-
First of all, many thanks to the author for providing the Pytoch version of the code.
Although the author says that some parts are the same as in original tensorflow implementation,
I still have do…
-
hi i am intererted in this project,could you please tell the details about the bert4rec and tisasrec?
-
你好,最近在使用贵课题组的CORE为baseline跑一些改进的思路,CORE是基于recbole的,然后我看recbole对于序列推荐的输入只能是session_id、item_id、item_list和timestamp这几种,那我想加一些自定义的其他输入的话(比如类似于TISASRec中的时间差变量)应该如何加呢,我尝试更改了yaml文件里的输入column,但是好像没反应,后面在datas…