zhaoyue-ntu / qp_evaluation

Query Plan Evaluation
10 stars 6 forks source link

How to run experiments with algorithms other than avgdl? #2

Open m90113808 opened 4 months ago

m90113808 commented 4 months ago

The code only contains experiments using the avgdl algorithm, but I have noticed that the interfaces for different algorithms seem to be inconsistent, and when I try to run other algorithms, some errors are reported. Could you please provide experiments with other algorithms in the code?

zhaoyue-ntu commented 4 months ago

Hi, very sorry for the inconvenience. I will organise the codes and try to align the interface as soon as im not so busy. Alternatively, you can try to look for the inputs of 'dataset', 'batch', and 'collate' for the other algorithms. if any are not present, pytorch default should work.