[GitHub] jerrywind commented on issue #7235: How to use a classification pretrain model to train a triple-loss?

2017-07-31 Thread git
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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] szha opened a new pull request #7265: add getitem to container layers

2017-07-31 Thread git
(1000, linear) ) In [4]: net.classifier[2] Out[4]: Dense(4096, Activation(relu)) In [5]: net.classifier[4] Out[5]: Dense(1000, linear) ``` This is an automated message from the Apache Git Service. To respond

[GitHub] leezu opened a new pull request #7263: Fix gluon zero grad

2017-07-31 Thread git
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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] szha opened a new pull request #7264: gluon conv rnns

2017-07-31 Thread git
szha opened a new pull request #7264: gluon conv rnns URL: https://github.com/apache/incubator-mxnet/pull/7264 @sxjscience This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] sxjscience commented on a change in pull request #7264: gluon conv rnns

2017-07-31 Thread git
_bias. I think it's safe to simply remove this comment. -------- 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, p

[GitHub] janejane11 opened a new issue #7262: use R3.3.0 and im2rec.py to run cnn and always failed

2017-07-31 Thread git
n.metric(100)) preds <- predict(model, test.array) pred.label <- max.col(t(preds)) - 1 table(test_org[,1],pred.label) sum(diag(table(test_org[,1],pred.label)))/1000 ----end -

[GitHub] al-rigazzi commented on issue #6548: [feature req / question ] slurm scheduler support for launch.py? (distrubted processing / multi-machines support)

2017-07-31 Thread git
. 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] sxjscience commented on a change in pull request #7264: gluon conv rnns

2017-07-31 Thread git
it. 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: us...@infra.apache.org With regards, Apache Git

[GitHub] formath commented on issue #7184: Is there any monitor tool for cluster system resources ?

2017-07-31 Thread git
in cluster management system like `Yarn` or `k8s`. Right? 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

[GitHub] Harmonicahappy opened a new pull request #7266: Fix a spelling mistake

2017-07-31 Thread git
Harmonicahappy opened a new pull request #7266: Fix a spelling mistake URL: https://github.com/apache/incubator-mxnet/pull/7266 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] formath commented on issue #7233: assert size eq between shared_module.execs and context

2017-07-29 Thread git
error? So explicitly add a assert would be helpful. ``` shared_exec = None if shared_group is None else shared_group.execs[i] ``` This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] nikrao commented on issue #7251: update sparse ndarray api

2017-07-31 Thread git
view it on GitHub > <https://github.com/apache/incubator-mxnet/pull/7251#discussion_r130270026>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/ASlOLGSy8FjU18H1stMjA9FVkrlBewLQks5sTVX6gaJpZM4OniNX> > . >

[GitHub] piiswrong closed pull request #7266: Fix a spelling mistake

2017-07-31 Thread git
piiswrong closed pull request #7266: Fix a spelling mistake URL: https://github.com/apache/incubator-mxnet/pull/7266 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] piiswrong commented on issue #7265: add getitem to container layers

2017-07-31 Thread git
piiswrong commented on issue #7265: add getitem to container layers URL: https://github.com/apache/incubator-mxnet/pull/7265#issuecomment-319119975 also add len This is an automated message from the Apache Git Service

[GitHub] sergeykolychev commented on issue #7227: MXExecutorSimpleBindEx for backward compatability

2017-07-31 Thread git
is as of May 14 Are you planning to merge master into sparse anytime soon ? If that is done I can fix perl in couple of hours after that. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] sergeykolychev commented on issue #7227: MXExecutorSimpleBindEx for backward compatability

2017-07-31 Thread git
planning to merge master into sparse anytime soon ? If that is done I can fix perl in couple of hours after that. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] skywayoo closed issue #6821: im2rec.py can not work

2017-07-31 Thread git
skywayoo closed issue #6821: im2rec.py can not work URL: https://github.com/apache/incubator-mxnet/issues/6821 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] leezu opened a new issue #7268: Autograd retain_graph=True bugs

2017-07-31 Thread git
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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] piiswrong closed pull request #7263: Fix gluon zero grad

2017-07-31 Thread git
piiswrong closed pull request #7263: Fix gluon zero grad URL: https://github.com/apache/incubator-mxnet/pull/7263 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] Bumblebee1964 closed issue #6726: How to save a learned network in C++ API

2017-07-31 Thread git
Bumblebee1964 closed issue #6726: How to save a learned network in C++ API URL: https://github.com/apache/incubator-mxnet/issues/6726 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] Bumblebee1964 opened a new issue #7267: Looking for a C++ alternative for symbol.get_internals() (in Python API)

2017-07-31 Thread git
, the more likely people will be able to help you. ## Environment info Operating System: win10 Compiler: VS2015 Package used (Python/R/Scala/Julia): c-api MXNet version: Or if installed from source: MXNet commit hash (`git rev-parse HEAD`): If you

[GitHub] reminisce commented on a change in pull request #7244: Operator add_n for row sparse ndarrays

2017-07-29 Thread git
tomated 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] piiswrong closed pull request #7248: Update README.md

2017-07-29 Thread git
piiswrong closed pull request #7248: Update README.md URL: https://github.com/apache/incubator-mxnet/pull/7248 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] piiswrong closed pull request #7156: Quiet regression stacktrace pr

2017-07-29 Thread git
piiswrong closed pull request #7156: Quiet regression stacktrace pr URL: https://github.com/apache/incubator-mxnet/pull/7156 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] ysh329 commented on issue #5345: Add tensorboard support in Speedometer.

2017-07-29 Thread git
). ``` 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: us...@infra.apache.org With regards, Apache

