What is the version of Keras used by the tutorial?
I have tried several versions of keras like 2.0.0 and 1.2.2, but none of them were valid for the provided tutorial. So, I am curious what's the version of Keras used in the tutorial? It will be helpful if the information is added.
Hi @IdiosyncraticDragon @cthuang1995 Did you find the keras version by any chance ?
I have tried several versions of keras like 2.0.0 and 1.2.2, but none of them were valid for the provided tutorial. So, I am curious what's the version of Keras used in the tutorial? It will be helpful if the information is added.
According to their published dates on openreview web, I tried Keras=1.2.1 with theano=0.8.2 backend, and the code could run both under python2 and python3.