anirudhacharya commented on a change in pull request #12137: [MXNET-696] Fix
undefined name errors
URL: https://github.com/apache/incubator-mxnet/pull/12137#discussion_r210093713
##########
File path: example/deep-embedded-clustering/model.py
##########
@@ -22,7 +22,7 @@
import numpy as np
try:
import cPickle as pickle
Review comment:
why use cPickle? why not just pickle. In fact cPickle is not used in
python3. most functions of cPickle is there in pickle
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services