[GitHub] piiswrong closed pull request #7250: Correct Python Docs about tensorboard path

2017-07-30 Thread git
piiswrong closed pull request #7250: Correct Python Docs about tensorboard path URL: https://github.com/apache/incubator-mxnet/pull/7250 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] mli opened a new pull request #7271: [Doc] Add the new doc link to to hybrid.md

2017-07-31 Thread git
mli opened a new pull request #7271: [Doc] Add the new doc link to to hybrid.md URL: https://github.com/apache/incubator-mxnet/pull/7271 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] b0noI opened a new issue #7272: jenkins/incubator-mxnet pipeline is broken on the master

2017-07-31 Thread git
MXNET_PREDICT_ONLY=1 -fPIC -o mxnet_predict-all.o -c mxnet_predict-all.cc > mxnet_predict-all.cc:42:37: fatal error: io/threaded_input_split.h: No such file or directory > #include > ^ > compilation terminated. > make: Leaving

[GitHub] stefanhenneking commented on a change in pull request #7223: GPU implementation of cast_storage (dense to rsp)

2017-07-31 Thread git
{ Review comment: done. 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
, _DTYPE_MX_TO_NP, _GRAD_REQ_MAP Review comment: isn't NDArray already imported into mx.ndarray? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
)) +>>> a = mx.nd.zeros(shape) Review comment: shouldn't this be sparse? ---- 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

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
& ctx, + std::vector *in_attrs, + std::vector *out_attrs) { + // TODO(junwu): add ctx info into storage inference logic Review comment: Why put this in common? -------- This is an automate

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
sary? 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: us...@infra.apache.org With regards, Apache

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
- 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
comment: just utils.py 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

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
faultStorage(ndoutputs, temp_out, opctx); Review comment: does this work with autograd? Is it tested? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] Designbook1 commented on issue #3207: bucket iterator with ctc error

2017-07-30 Thread git
that? 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
es of the current `csr` matrix. + +Returns +--- +NDArray +This SparseNDArray's indices array. +""" +return self._aux_data(1) + +@property +def indptr(self): +"""The indptr array of the SparseNDArray w

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
e,), super(RowSparseNDArray, self).__getstate__() + +@property +def indices(self): +"""The indices array of the SparseNDArray with `row_sparse` storage type. +This generates a deep copy of the row indices of the current row-sparse matrix. + +Returns

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
t;& val_rowids, Review comment: why NDArray* to NDArray pairs? 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.

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
ray of the SparseNDArray with `csr` storage type. +This generates a deep copy of the `indptr` of the current `csr` matrix. + +Returns +--- +NDArray +This SparseNDArray's indptr array. +""" +return self._aux_data(0) + +# pylint: disable=abs

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
faultStorage(ndoutputs, temp_out, opctx); Review comment: does this work with autograd? Is it tested? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] leezu opened a new pull request #7261: Add grad_req parameter to Block that is passed to ParameterDict.get

