kemalserkany commited on
Commit
d0ae012
·
verified ·
1 Parent(s): 95111cb

Upload 2 files

Browse files
Files changed (2) hide show
  1. src/fish_cnn.h5 +3 -0
  2. src/fish_cnn_meta.json +27 -0
src/fish_cnn.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcc1b2124b11e24ff762cac859bf4a26cb53e8e5524c7559437b1802cb0904e6
3
+ size 20559304
src/fish_cnn_meta.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "title": "Fish Species Classification",
3
+ "class_names": [
4
+ "Black Sea Sprat",
5
+ "Gilt-Head Bream",
6
+ "Hourse Mackerel",
7
+ "Red Mullet",
8
+ "Red Sea Bream",
9
+ "Sea Bass",
10
+ "Shrimp",
11
+ "Striped Red Mullet",
12
+ "Trout"
13
+ ],
14
+ "img_size": [
15
+ 224,
16
+ 224
17
+ ],
18
+ "task": "multiclass",
19
+ "train_metrics": {
20
+ "loss": 3.5317769050598145,
21
+ "compile_metrics": 0.378888875246048
22
+ },
23
+ "val_metrics": {
24
+ "loss": 3.5465877056121826,
25
+ "compile_metrics": 0.3772222101688385
26
+ }
27
+ }