EpHod / config.json
wuxing0105's picture
Rename configuration.json to config.json
51e06b7 verified
Raw
History Blame Contribute Delete
424 Bytes
{
"model_name": "EpHod",
"framework": "PyTorch",
"task": "enzyme-optimum-ph-prediction",
"entry_points": {
"inference": "scripts/inference.py",
"predict": "scripts/inference.py",
"train_neural_network": "scripts/train_nnmodels.py",
"train_machine_learning": "scripts/train_ml_models.py"
},
"source_package": "model",
"config": "conf/config.json",
"weight_dir": "weight",
"license": "MIT"
}