cywuuuu

Results 3 issues of cywuuuu

``` def norm_df(path,out_path): df = pd.read_csv(path,dtype=np.int32) print(df.shape) df -= (min_v-1) df[df

**Describe the bug** A clear and concise description of what the bug is. 在尝试与baseline比较时,我生成了一份这样的数据集, ![image](https://github.com/user-attachments/assets/fe0672b9-2a2b-4106-895b-a17be36024e7) 我该如何处理?直接运行会报如下错误: ``` dim < index_size && "index out of bounds"` failed. ../aten/src/ATen/native/cuda/ScatterGatherKernel.cu:144: operator(): block: [221,0,0],...

bug

**描述这个 bug** 对 bug 作一个清晰简明的描述。 DCN在mvlen100k下uni100与full的AUC差距过大, uni100时auc仅0.58左右,而full时auc为0.78左右,请问原因?谢谢 **如何复现** 复现这个 bug 的步骤: 1. 您引入的额外 yaml 文件 ``` load_col: inter: ['user_id', 'item_id', 'rating', 'timestamp'] user: ['user_id', 'age', 'gender', 'occupation'] item: ['item_id', 'release_year',...

bug