PDFormer icon indicating copy to clipboard operation
PDFormer copied to clipboard

How to understand task level

Open suzy0223 opened this issue 6 months ago • 4 comments

task-level hasn't been mentioned in the paper. Would the task level influence the performance, why adding the task level?

suzy0223 avatar Dec 06 '23 04:12 suzy0223

what is task level?

aptx1231 avatar Dec 11 '23 07:12 aptx1231

I don't know. Task level appear when running the code.

suzy0223 avatar Jan 06 '24 07:01 suzy0223

what is task level?

In PDFormer.py, use_curriculum_learning has been set as True and introduced the taks_level. In PDFormer easily define the task_level as time step needed to be predicted. But this haven't been mentioned in the paper.

suzy0223 avatar Jan 15 '24 06:01 suzy0223

please refer to MTGNN model https://github.com/nnzhan/MTGNN

aptx1231 avatar Mar 07 '24 16:03 aptx1231