File size: 964 Bytes
9ddb370 | 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 28 29 30 31 32 33 34 35 36 37 38 | {
"environment": {
"python": "3.12.3",
"torch": "2.12.0+cu130",
"safetensors": "0.7.0"
},
"checks": [
{
"name": "tex_unet_v2_darpa",
"load_state_dict_strict": true,
"input_shape": [1, 64, 64, 64],
"outputs": {
"T": [1, 1, 64, 64],
"e": [1, 64, 64, 64],
"X": [1, 1, 64, 64]
},
"parameter_count": 34279155,
"tensor_count": 268
},
{
"name": "tex_unet_v2_ftir_fewshot",
"load_state_dict_strict": true,
"input_shape": [1, 64, 64, 64],
"outputs": {
"T": [1, 1, 64, 64],
"e": [1, 64, 64, 64],
"X": [1, 1, 64, 64]
},
"parameter_count": 34279155,
"tensor_count": 268
}
],
"dataset_download_check": {
"status": "blocked_without_auth",
"reason": "The TeX-1500 dataset is gated on Hugging Face; raw data files return 401 without an authenticated account that has accepted the dataset terms."
}
}
|