RicardoPoleo commited on
Commit
ae8662a
1 Parent(s): 0f397ce

Initial commit

Browse files
Files changed (2) hide show
  1. custom_cnn_model.h5 +3 -0
  2. training_history.json +1 -0
custom_cnn_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:217d53c211fe8d7a4c3c885b7efb094f683c8adb43539e87c9ef1d0b9c8129af
3
+ size 23683892
training_history.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"loss": [2.3431057929992676, 1.384809136390686, 1.0158326625823975, 0.7619415521621704, 0.626594603061676, 0.5178068280220032, 0.4369908273220062, 0.3745133578777313, 0.32628199458122253, 0.2854585349559784], "accuracy": [0.2865312397480011, 0.582707405090332, 0.6928132176399231, 0.7645954489707947, 0.8041993975639343, 0.8393222689628601, 0.8587402105331421, 0.8780300617218018, 0.8950580358505249, 0.9072209000587463], "val_loss": [1.7350540161132812, 1.2014145851135254, 0.8532747030258179, 0.6390182971954346, 0.5687044262886047, 0.5046126246452332, 0.6096625328063965, 0.45168331265449524, 0.3808938264846802, 0.3879840075969696], "val_accuracy": [0.4719235301017761, 0.6379928588867188, 0.7378392219543457, 0.8054275512695312, 0.8221539258956909, 0.8431472778320312, 0.8117426037788391, 0.8690902590751648, 0.8842806220054626, 0.8859873414039612]}