helloway commited on
Commit
2f2f23a
1 Parent(s): 4d8ac5a

Upload 12 files

Browse files
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "ResNet50",
3
+ "dataset_transform": "cifar10",
4
+ "num_classes": 10,
5
+ "id2label": {
6
+ "0": 'airplane',
7
+ "1": 'automobile',
8
+ "2": 'bird',
9
+ "3": 'cat',
10
+ "4": 'deer',
11
+ "5": 'dog',
12
+ "6": 'frog',
13
+ "7": 'horse',
14
+ "8": 'ship',
15
+ "9": 'truck'
16
+ }
17
+ }
mindspore_model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2425a93c916ba79f582e4bfce523939078d1289c576fab44a2c5c24c3e60802
3
+ size 188462121
samples/airplane.jpg ADDED
samples/automobile.jpg ADDED
samples/bird.jpg ADDED
samples/cat.jpg ADDED
samples/deer.jpg ADDED
samples/dog.jpg ADDED
samples/frog.jpg ADDED
samples/horse.JPG ADDED
samples/ship.jpg ADDED
samples/truck.jpg ADDED