huninEye commited on
Commit
b59b2fa
1 Parent(s): f65ae98

Update Train_n_save.py

Browse files
Files changed (1) hide show
  1. Train_n_save.py +1 -1
Train_n_save.py CHANGED
@@ -42,7 +42,7 @@ history = model.fit(
42
  )
43
 
44
  # Save the trained model
45
- model.save('custom_model.h5')
46
 
47
  # You can also save training history for analysis and plotting
48
  import pickle
 
42
  )
43
 
44
  # Save the trained model
45
+ model.save('Sephs_model.h5')
46
 
47
  # You can also save training history for analysis and plotting
48
  import pickle