Open zhu-jinbo opened 2 weeks ago
Please pull the repo, or update the csv here: https://github.com/circuitnet/CircuitNet/blob/main/routability_ir_drop_prediction/files/train_N14.csv. This csv does not contain the names in your errors and should work fine.
First of all, thank you for your answer. But we encountered a file missing issue when executing a preprocessing script to generate a training set for the corresponding task, python generate_training_stet.cpy -- task IR_rop -- data_path [path_to-decompressible d_dataset] -- savepath [path_to-usave_output]
, Will the train_14.csv file you proposed work at this time? And when we tried to update train_14.csv using your method, we also encountered the same error.
I update the generate_training_set.py script, and it should be working now.
Thank you very much for your answer, but we tried your method again and still encountered an error. Later, when we searched for the corresponding missing npy file, we found that the features and labels in the original decompressed dataset files did not correspond one-to-one. When we tried to delete the inconsistent files, we found that generate_training_stet.cy would run successfully. Therefore, we believe that it may be caused by incomplete data downloaded from Baidu Cloud. We hope you can check if the data set in the cloud drive is correct?
And I have another question, on your website https://circuitnet.github.io/intro/intro.html
In this table, writing DRC in CircuitNet-N14 doesn't mean anything. Is it because CircuitNet-N14 doesn't use DRC?
Hello, have you solved this problem?
https://github.com/circuitnet/CircuitNet/issues/36
Why did I still encounter the same problem?