-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updagrade the version of mxnet to 1.4.* for mxnetcontainerdockerfile. #675
Conversation
Test FAILed. |
|
Test FAILed. |
Test FAILed. |
This comment has been minimized.
This comment has been minimized.
-> nvm. I had to run the image using clipper, not just run the container using docker command (because env variables are set when we deploy the model). Also I could not reproduce locally in my mac environment, I will check it out again within vm. I will try to investigate it soon |
Test FAILed. |
Test FAILed. |
Interesting.. It fails at |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
@rkooo567 can you resolve the merge conflict? |
@simon-mo Yep. Since we merged fluentd PR, now we can easily see broken models' logs. The conflicted part is |
Test FAILed. |
Test FAILed. |
Jenkins test this please |
Test PASSed. |
This PR handles an issue #674. Because of internal changes of
mxnet
,cloudpickle
is not able to deserialize a function withmxnet
. I resolved this issue by updating the mxnet version to 1.4.*.Test summary
https://github.com/rkooo567/clipper/tree/mxnet-version-upgrade
mxmodel_deployer
, I pulled a custom dockerfile from my dockerhub.deploy_mxnet_models.py
fromintegration_test
I verified it worked for
mxnet==1.4.0
andmxnet==1.1.*