EDA-AI
EDA-AI copied to clipboard
Recieving a bug when running placement with fullplace env
It seems a problem which is easy to debug. However, it is unclear where is your problem from the screenshot.
Assuming you encountered this problem when running "fullplace", make sure you pass in a number instead of a tensor when doing fill_()
. You can probably do something like tensor[0]
to extract the value.
Have you fixed the problem?