廿陆畵生
廿陆畵生
the similar_by_word api does not exist the model[word_list] does not support []
after run ○ pip install mkl-devel mkl-static mkl-include ○ conda install intel-openmp ○ brew install libomp I still has the problem: Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES) Call Stack...
> Sorry, can I ask how to perform inference with the saved model or checkpoint? Because when I use it directly, it shows random results > >  Did your...
> Hi [@Devy99](https://github.com/Devy99) Thanks for your interests! > > Yes your interpretation of the pipeline is correct! > > > Is it always necessary to generate a synthetic dataset, .......
> Why? :) For "Array Access" and "Loop Check" mode, their parameter count is 2, but will not be set to 2. `param_count = len(param)` will be executed only for...
show the file structure tree
I finally succeed by this cmd: ``` G:\shiwanghua\ghidra_11.2.1_PUBLIC_20241105\support\analyzeHeadless.bat G:\shiwanghua\cwe_checker-master\target\tmp tmp_ghidra_project -import G:\shiwanghua\BCSD-code\test.exe -postScript C:\Users\Administrator\AppData\Roaming\cwe_checker\data\ghidra\p_code_extractor\PcodeExtractor.java G:\shiwanghua\cwe_checker-master\target\tmp\pcode_1733835714178.pipe -scriptPath C:\Users\Administrator\AppData\Roaming\cwe_checker\data\ghidra\p_code_extractor -deleteProject -analysisTimeoutPerFile 3600 ```
rustc 1.82.0 (f6e511eec 2024-10-15)
Besides, ".\src\cwe_checker_lib\Cargo.toml", nix version should change to 0.29.0 nix = "0.29.0"
rustc --explain E0432 An import was unresolved. Erroneous code example: ``` use something::Foo; // error: unresolved import `something::Foo`. ``` In Rust 2015, paths in `use` statements are relative to the...