MVGNN-PPIS / config.json
wuxing0105's picture
Rename configuration.json to config.json
733ff9e verified
Raw
History Blame Contribute Delete
380 Bytes
{
"model_name": "MVGNN-PPIS",
"framework": "PyTorch",
"task": "protein-protein-interaction-site-prediction",
"entry_points": {
"inference": "scripts/inference.py",
"predict": "scripts/inference.py"
},
"source_package": "model",
"config": "conf/config.json",
"weight_dir": "weight",
"license": "See LICENSE.md; upstream repository license not declared"
}