Image Classification
Keras
English
art
benjaminStreltzin commited on
Commit
23c845f
·
verified ·
1 Parent(s): 4ea524d

Update cnn_ela_test.py

Browse files
Files changed (1) hide show
  1. cnn_ela_test.py +0 -13
cnn_ela_test.py CHANGED
@@ -5,19 +5,6 @@ Created on Fri May 24 14:31:20 2024
5
  @author: beni
6
  """
7
 
8
- ###test on art 30 epoches
9
- ###Test Loss: 0.7387489676475525
10
- #Test Accuracy: 0.8525179624557495 ELA_CNN_ART.h5
11
- ####
12
-
13
-
14
-
15
- #####test on objects
16
- ###ELA_CNN_OBJ.h5
17
- #Test Loss: 1.260271430015564
18
- #Test Accuracy: 0.5509259104728699
19
-
20
-
21
  from keras.models import Sequential
22
  from keras.layers import Conv2D, MaxPool2D, Dropout, Flatten, Dense
23
  from cnn_ela_training import convert_to_ela_image, shuffle_and_split_data, labeling
 
5
  @author: beni
6
  """
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  from keras.models import Sequential
9
  from keras.layers import Conv2D, MaxPool2D, Dropout, Flatten, Dense
10
  from cnn_ela_training import convert_to_ela_image, shuffle_and_split_data, labeling