SpartanForge

Results 4 issues of SpartanForge

Getting RuntimeError when running python SMVulDetector.py --dataset REENTRANCY_CORENODES_1671 --model gcn_modify --n_hidden 192 --lr 0.001 -f 64,64,64 --dropout 0.1 --epochs 50 --lr_decay_steps 10,20 RuntimeError: An attempt has been made to start...

RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase. This probably means that you are not using fork to...

An attempt has been made to start a new process before the current process has finished its bootstrapping phase. This probably means that you are not using fork to start...

I got this error working with sepolia since brownie does not contains sepolia i add the following command brownie networks add Ethereum sepolia host="https://rpc.sepolia.dev" chainid=11155111 ConnectionError: HTTPSConnectionPool(host='rpc.sepolia.dev', port=443): Max retries...