Results 117 comments of Eyal Gruss

not T.dot(h_tm1, self.W_rec) ?

i had several issues going on here: 1. i accidentally had 0.8 in my argument list where i wanted 0,8... this meant that the remainder of the arguments where off...

@eltechno it works for me. utils is in EDVR/basicsr and this make it importable: sys.path.append('/content/EDVR/basicsr')

@AlexRMU @eltechno sorry. i fixed all your issues. please note i only fixed sections 2 and 4 https://colab.research.google.com/drive/1dxYc6BBtUwOaIl6YHgHsoORel-8nhJNP btw, i was not able yet to get any good results with...

can you kindly explain what you mean? it says "Downloading" twice and i see the progress bar. this was fixed for chromium but happens for me now for firefox with...

hi. i wanted to migrate from pycharm to vscode, but this is a blocker. in pycharm the terminal works fine with RTL. was anyone able to get vscode terminal work...

lol. probably this: https://github.com/fchollet/keras/issues/4135

This is really important. I am currently facing performance issue in training. specifically, i see a x2 slowdown when using theano 1.0 over 0.9. i am currently investigating effect of...

need to add also `\\` `return re.sub(r'[:\/\|\?\*\'"\\]', '_', name)[:FILE_NAME_MAX_LENGTH]` otherwise i get eg.: Traceback (most recent call last): File "c:\anaconda3\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\anaconda3\lib\runpy.py", line 85,...