tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 652 forks source link

fix missing argument concat_axis #87

Open wenda-wu opened 5 years ago

wenda-wu commented 5 years ago

There was a missing argument 'concat_axis' in line 176: x = transition(...) .