File size: 471 Bytes
6263c26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "library": "keras",
    "task": "image-to-image",
    "project": "galaxy",
    "input_image": {
        "channels": 3,
        "height": 256,
        "width": 256,
        "normalization": "[-1, 1]"
    },
    "models": {
        "classifier": "models/galaxy_classifier_resnet50.h5",
        "simplifier_cgan": "models/galaxy_simplifier_cgan.h5",
        "postprocess_cgan": "models/postprocess_cgan.h5"
    },
    "inference_script": "predict.py"
}