FUNDED_NISL icon indicating copy to clipboard operation
FUNDED_NISL copied to clipboard

FUNDED is a novel learning framework for building vulnerability detection models.

Results 3 FUNDED_NISL issues
Sort by recently updated
recently updated
newest added

I meet the problem ``` tensorflow.python.framework.errors_impl.InternalError: Blas GEMM launch failed : a.shape=(1451673, 100), b.shape=(100, 16), m=1451673, n=16, k=100 [[node dense_1/MatMul (defined at /home/wj/anaconda3/envs/funded/lib/python3.7/site-packages/tensorflow_core/python/framework/ops.py:1751) ]] [Op:__forward__internal_call_7111] ``` I have checked TensorFlow...

论文方案和其他方案的对比结果详细数据可以公开么?

Hello! When I try to follow the command `CUDA_VISIBLE_DEVICES=2 python test.py GGNN GraphBinaryClassification ../data/data/data/cve/badall --storedModel_path "./trained_model/GGNN_GraphBinaryClassification__2023-02-01_05-36-00_f1 = 0.800_best.pkl",` one issue occurred. The details are as follows: ![image](https://github.com/HuantWang/FUNDED_NISL/assets/152054620/a4c0f830-ea93-422b-8c5f-c45506187746) It mentioned `error!...