File size: 804 Bytes
f4697a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4d56de5
f4697a3
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "HTDemucs-ORT",
  "format": "ort",
  "version": "0.1.0",
  "opset": 18,
  "sample_rate_hz": 44100,
  "window": 343980,
  "hop": 171990,
  "stems": ["drums","bass","other","vocals"],
  "inputs": [
    { "name": "input", "layout": "BCT",  "dtype": "f32", "shape": ["1","2","343980"] },
    { "name": "x",     "layout": "BSCF", "dtype": "f32", "shape": ["1","4","2048","336"] }
  ],
  "outputs": [
    { "name": "add_67", "layout": "BSCT", "dtype": "f32", "shape": ["1","4","2","343980"] }
  ],
  "artifacts": [
    {
      "file": "htdemucs.ort",
      "sha256": "09dc165512d8ef7480bcb2cacea9dda82d571f8dbf421d8c44a2ca5568bec729",
      "size_bytes": 209884896,
      "url": "https://huggingface.co/gridshiftstudio/htdemucs-ort/resolve/main/htdemucs.ort"
    }
  ],
  "entry": "htdemucs.ort"
}