File size: 337 Bytes
1aeffbb | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"framework": "PyTorch",
"task": "ocean_forecasting",
"model": "GLONET",
"input_format": "BTCHW",
"protocol": "synthetic_glorys12_shape",
"default_config": "conf/config.yaml",
"train": "scripts/train.py",
"inference": "scripts/inference.py",
"evaluation": "scripts/result.py",
"visualization": "scripts/result.py"
}
|