In the observe_class_IL_batch function of ergnn_model.py while sampling the subgraph corresponding to task id t > 0 the code seems to sample the subgraph from the entire dataset. However,
- The entire graph should not be available for any task ID during training.
- It may include inter-task edges between different task IDs already existing in the dataset.
Therefore, this code seems to take an extra advantage in the class incremental setting without inter-edge connections in pipeline_class_IL_no_inter_edge_minibatch.
Can you please clarify our concern?
In the
observe_class_IL_batchfunction of ergnn_model.py while sampling the subgraph corresponding to task idt > 0the code seems to sample the subgraph from the entire dataset. However,Therefore, this code seems to take an extra advantage in the class incremental setting without inter-edge connections in
pipeline_class_IL_no_inter_edge_minibatch.Can you please clarify our concern?