2017-07-31 Thread git
. 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: us...@infra.apache.org With regards

[GitHub] piiswrong commented on a change in pull request #7261: Add grad_req parameter to Block that is passed to ParameterDict.get

2017-07-31 Thread git
d 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] piiswrong commented on a change in pull request #7265: add getitem to container layers

2017-07-31 Thread git
): def _alias(self): return self.__class__.__name__.lower() +def __len__(self): Review comment: don't add len to base block yet This is an automated message from the Apache Git Service. To respond to the message

[GitHub] szha commented on a change in pull request #7264: gluon conv rnns

2017-07-31 Thread git
it. 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rahul003 commented on a change in pull request #7236: change unnecessarily longer array

2017-07-31 Thread git
machine, but updated branch through website I didn't notice. 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

[GitHub] thirdwing commented on issue #7262: use R3.3.0 and im2rec.py to run cnn and always failed

2017-07-31 Thread git
and share your data. 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

[GitHub] sagaragrawal13 opened a new issue #7269: Bayesian Optimization for MXNET

2017-07-31 Thread git
init_grid_dt = NULL, init_points = 10, n_iter = 20, acq = "ucb", kappa = 2.576, eps = 0.0, verbose = TRUE) Best SA ---- This is an automated message from th

[GitHub] xiaoyulu2014 commented on issue #7190: add variational autoencoder example

2017-08-01 Thread git
'_STORAGE_TYPE_ID_TO_STR' I am just wondering could you please help with this? Thank you very much! Best wishes, Xiaoyu This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] herryz commented on issue #6548: [feature req / question ] slurm scheduler support for launch.py? (distrubted processing / multi-machines support)

2017-08-01 Thread git
e with multiple jobs). 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: us...@infra.apache.org

[GitHub] dsqx71 opened a new pull request #7282: Fix bug in symbolic ConvRNN

2017-08-01 Thread git
interface for initializer * Add ``_conv_forward`` and remove repetitive codes in ``_call_`` function @szha @sxjscience This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] eldercrow opened a new issue #7281: Gradient function not returning enough gradient

