-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodel_manifest.json.freeze
More file actions
34 lines (34 loc) · 1.08 KB
/
model_manifest.json.freeze
File metadata and controls
34 lines (34 loc) · 1.08 KB
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
{
"required_files":[
{
"name":"squeezenet",
"source_uri":"data://AlgorithmiaSE/image_cassification_demo/squeezenet1_1-f364aa15.pth",
"fail_on_tamper":true,
"metadata":{
"dataset_md5_checksum":"46a44d32d2c5c07f7f66324bef4c7266"
},
"md5_checksum":"46a44d32d2c5c07f7f66324bef4c7266"
},
{
"name":"labels",
"source_uri":"data://AlgorithmiaSE/image_cassification_demo/imagenet_class_index.json",
"fail_on_tamper":true,
"metadata":{
"dataset_md5_checksum":"46a44d32d2c5c07f7f66324bef4c7266"
},
"md5_checksum":"c2c37ea517e94d9795004a39431a14cb"
}
],
"optional_files":[
{
"name":"mobilenet",
"source_uri":"data://AlgorithmiaSE/image_cassification_demo/mobilenet_v2-b0353104.pth",
"fail_on_tamper":false,
"metadata":{
"dataset_md5_checksum":"46a44d32d2c5c07f7f66324bef4c7266"
}
}
],
"timestamp":"1633450866.985464",
"lock_checksum":"24f5eca888d87661ca6fc08042e40cb7"
}