-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find Difficulty in Reproduction #13
Comments
Thanks for you comments. Could you please give some examples for us to check? We look forward to your commit if it is a common issue. |
As for on aspect, the macro netlist for adaptec1,2,4 and other dataset is missing and hard to construct a similar netlist followed by n_egde_710.dat. Once the data is completed , the code in your work is easy to revise |
https://github.com/PKUterran/DeepPlace/blob/8e339991430989d82012262edba18641109590f7/a2c_ppo_acktr/model.py#L114 |
So far, I have made these revisions in my fork to make the code flexible to more netlists:
Some revisions have been update in my fork https://github.com/PKUterran/DeepPlace. I may submit a pull request if it's ok to use. |
I also find this problem. For example, if I mask all the standard cells in netlist {"num_cell": 378, "num_net": 4114, "num_pin": 4147} |
How can you train a chip with 1030 macros using the model trained on n_edge_710? (I think that the parameter number do not match) |
Indeed |
It seems that your model can only work on netlists with num_cell = 710. I have to make a lot of revisions to fit DeepPlace to other datasets.
The text was updated successfully, but these errors were encountered: