-
Hi!
Are there any plans to add Behavior Sequence Transformer model to DeepCTR-torch in the near future?
Thanks!
-
e.g, Could you show an example of how to do hyperparameter tuning with DeepFM?
thank you!
-
Please refer to the [FAQ](https://deepctr-doc.readthedocs.io/en/latest/FAQ.html) in doc and search for the [related issues](https://github.com/shenweichen/DeepCTR-PyTorch/issues) before you ask the qu…
-
https://github.com/shenweichen/DeepCTR
https://en.wikipedia.org/wiki/Click-through_rate
-
After installation of DeepCTR via `python setup.py install`, I get the following error:
``` python
cuda ready...
cuda:0
Train on 4 samples, validate on 0 samples, 2 steps per epoch
0it [00:00, ?…
-
observing the following error while running deep ctr on the gpu:
Traceback (most recent call last):
File "main.py", line 31, in
model.fit(loader_train, loader_val, optimizer, epochs=5, ver…
-
Question moved from the discussion board
**Describe the bug(问题描述)**
Error when using predict function from a saved model.
**To Reproduce(复现步骤)**
Steps to reproduce the behavior:
1. Followin…
-
https://github.com/shenweichen/DeepCTR/blob/e8f4d818f9b46608bc95bb60ef0bb0633606b2f2/deepctr/models/sequence/din.py#L83,为何没有传入参数mask。
-
### Discussed in https://github.com/shenweichen/DeepCTR-Torch/discussions/197
Originally posted by **SoulEvill** July 30, 2021
首先非常感谢这个deepctr torch这个package 可以非常快速的试各种model 但是我在读取train好的model…
-
我最近在使用deepCtr框架的时候,遇到问题:如果加载数据量过大的情况下,目前的数据加载、训练方式都会报内存错误。我也调研了相关解决方案,但是限于自身代码能力,总是改动不成功。希望deepctr(包括deepctr-torch)能够给出example,在数据量过大(内存加载不下)的情况下进行训练的方式,这有助于deepctr的实际工业化。