pluskid / Mocha.jl

Deep Learning framework for Julia
Other
1.29k stars 254 forks source link

Bugfix in ConcatLayer #179

Closed uschmidt83 closed 8 years ago

uschmidt83 commented 8 years ago

Fixes a bug in ConcatLayer that occurs in backward() when state.blobs_diff[1] is a NullBlob. Also avoids creating unnecessary blobs in state.blobs_diff during setup().

pluskid commented 8 years ago

@uschmidt83 Thanks for the PR!