CheungZee

Results 15 comments of CheungZee

@Leavingseason hello, 请教一个格式上的问题,fieldID:featureID:value 这里,如果fieldID==1 对应的featureID 有3个,如果fieldID==2对应的featureID 有2个,fieldID==2的 featureID 的值的编码需要基于 fieldID==1 的featureID 上吗? for example: 0 1:1:1 1:2:1 1:3:1 2:**_1_**:1 #这里fieldID==2的 featureID 可以重新编码 0 1:1:1 1:2:1 1:3:1 2:**_4_**:1 #这里fieldID==2的 featureID 不可以重新编码,需要基于原来的1之上,谢谢!

Eagerly anticipating this PR being merged. Hope there will be a pretrain demo too.

> Hi, did you come across the code? No, So I wrote it...

@fword I found it, this may be sth. wrong ? @neal668

Run into the same issue for a loss = loss + custom_regular_terms(some param for model)