You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In b8f6049 and other commits there the model code for upgraded for compatibility with Keras 2. However in this commit some necessary changes are missing, in particular the merge() function was replaced by add() or concatenate() only in the deepbach_skip_connections model, but not in deepBach. This results in the first example command in README to fail.
The text was updated successfully, but these errors were encountered:
bzamecnik
added a commit
to bzamecnik/DeepBach
that referenced
this issue
Jul 12, 2017
In b8f6049 and other commits there the model code for upgraded for compatibility with Keras 2. However in this commit some necessary changes are missing, in particular the
merge()
function was replaced byadd()
orconcatenate()
only in thedeepbach_skip_connections
model, but not indeepBach
. This results in the first example command in README to fail.The text was updated successfully, but these errors were encountered: