llSourcell / Research_to_Code

This is the code for "Research to Code" By Siraj Raval on Youtube
57 stars 13 forks source link

import errors #1

Open soumandal opened 6 years ago

soumandal commented 6 years ago

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.

rvsingh011 commented 6 years ago

Same here. I guess the problem is because we are using keras 2. Hope he shares the requirement.txt

i-am-manish commented 6 years ago

[https://keras.io/preprocessing/image/]--- [https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.fmin.html] i hope this 2 links help.#limuos

blueskyleaf commented 6 years ago

@i-am-manish I don't think the second link you suggested is relevant. If any it should be this: https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.fmin_l_bfgs_b.html Right?

i-am-manish commented 6 years ago

Yeah bro.....

benicourt81 commented 6 years ago

Do you have found a solution ? Ok, good for my with last Keras and scipy...