Skip to content

Commit 212975a

Browse files
committed
update Readme.md.
1 parent ead942b commit 212975a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This repo is a python implementation of smart contract vulnerability detection o
88

99
Examples:
1010
```shell
11-
python SmConVulDetector.py --dataset data/SMART_CONTRACT_BY_MANUAL
12-
python SmConVulDetector.py --dataset data/SMART_CONTRACT_BY_MANUAL --model gcn_modify --n_hidden 192 --lr 0.001 -f 64,64,64 --dropout 0.1 --vector_dim 100 --epochs 50 --lr_decay_steps 10,20
11+
python SmConVulDetector.py --dataset training_data/REENTRANCY_CORENODES_1671
12+
python SmConVulDetector.py --dataset training_data/REENTRANCY_CORENODES_1671 --model gcn_modify --n_hidden 192 --lr 0.001 -f 64,64,64 --dropout 0.1 --vector_dim 100 --epochs 50 --lr_decay_steps 10,20
1313
```
1414

1515
Using script:
@@ -32,9 +32,9 @@ Vntchain smart contacts: [Vntchain_contract](https://drive.google.com/open?id=1F
3232

3333
The train data after normalization:
3434

35-
`data/LOOP_CORENODES_1317`, `LOOP_FULLNODES_1317`, `REENTRANCY_CORENODES_1671`, `REENTRANCY_FULLNODES_1671`
35+
`training_data/LOOP_CORENODES_1317`, `LOOP_FULLNODES_1317`, `REENTRANCY_CORENODES_1671`, `REENTRANCY_FULLNODES_1671`
3636

3737

3838
### Reference
39-
1. The code borrows from [Graph_unet](https://github.com/bknyaz/graph_nn)
39+
1. The code borrows from [graph_unet](https://github.com/bknyaz/graph_nn)
4040
2. Thomas N. Kipf, Max Welling, Semi-Supervised Classification with Graph Convolutional Networks, ICLR 2017

0 commit comments

Comments
 (0)