Yangxiaojun1230

Results 17 comments of Yangxiaojun1230

@tfboyd I am doing research into floorplan, I need LEF/DEF support to validate the CircuitTraining on other open source datasets.

> We are having a similar issue internally. I realize that sounds absurd. Our current process exports from another tool and is never reading LEF/DEF. I wish I had an...

Yes, any documents for netlist format would be helpful. And there is a question how do you define the weight of the edge? Noticed that some of the edges have...

> > I'm glad to stash this conversation (and work done), it still might be valuable for future design conversations. > > I think I was not so clear, please...

@araffin Thanks for your reply, that's what I am looking for.

@float123 请问最后有trt加速成功吗,我也在尝试呢

@float123 感谢你的ckpt 转pb的方法,我之前也是打印的节点,但是没想到要在前面加model_0\,这是什么原因可以解释下吗,打印出来是bbox_pred/Reshape_1

I checked my env by using "check_env(env)", which failed and output error message. But this env was successfully used before through sb3-ppo. AssertionError: Error while checking key=bin_size_h: The observation returned...

Hi guys, I solved the problem by changing dtype=np.float32 -> dtype=np.float64.

Hi guys, The error happened again, and I found the root reason is in torch Categorical class, it will do some constraint check. The failed check is the |sum(probs)-1|