2017-08-01 Thread git
own ``` 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] piiswrong closed pull request #7253: gluon lstm crf example

2017-08-02 Thread git
piiswrong closed pull request #7253: gluon lstm crf example URL: https://github.com/apache/incubator-mxnet/pull/7253 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-08-02 Thread git
ndices of the current `csr` matrix. + +Returns +--- +NDArray +This SparseNDArray's indices array. +""" +return self._aux_data(1) + +@property +def indptr(self): +"""The indptr array of the SparseNDA

[GitHub] piiswrong opened a new issue #7319: [RoadMap] Legacy issue resolution before 1.0 release

2017-08-02 Thread git
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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] piiswrong commented on issue #7318: reduce model zoo test size

2017-08-02 Thread git
piiswrong commented on issue #7318: reduce model zoo test size URL: https://github.com/apache/incubator-mxnet/pull/7318#issuecomment-319822816 what's eprint This is an automated message from the Apache Git Service

[GitHub] thirdwing closed pull request #7315: [R] RNN bucketing with multiple devices.

2017-08-02 Thread git
thirdwing closed pull request #7315: [R] RNN bucketing with multiple devices. URL: https://github.com/apache/incubator-mxnet/pull/7315 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-08-02 Thread git
her. 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-08-02 Thread git
eturns + --- +NDArray +This SparseNDArray's indices array. +""" +return self._aux_data(0) + + +def _prepare_src_array(src, dtype, default_dtype): +if isinstance(src, NDArray): +dtype = src.dtype if dtype is None else dtype +else: +dtype = default_dtype if dtype is None else dtype +if not isinstance(src, np.ndarray): +try: +src = np.array(src, dtype=dtype) +except: +raise TypeError('values must be array like object') +return src, dtype + + +def csr(data, indptr, indices, shape, ctx=None, dtype=None, indptr_type=None, indices_type=None): Review comment: Should we change mx.nd.row_sparse to mx.nd.row_sparse_array then? 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] reminisce commented on issue #7082: Sparse Tensor: request for reviews

2017-08-02 Thread git
thon/tf/SparseTensor) format fits in the scheme? It seems that this kind of storage format is not mentioned/considered in the paper. ---- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] szha opened a new pull request #7304: gluon bce & ctc losses

2017-08-02 Thread git
szha opened a new pull request #7304: gluon bce & ctc losses URL: https://github.com/apache/incubator-mxnet/pull/7304 This is an automated message from the Apache Git Service. To respond to the message, please log on Gi

[GitHub] astonzhang commented on issue #7300: Change variable name from _defered_init to _deferred_init

2017-08-01 Thread git
eable pull request"? 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, plea

[GitHub] astonzhang commented on issue #7300: Change variable name from _defered_init to _deferred_init

2017-08-01 Thread git
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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] astonzhang commented on issue #7300: Change variable name from _defered_init to _deferred_init

2017-08-01 Thread git
eable pull request"? 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, plea

[GitHub] lichen11 commented on issue #4003: Building a visualization tool for MXNet

2017-08-01 Thread git
! 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: us

[GitHub] reminisce commented on issue #7299: Sparse retain improvement

2017-08-01 Thread git
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: us...@infra.apache.org With regards

[GitHub] reminisce closed pull request #7299: Sparse retain improvement

2017-08-01 Thread git
reminisce closed pull request #7299: Sparse retain improvement URL: https://github.com/apache/incubator-mxnet/pull/7299 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] feiyulv commented on issue #7286: Gluon, Minpy and NN

2017-08-01 Thread git
feiyulv commented on issue #7286: Gluon, Minpy and NN URL: https://github.com/apache/incubator-mxnet/issues/7286#issuecomment-319565986 @jermainewang thx for your explanation This is an automated message from the Apache Git

[GitHub] feiyulv closed issue #7286: Gluon, Minpy and NN

2017-08-01 Thread git
feiyulv closed issue #7286: Gluon, Minpy and NN URL: https://github.com/apache/incubator-mxnet/issues/7286 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] piiswrong closed pull request #7296: Update ndarray.py

2017-08-01 Thread git
piiswrong closed pull request #7296: Update ndarray.py URL: https://github.com/apache/incubator-mxnet/pull/7296 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] szha commented on issue #7293: test_gluon_rnn.test_rnn_cells hang

2017-08-01 Thread git
() ``` 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: us

[GitHub] CodingCat commented on a change in pull request #7246: [Scala] Make Module Api sync with Python interface

2017-08-01 Thread git
be ModuleSuite.scala? 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: us...@infra.apach

[GitHub] piiswrong commented on issue #7303: add backward(is_train=False) and always mode for dropout

2017-08-02 Thread git
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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] szha commented on issue #7293: test_gluon_rnn.test_rnn_cells hang

2017-08-01 Thread git
its the autograd.record(). I'm at a loss. @piiswrong what's your guess? 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 comm

[GitHub] eric-haibin-lin closed pull request #7251: update sparse ndarray api

2017-08-02 Thread git
eric-haibin-lin closed pull request #7251: update sparse ndarray api URL: https://github.com/apache/incubator-mxnet/pull/7251 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] Ldpe2G commented on a change in pull request #7246: [Scala] Make Module Api sync with Python interface

2017-08-02 Thread git
w comment: thanks 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] wielandbrendel commented on issue #7189: Gradients are wrong for is_train=False

2017-08-02 Thread git
. 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: us

[GitHub] zihaolucky commented on issue #6663: can mxnet support incremental training?

2017-08-02 Thread git
). 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] piiswrong commented on a change in pull request #7304: gluon bce & ctc losses

2017-08-02 Thread git
yce a standard name? 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: us.

[GitHub] szha commented on issue #7314: Test installation of pip --pre

2017-08-02 Thread git
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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] eric-haibin-lin commented on issue #7082: Sparse Tensor: request for reviews

