circuitnet / CircuitNet

CircuitNet: An Open-Source Dataset for Machine Learning Applications in Electronic Design Automation (EDA)
https://circuitnet.github.io/
BSD 3-Clause "New" or "Revised" License
311 stars 45 forks source link

Data set processing considerations #26

Closed jiapengxu542 closed 7 months ago

jiapengxu542 commented 1 year ago

First, you can't use circuitNet14 to build a dataset because the file is newly released, and train_set cannot be built because the file length in IR_drop_features does not match. You should use CircuitNetN28 to build successfully, here just follow the steps, just a little tip:decompress_IR_drop.py line 8 '.' should be ' '.