• H
    Write Simnet Correctly and Enable Multiple Return Test (#25574) · a0b3c0dd
    Huihuang Zheng 提交于
    We found that the reason of multiple return error in SimNet is that I wrote wrong task_mode. If we set task_mode as "pairwise" correctly, which is a format of the model input data, the multiple return won't have problem in the unit test. In this PR we corrected the task_mode and enable multiple return in SimNet unit test.
    a0b3c0dd
test_simnet.py 5.2 KB