Issam H. Laradji

Results 56 comments of Issam H. Laradji

Thanks a lot. I added param_groups, let me know how that works for you! thanks :)

oh thanks for testing, could you pass me the script you used to reproduce the figure you generated with `learn.fit`? the issue is probably i am not registering `step_size`for every...

Hi @lessw2020, sorry I am out of town and will be back later this week. We can use teamviewer coming Monday if you like! On another note, does FastAI implement...

Thanks @lessw2020 , let's correspond there on Facebook :)

We do plan to have a Tensorflow version, but I don't think it will be anytime soon :(. But I am willing to get involved if someone wants to give...

Hi @queqichao , `l-bfgs` uses the hessian (the second derivative) to compute the direction to which the parameters update. It uses more information about the function than `SGD` for the...

We have noticed the same behaviour with the step size when incorporating momentum. I am not sure why that is happening, but our team is investigating this phenomenon, because it...

hmmm strange. Is your dataset publicly available? I can test it on my end. Thanks.

Hi @tongpinmo the code has been refactored and should work better now. Did you try it with this new version of the code? Thanks.