laizef

Results 3 issues of laizef

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/issues) before you ask the question. **Describe the question(问题描述)** 您好,我不是做推荐的,所以对DSIN的数据处理部分不是很熟悉。看着示例只能去猜测每一项的含义,猜了两天还是跑不起来,所以只能提问了: 1.代码26-30行的uid,ugender,iid,cateid,score等变量是不是可以认为是一张长度为3表中的各个属性,46行的y对应这张表的标签值? 是否意味着uid行允许重复——当一个用户被多次采样,也将允许他的id在uid行中出现多次? 2._假设uid行允许重复时_:32-36行的sess1,sess2是与用户id对应的,还是与表中行对应的?比如,一个用户0被采样10次,uid=[0,0,0,0,0,0,0,0,0,0],这时候这个用户对应的sess会出现1次还是10次?如果按照出现10次的话内存会爆炸;如果按出现1次来的话,就不知道26-30行怎么解释了。

question

Hello, I found that the model was trained and used for prediction in a single function `FM.run()`, but how can I save or load a trained model? I would appreciate...

当前只能答谢舰长和B坷拉,如果能区分是新人还是旧人就好了。 另外,bili_danmu_giftthx.py 第40行,判断是否开播时,live_status返回值是1或2,1代表开播,2代表未开播,而不是bool类型,这样会导致始终判断在直播。不知道是不是api变了的原因。