Mini Kabibi Habibi
{
"id": "Model-712b7cb5-45bc-4b6f-8ec7-e4fc8460bce0",
"name": "dereflect_fractional_upsampler",
"description": " automatically created via model_man.py and then hand-edited",
"targets": {
"WinML": {
"components": [
{
"name": "secured_file",
"path": "dereflect_fractional_upsampler.data"
}
],
"inputs": [
{
"name": "obsv_lo",
"featureType": "tensor",
"tensor": {
"shape": [
1,
3,
256,
256
],
"dataType": "float"
}
},
{
"name": "obsv_hi",
"featureType": "tensor",
"tensor": {
"shape": [
1,
3,
512,
512
],
"dataType": "float"
}
},
{
"name": "pred_lo",
"featureType": "tensor",
"tensor": {
"shape": [
1,
6,
256,
256
],
"dataType": "float"
}
},
{
"name": "inds_j",
"featureType": "tensor",
"tensor": {
"shape": [
1,
512
],
"dataType": "float"
}
},
{
"name": "inds_i",
"featureType": "tensor",
"tensor": {
"shape": [
1,
512
],
"dataType": "float"
}
}
],
"outputs": [
{
"name": "output",
"featureType": "tensor",
"tensor": {
"shape": [
1,
6,
512,
512
],
"dataType": "float"
}
}
]
}
}
}