Image Classification
Keras
English
art
benjaminStreltzin commited on
Commit
5779a70
·
verified ·
1 Parent(s): 157d171

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -90,7 +90,7 @@ early_stopping = EarlyStopping(monitor='val_acc',min_delta=0,patience=2,verbose=
90
 
91
  ## Evaluation
92
 
93
- The model takes 7-10 minutes to run , based on our dataset , equipped with pc hardware: i9 13900 , 32gb ram , rtx 3080
94
  your mileage may vary.
95
 
96
 
 
90
 
91
  ## Evaluation
92
 
93
+ The model takes 7-10 minutes to run , based on our dataset , equipped with the following pc hardware: cpu :i9 13900 ,ram: 32gb , gpu: rtx 3080
94
  your mileage may vary.
95
 
96