2017-08-02 Thread git
. 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] eric-haibin-lin opened a new issue #7317: check_numeric_grad with FullyConnected fails

2017-08-02 Thread git
will be able to help you. ## Environment info Operating System: DL AMI Compiler: Package used (Python/R/Scala/Julia): MXNet version: Or if installed from source: MXNet commit hash (`git rev-parse HEAD`): 861e929cec8fa8fbab06884d9605debb74cd7217 If you

[GitHub] piiswrong commented on issue #7200: Enable dropout in testing

2017-08-02 Thread git
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: us...@infra.apache.org With regards, Apache

[GitHub] piiswrong commented on issue #7293: test_gluon_rnn.test_rnn_cells hang

2017-08-02 Thread git
computation to finish 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

[GitHub] szha opened a new pull request #7318: reduce model zoo test size

2017-08-02 Thread git
szha opened a new pull request #7318: reduce model zoo test size URL: https://github.com/apache/incubator-mxnet/pull/7318 this should fix #7293 This is an automated message from the Apache Git Service. To respond

[GitHub] szha commented on a change in pull request #7067: variational dropout cell

2017-08-02 Thread git
tomated 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] piiswrong commented on issue #7312: gluon Trainer does not accept Optimizer object, only str

2017-08-02 Thread git
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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] reminisce opened a new pull request #7299: Sparse retain improvement

2017-08-01 Thread git
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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] astonzhang opened a new pull request #7300: Change variable name from _defered_init to _deffered_init

2017-08-01 Thread git
astonzhang opened a new pull request #7300: Change variable name from _defered_init to _deffered_init URL: https://github.com/apache/incubator-mxnet/pull/7300 This is an automated message from the Apache Git Service

[GitHub] b0noI opened a new pull request #7298: finetune now includes short hint how to run the script on windows

2017-08-01 Thread git
-for-python-on-windows/45449015#45449015 , so this information has been added to the documentation. 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

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-08-01 Thread git
mmit: https://github.com/eric-haibin-lin/mxnet/pull/134/commits/8fb3b9cdf265907ba838718638747e4edc5c802f 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

[GitHub] astonzhang opened a new pull request #7301: Change variable/function names: defered -> deferred

2017-08-01 Thread git
astonzhang opened a new pull request #7301: Change variable/function names: defered -> deferred URL: https://github.com/apache/incubator-mxnet/pull/7301 This is an automated message from the Apache Git Service. To resp

[GitHub] szha opened a new issue #7302: Discussion and troubleshooting on PyPI (pip) Nightly Releases

2017-08-01 Thread git
(os.path.join(os.path.dirname(mxnet.__file__), "COMMIT_HASH")).readline().strip()' ``` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL a

[GitHub] xingzhaoo commented on issue #5460: very low training accuracies with alexnet or vgg but good with resnet

2017-08-01 Thread git
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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] szha commented on issue #7300: Change variable name from _defered_init to _deferred_init

2017-08-01 Thread git
` 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: us...@infra.apache.org With regards, Apache Git Services

[GitHub] piiswrong closed pull request #7294: fix initialization warning by g++

2017-08-01 Thread git
piiswrong closed pull request #7294: fix initialization warning by g++ URL: https://github.com/apache/incubator-mxnet/pull/7294 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] szha commented on issue #6205: Cannot even perform matrix multiplication using CPU??

2017-08-02 Thread git
on? 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: us...@infra.apache.org

[GitHub] stone-huang commented on issue #6458: linking error

2017-08-02 Thread git
stone-huang commented on issue #6458: linking error URL: https://github.com/apache/incubator-mxnet/issues/6458#issuecomment-319608821 me too This is an automated message from the Apache Git Service. To respond

[GitHub] mwbyeon opened a new pull request #7305: fix py3 compatibilities

2017-08-02 Thread git
mwbyeon opened a new pull request #7305: fix py3 compatibilities URL: https://github.com/apache/incubator-mxnet/pull/7305 This is an automated message from the Apache Git Service. To respond to the message, please log

  1   2   3   4   5   6   7   8   9   10   >