zihaoz96 commited on
Commit
1c5762a
β€’
1 Parent(s): 3a3fa0c
models/{DenseNet β†’ DenseNet121}/best_model.pth RENAMED
File without changes
models/{DenseNet β†’ DenseNet121}/config.json RENAMED
File without changes
models/__pycache__/VGG16.cpython-38.pyc DELETED
Binary file (1.12 kB)
 
models/__pycache__/VGG16.cpython-39.pyc DELETED
Binary file (1.11 kB)
 
models/__pycache__/modelNet.cpython-38.pyc DELETED
Binary file (941 Bytes)
 
models/__pycache__/modelNet.cpython-39.pyc DELETED
Binary file (937 Bytes)
 
models/__pycache__/model_v1.cpython-38.pyc DELETED
Binary file (1.36 kB)
 
models/__pycache__/model_v1.cpython-39.pyc DELETED
Binary file (1.36 kB)
 
models/mobilenet_v2/best_model.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:650c8c31d438caf26c768908e204a0fd8ee48af3f22d157e6eb88237dc103828
3
- size 9235021
 
 
 
 
models/mobilenet_v2/config.json DELETED
@@ -1,39 +0,0 @@
1
- {
2
- "num_classes": 14,
3
- "hidden_size": 1280,
4
- "id2label": {
5
- "0": "basking",
6
- "1": "blacktip",
7
- "2": "blue",
8
- "3": "bull",
9
- "4": "hammerhead",
10
- "5": "lemon",
11
- "6": "mako",
12
- "7": "nurse",
13
- "8": "sand_tiger",
14
- "9": "thresher",
15
- "10": "tiger",
16
- "11": "whale",
17
- "12": "white",
18
- "13": "whitetip"
19
- },
20
- "label2id": {
21
- "basking": "0",
22
- "blacktip": "1",
23
- "blue": "2",
24
- "bull": "3",
25
- "hammerhead": "4",
26
- "lemon": "5",
27
- "mako": "6",
28
- "nurse": "7",
29
- "sand_tiger": "8",
30
- "thresher": "9",
31
- "tiger": "10",
32
- "whale": "11",
33
- "white": "12",
34
- "whitetip": "13"
35
- },
36
- "architectures": [
37
- "mobilenet_v2"
38
- ]
39
- }