File size: 292 Bytes
7087ec2
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "framework": "Pytorch",
  "task": "other",
  "model": {
    "type": "BENO",
    "entrypoint": "model.HeteroGNS"
  },
  "pipeline": {
    "fake_data": "scripts/fake_data.py",
    "train": "scripts/train.py",
    "inference": "scripts/inference.py",
    "result": "scripts/result.py"
  }
}