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
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Check that you are up-to-date with the master branch of Keras. You can update with: pip install git+git://github.com/keras-team/keras.git --upgrade --no-deps
Check that your version of TensorFlow is up-to-date. The installation instructions can be found here.
Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).
I posted this question on StackOverflow where it was suggested to open an issue here.
I implemented a CNN with inception blocks in Keras which runs fine with TensorFlow Backend, but when changing to MXNet, an error occurs when calculating the filter2 in the function TestNet:
So running the SimpleInceptionBlock function a first time runs fine, but when running it again on the output of this function creates an error. Any ideas how this can be solved?
Check that you are up-to-date with the master branch of Keras. You can update with:
pip install git+git://github.com/keras-team/keras.git --upgrade --no-deps
Check that your version of TensorFlow is up-to-date. The installation instructions can be found here.
Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).
I posted this question on StackOverflow where it was suggested to open an issue here.
I implemented a CNN with inception blocks in Keras which runs fine with TensorFlow Backend, but when changing to MXNet, an error occurs when calculating the
filter2
in the functionTestNet
:So running the
SimpleInceptionBlock
function a first time runs fine, but when running it again on the output of this function creates an error. Any ideas how this can be solved?The text was updated successfully, but these errors were encountered: