Nighthawk

Results 2 comments of Nighthawk

#106 add mmoe; support multilabel libsvm, multilabelauc 1. 增加 MMoE 的 python 实现; 2. SampleParser 支持 multilabel 的 libsvm; 3. 支持 multi_forward_out; 4. 将 0.3.0 的 multilabelauc 实现回合到当前版本; 以上代码经过测试,MMoE 单任务,多任务均可以正确训练、运行;测试示例模型...

> @earlytobed 编译报错,运行也报错; > > 1. CMakeLists.txt中 add_subdirectory(pytorch_scatter-2.0.5) 会报错 > 2. 运行时,会遇到找不到GLIBC_2.23 > 3. class com.tencent.angel.pytorch.examples.supervised.RecommendationExample 这个class的路径已经变了, READ.md中没有修改 你好 1. 这个 pytorch_scatter-2.0.5 需要去 https://github.com/rusty1s/pytorch_scatter/releases/tag/2.0.5 下载,解压到对应目录 3. 我这里的示例基于 branch-0.2.0 , 在...