Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Pickling not working for mxnet backend #194

Open
5 tasks
roywei opened this issue Oct 8, 2018 · 0 comments
Open
5 tasks

Pickling not working for mxnet backend #194

roywei opened this issue Oct 8, 2018 · 0 comments

Comments

@roywei
Copy link

roywei commented Oct 8, 2018

Keras 2.2.4 introduced model pickling. It now working with MXNet backend now.
Currently tests/test_model_pickling.py is disabled

  • Check that you are up-to-date with the master branch of Keras. You can update with:
    pip install git+git://github.com/awslabs/keras-apache-mxnet.git --upgrade --no-deps

  • If running on MXNet, check that you are up-to-date with the latest version. The installation
    instructions can be found here

  • If running on TensorFlow, check that you are up-to-date with the latest version. The installation instructions can be found here.

  • If running on Theano, check that you are up-to-date with the master branch of Theano. You can update with:
    pip install git+git://github.com/Theano/Theano.git --upgrade --no-deps

  • 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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant