sen2sr / config.json
RhodWeo's picture
Add evaluate.py and variant field in config.json
a48a226
raw
history blame contribute delete
575 Bytes
{
"architecture": "cnn",
"srmodel_type": "nonreference",
"in_channels": 4,
"out_channels": 4,
"feature_channels": 24,
"scaling_factor": 4,
"upscale": 4,
"num_blocks": 6,
"bias": true,
"train_mode": false,
"patch_size": 128,
"overlap": 32,
"normalization_factor": 10000,
"hard_constraint_bands": null,
"weights_file": "model.safetensor",
"hard_constraint_file": "hard_constraint.safetensor",
"description": "SEN2SRLite RGBN x4: Sentinel-2 RGBN 10m -> 2.5m super-resolution (4x, CNN)",
"variant": "main"
}