shubham680 commited on
Commit
e35803d
·
verified ·
1 Parent(s): c378ad3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with st.sidebar:
113
  )
114
  callbacks.append(es)
115
 
116
- hist=model.fit(x_train,y_train,epochs=n_epochs,batch_size=train_size,validation_data=(x_test, y_test),verbose=False)
117
 
118
  # --- Neural Network Diagram ---
119
  st.subheader("Neural Network Architecture")
 
113
  )
114
  callbacks.append(es)
115
 
116
+ hist=model.fit(x_train,y_train,epochs=epochs,batch_size=train_size,validation_data=(x_test, y_test),verbose=False)
117
 
118
  # --- Neural Network Diagram ---
119
  st.subheader("Neural Network Architecture")