Wenhao Sun
Wenhao Sun
I can run demo code of trace, but grasp failed again
Hello, I met the same problem as yours. Have you solved it?Maybe it' s caused by error inpud point cloud?
> @AmanTambi @sun123-cmd Hii .. Did you solve this problem?? . I have similar specs in my pc .. How did you install Minkowski Engine ?. Also do you have...
> @sun123-cmd @chenxi-wang Hi.. Contract for your excellent work. > > Could you plz explain your road map for installing anygrasp_sdk. It will be very helpful because currently I trucked...
> Hi @sun123-cmd, > > We have used the baseline models and fine-tuned models of OpenABC-D as the synthesis evaluator of simulated annealing for the Bulls-eye paper. The process to...
> Hi @sun123-cmd, > > I wrote this function for checking purpose in case the graph ml file generated from AIG bench is recoverable and validated to original bench file....
> For this flow, you need to first run andAIG2graphml.py followed by PyGDataAIG.py to convert each graphml to .pt format. You can tweak PyGDataAIG.py to consume your labels and generate...
> What is the starting circuit representation you're working with? > > The openABC-D flow assumes the following flow: > > AIG (in bench format) --> Graphml --> .pt format...
Like I just did, errors: ``` /home/hs/disk1/miniconda3/envs/openabc-sun/lib/python3.10/site-packages/pandas/plotting/_matplotlib/core.py:509: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume...
I have fixed it by following: * change `LSOracle/lib/alice/include/alice/detail/utils.hpp` at line 99 ``` inline std::string format_with_vector( const std::string& fmtstr, const std::vector& values ) { using ctx = fmt::format_context; std::vector args;...