Closed MartinThoma closed 7 years ago
I'm waiting for Keras 2.0 to land to change the API.
This will fix the bug because it's coming from merge concat layer, and the merge implementation is being changed in 2.0. Also, note that fast DenseNet is NOT tested nor recommended for actual applications. I should add a note somewhere.
The correct implementation is DenseNet.py.
I just had to update to Keras 1.2.2; that fixed the problem.
Oh that's great. Thanks for the solution.
I've just cloned the repo and executed cifar10_fast:
My System