from keras.preprocessing.image import save_img and from scipy.optimize import fmin_l_bfgs_b seems to give errors, are these functions present in the respective packages? Didn't see them in the implementation. I'm using Keras 2.1.5 and Scipy 1.0.1. All the other imports are working fine.
from keras.preprocessing.image import save_img and from scipy.optimize import fmin_l_bfgs_b seems to give errors, are these functions present in the respective packages? Didn't see them in the implementation. I'm using Keras 2.1.5 and Scipy 1.0.1. All the other imports are working fine.