Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Add official support for MXNet 0.12 and unofficial support for MXNet 1.X #164

Merged
merged 2 commits into from
Jan 5, 2018

Conversation

gustavla
Copy link
Collaborator

@gustavla gustavla commented Jan 4, 2018

With this PR, we have support for pretty much all versions of MXNet from 0.11.

I updated the support in setup.py to mxnet >= 0.11, mxnet < 1.0.0. This PR makes 1.0.0 theoretically work, but that version causes a segfault in the object detector. This segfault seems to be fixed in every subsequent nightly release, so hopefully it will not be an issue in 1.0.1. When that version is released, we can extend official support for 1.X and remove or update the mxnet < 1.0.0.

- attr was renamed to attrs
- add official support for 0.12
- 1.X theroetically works, but 1.0.0 is broken for the object detector,
  so let's hold off official support until 1.0.1.
@gustavla
Copy link
Collaborator Author

gustavla commented Jan 4, 2018

I just pushed a commit that:

  • Updates the MXNet version check so it does not complain for 0.12 and designates "0.12.1" as the currently recommended version.
  • Updated mxnet-cu80 to recommend mxnet-cu90 and adding a note that it can be adjusted if your CUDA version is different.

With these changes, this PR fully rolls out official 0.12.1 support.

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

Successfully merging this pull request may close these issues.

None yet

2 participants