haojin2 commented on a change in pull request #15493: [numpy] numpy einsum
URL: https://github.com/apache/incubator-mxnet/pull/15493#discussion_r302276084
##
File path: src/operator/numpy/np_einsum_op-inl.h
##
@@ -0,0 +1,772 @@
+/*
+ * Licensed to the Apache Software Founda
roywei commented on issue #15431: [MXNet 1.5.0.rc2] Issues with asnumpy() method
URL:
https://github.com/apache/incubator-mxnet/issues/15431#issuecomment-510236197
@Wallart your code is running fine on my machine. I'm testing on[ LJ-Speech
Dataset](https://keithito.com/LJ-Speech-Dataset/)
roywei edited a comment on issue #15431: [MXNet 1.5.0.rc2] Issues with
asnumpy() method
URL:
https://github.com/apache/incubator-mxnet/issues/15431#issuecomment-510236197
@Wallart your code is running fine on my machine. I'm testing on[ LJ-Speech
Dataset](https://keithito.com/LJ-Speech-Da
haojin2 commented on a change in pull request #15493: [numpy] numpy einsum
URL: https://github.com/apache/incubator-mxnet/pull/15493#discussion_r302284030
##
File path: src/operator/numpy/np_einsum_op.cc
##
@@ -0,0 +1,192 @@
+/*
+ * Licensed to the Apache Software Foundatio
lanking520 merged pull request #15500: fix the bug on Scala Sparse
URL: https://github.com/apache/incubator-mxnet/pull/15500
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
IvyBazan commented on issue #15454: Julia docs
URL: https://github.com/apache/incubator-mxnet/pull/15454#issuecomment-510260831
LGTM! Verified Julia installation and doc building process on an Ubuntu EC2
instance.
This is an
Zha0q1 commented on issue #15490: [WIP] Utility to help developers debug
operators: Tensor Inspector
URL: https://github.com/apache/incubator-mxnet/pull/15490#issuecomment-510275321
> I could probably rewrite build_checker()
(https://github.com/apache/incubator-mxnet/pull/15490/files#diff-
ChaiBapchya opened a new issue #15506: Improving error message
URL: https://github.com/apache/incubator-mxnet/issues/15506
Source build on Ubuntu (EC2)
I ran into this error:
Thought this error message could be improved -
```
src/operator/quantization/./.././../commo
mxnet-label-bot commented on issue #15506: Improving error message
URL:
https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510279254
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so
that the appropriate MXNet
ChaiBapchya commented on issue #15506: Improving error message
URL:
https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510279558
@mxnet-label-bot add [Installation, Unclear Error/Doc, Build]
This is an automa
zhly0 commented on issue #15131: doc consistence
URL:
https://github.com/apache/incubator-mxnet/issues/15131#issuecomment-510288738
Thanks!
This is an automated message from the Apache Git Service.
To respond to the message,
zhly0 closed issue #15131: doc consistence
URL: https://github.com/apache/incubator-mxnet/issues/15131
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
zixuanweeei commented on a change in pull request #15497: Independent gradients
requests check with respect to weights and bias of convolution
URL: https://github.com/apache/incubator-mxnet/pull/15497#discussion_r302333454
##
File path: src/operator/nn/mkldnn/mkldnn_convolution.cc
Zha0q1 commented on issue #15490: Utility to help developers debug operators:
Tensor Inspector
URL: https://github.com/apache/incubator-mxnet/pull/15490#issuecomment-510294519
@apeforest @anirudh2290 @access2rohit @larroy @sandeep-krishnamurthy ,
Hi guys, I completed this PR and it's rea
Zha0q1 edited a comment on issue #15490: Utility to help developers debug
operators: Tensor Inspector
URL: https://github.com/apache/incubator-mxnet/pull/15490#issuecomment-510294519
@apeforest @anirudh2290 @access2rohit @larroy @sandeep-krishnamurthy ,
Hi guys, I completed this PR and i
KellenSunderland commented on issue #15399: Add unit tests for TensorRT
integration and fix some bugs
URL: https://github.com/apache/incubator-mxnet/pull/15399#issuecomment-510294845
Looks like CI caught a few issues. For example
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/je
KellenSunderland commented on a change in pull request #15399: Add unit tests
for TensorRT integration and fix some bugs
URL: https://github.com/apache/incubator-mxnet/pull/15399#discussion_r302336971
##
File path: src/operator/subgraph/tensorrt/nnvm_to_onnx.cc
##
@@ -157,
KellenSunderland commented on a change in pull request #15399: Add unit tests
for TensorRT integration and fix some bugs
URL: https://github.com/apache/incubator-mxnet/pull/15399#discussion_r302337630
##
File path: src/operator/subgraph/tensorrt/tensorrt-inl.h
##
@@ -109,1
KellenSunderland commented on a change in pull request #15399: Add unit tests
for TensorRT integration and fix some bugs
URL: https://github.com/apache/incubator-mxnet/pull/15399#discussion_r302338157
##
File path: src/operator/subgraph/tensorrt/tensorrt-inl.h
##
@@ -180,6
KellenSunderland commented on a change in pull request #15399: Add unit tests
for TensorRT integration and fix some bugs
URL: https://github.com/apache/incubator-mxnet/pull/15399#discussion_r302338438
##
File path: tests/python/gpu/test_tensorrt.py
##
@@ -0,0 +1,437 @@
+#
KellenSunderland commented on a change in pull request #15449: cuda/cuDNN lib
version checking. Force cuDNN v7 usage.
URL: https://github.com/apache/incubator-mxnet/pull/15449#discussion_r302339983
##
File path: src/common/cuda_utils.cc
##
@@ -0,0 +1,108 @@
+/*
+ * Licens
tingying2020 opened a new pull request #15507: np_around
URL: https://github.com/apache/incubator-mxnet/pull/15507
## Description ##
(Brief description on what this PR is about)
## Checklist ##
### Essentials ###
Please feel free to remove inapplicable items for your PR.
-
xidulu commented on a change in pull request #15495: [Numpy] Added operator
logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302343715
##
File path: src/operator/numpy/np_elemwise_broa
xidulu commented on a change in pull request #15495: [Numpy] Added operator
logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302343715
##
File path: src/operator/numpy/np_elemwise_broa
xidulu commented on a change in pull request #15495: [Numpy] Added operator
logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302343855
##
File path: src/operator/numpy/np_elemwise_broa
iblis17 commented on a change in pull request #15454: Julia docs
URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r302345170
##
File path: docs/install/ubuntu_setup.md
##
@@ -310,25 +310,93 @@ Refer to the [Clojure setup
guide](https://github.com/apache
francis0407 commented on a change in pull request #15495: [Numpy] Added
operator logaddexp; added support for zero-size tensor in
BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302345771
##
File path: python/mxnet/symbol/numpy/_sy
francis0407 commented on a change in pull request #15495: [Numpy] Added
operator logaddexp; added support for zero-size tensor in
BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302344674
##
File path: src/operator/numpy/np_elemwis
francis0407 commented on a change in pull request #15495: [Numpy] Added
operator logaddexp; added support for zero-size tensor in
BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302345396
##
File path: tests/python/unittest/test_nu
iblis17 commented on a change in pull request #15454: Julia docs
URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r302346283
##
File path: docs/install/ubuntu_setup.md
##
@@ -310,25 +310,93 @@ Refer to the [Clojure setup
guide](https://github.com/apache
pengzhao-intel commented on a change in pull request #15497: Independent
gradients requests check with respect to weights and bias of convolution
URL: https://github.com/apache/incubator-mxnet/pull/15497#discussion_r302346944
##
File path: src/operator/nn/mkldnn/mkldnn_convolution.c
pengzhao-intel commented on issue #15448: [MKLDNN]Enhance Quantization APIs and
Tutorial
URL: https://github.com/apache/incubator-mxnet/pull/15448#issuecomment-510310011
@ThomasDelteil Would you mind to take a review again?
--
pengzhao-intel commented on issue #15130: Add NaiveEngine tests in CI
URL: https://github.com/apache/incubator-mxnet/pull/15130#issuecomment-510311947
Closing this PR. We're not urgent to enable naive engine test.
Let's wait if someone requests this in the future.
--
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator
URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302348771
##
File path: python/mxnet/ndarray/numpy/_op.py
##
@@ -33,7 +33,88 @@
'clip', 'split', 'swapaxes', 'exp
pengzhao-intel closed pull request #15130: Add NaiveEngine tests in CI
URL: https://github.com/apache/incubator-mxnet/pull/15130
This is an automated message from the Apache Git Service.
To respond to the message, please log
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator
URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302348845
##
File path: python/mxnet/numpy/multiarray.py
##
@@ -45,10 +45,90 @@
__all__ = ['ndarray', 'empty', 'array', 'z
anirudh2290 merged pull request #15455: Improve docs for AMP
URL: https://github.com/apache/incubator-mxnet/pull/15455
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
reminisce commented on issue #15349: Numpy Tensordot Operator
URL: https://github.com/apache/incubator-mxnet/pull/15349#issuecomment-510312746
Please fix the CI failures.
This is an automated message from the Apache Git Servi
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator
URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302349667
##
File path: tests/python/unittest/test_numpy_op.py
##
@@ -26,7 +26,151 @@
from mxnet.test_utils import check_num
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator
URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302349487
##
File path: src/operator/numpy/np_tensordot_op-inl.h
##
@@ -0,0 +1,399 @@
+/*
+ * Licensed to the Apache Software
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator
URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302350329
##
File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h
##
@@ -0,0 +1,213 @@
+/*
Review comment:
Fixe
pengzhao-intel commented on issue #15491: [Doc] Add MKL install method apt/yum
into tutorial
URL: https://github.com/apache/incubator-mxnet/pull/15491#issuecomment-510314614
Thanks, merging now :)
This is an automated message
pengzhao-intel merged pull request #15491: [Doc] Add MKL install method apt/yum
into tutorial
URL: https://github.com/apache/incubator-mxnet/pull/15491
This is an automated message from the Apache Git Service.
To respond to
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator
URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302351664
##
File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h
##
@@ -0,0 +1,213 @@
+/*
+ * Licensed to the Apache
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator
URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302351820
##
File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h
##
@@ -0,0 +1,213 @@
+/*
+ * Licensed to the Apache
iblis17 commented on a change in pull request #15454: Julia docs
URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r302346283
##
File path: docs/install/ubuntu_setup.md
##
@@ -310,25 +310,93 @@ Refer to the [Clojure setup
guide](https://github.com/apache
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator
URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302353380
##
File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h
##
@@ -0,0 +1,213 @@
+/*
+ * Licensed to the Apache
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator
URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302353567
##
File path: src/operator/numpy/np_tensordot_op.cc
##
@@ -0,0 +1,186 @@
+/*
+ * Licensed to the Apache Software Fo
endvroy commented on a change in pull request #15293: Numpy bitwise OR operator
URL: https://github.com/apache/incubator-mxnet/pull/15293#discussion_r302354149
##
File path: src/operator/numpy/np_elemwise_binary_op.cc
##
@@ -0,0 +1,51 @@
+/*
+ * Licensed to the Apache Softw
iblis17 commented on a change in pull request #15454: Julia docs
URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r302354265
##
File path: docs/install/ubuntu_setup.md
##
@@ -310,25 +310,93 @@ Refer to the [Clojure setup
guide](https://github.com/apache
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator
URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302354817
##
File path: src/operator/numpy/np_tensordot_op.cc
##
@@ -0,0 +1,186 @@
+/*
+ * Licensed to the Apache Software Fo
reminisce commented on a change in pull request #15494: [Numpy] Added operator
logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15494#discussion_r302350415
##
File path: src/operator/numpy/np_elemwise_
reminisce commented on a change in pull request #15494: [Numpy] Added operator
logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15494#discussion_r302350456
##
File path: src/operator/numpy/np_elemwise_
reminisce commented on a change in pull request #15494: [Numpy] Added operator
logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15494#discussion_r302350738
##
File path: src/operator/tensor/elemwise_bi
reminisce commented on issue #15494: [Numpy] Added operator logaddexp2; added
support for zero-size tensor in BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15494#issuecomment-510321190
Please rebase with the upstream numpy branch.
zixuanweeei commented on a change in pull request #15497: Independent gradients
requests check with respect to weights and bias of convolution
URL: https://github.com/apache/incubator-mxnet/pull/15497#discussion_r302361443
##
File path: src/operator/nn/mkldnn/mkldnn_convolution.cc
kshitij12345 commented on issue #15331: [fix] missing input log higher order.
URL: https://github.com/apache/incubator-mxnet/pull/15331#issuecomment-510326851
https://github.com/apache/incubator-mxnet/blob/5171e1d92cfc5eefa2c20dfe8ac3fac5351ad19a/src/operator/tensor/elemwise_unary_op_basic.
zixuanweeei commented on a change in pull request #15497: Independent gradients
requests check with respect to weights and bias of convolution
URL: https://github.com/apache/incubator-mxnet/pull/15497#discussion_r302361443
##
File path: src/operator/nn/mkldnn/mkldnn_convolution.cc
kshitij12345 commented on a change in pull request #15253: [MXNET-978] Add
higher order gradient support `tan`, `tanh`
URL: https://github.com/apache/incubator-mxnet/pull/15253#discussion_r302362521
##
File path: src/operator/tensor/elemwise_unary_op_trig.cc
##
@@ -139,7 +
gyshi commented on a change in pull request #15312: Numpy bitwise_xor operator
URL: https://github.com/apache/incubator-mxnet/pull/15312#discussion_r302366555
##
File path: src/operator/numpy/np_elemwise_binary_op.cc
##
@@ -0,0 +1,55 @@
+/*
+ * Licensed to the Apache Softwa
hgt312 opened a new pull request #15508: Numpy Tril (Lower triangle) operator
URL: https://github.com/apache/incubator-mxnet/pull/15508
## Description ##
Implementation of numpy tril operator in mxnet.
## Checklist ##
### Essentials ###
Please feel free to remove inapplicable
ThomasDelteil commented on issue #15448: [MKLDNN]Enhance Quantization APIs and
Tutorial
URL: https://github.com/apache/incubator-mxnet/pull/15448#issuecomment-510336674
Will do, at a conference this week, limited bandwidth but next week I'll
have some availability to look into quantization
yidawang commented on issue #15465: [RFC] Integrate TVM into Apache MXNet
URL:
https://github.com/apache/incubator-mxnet/issues/15465#issuecomment-510345628
> @yidawang If we all agree that we should avoid using more than one thread
pool implementation in the runtime, then I guess OMP is t
Maicus closed issue #15484: Binding Model fails with simple_bind error
URL: https://github.com/apache/incubator-mxnet/issues/15484
This is an automated message from the Apache Git Service.
To respond to the message, please lo
CynthiaProtector opened a new issue #15509: Train models under the director
'/mxnet/example/gluon/'
URL: https://github.com/apache/incubator-mxnet/issues/15509
I conduct distributed training on almost all the models provided under the
directory '/mxnet/example/gluon', however, when running
zoeygxy commented on a change in pull request #15494: [Numpy] Added operator
logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15494#discussion_r302417072
##
File path: src/operator/numpy/np_elemwise_br
zoeygxy commented on a change in pull request #15494: [Numpy] Added operator
logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15494#discussion_r302417006
##
File path: src/operator/numpy/np_elemwise_br
zoeygxy commented on a change in pull request #15494: [Numpy] Added operator
logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15494#discussion_r302417138
##
File path: src/operator/tensor/elemwise_bina
gyshi opened a new pull request #15510: [Numpy] . Operatormoveaxis
URL: https://github.com/apache/incubator-mxnet/pull/15510
## Description ##
(Brief description on what this PR is about)
## Checklist ##
### Essentials ###
Please feel free to remove inapplicable items for
larroy commented on a change in pull request #15449: cuda/cuDNN lib version
checking. Force cuDNN v7 usage.
URL: https://github.com/apache/incubator-mxnet/pull/15449#discussion_r302428179
##
File path: src/common/cuda_utils.cc
##
@@ -0,0 +1,116 @@
+/*
+ * Licensed to the
hgt312 opened a new pull request #15511: Numpy Identity operator
URL: https://github.com/apache/incubator-mxnet/pull/15511
## Description ##
Implementation of numpy `identity` operator in mxnet.
## Checklist ##
### Essentials ###
Please feel free to remove inapplicable items
wshuail opened a new issue #15512: possible bug in nd.gather_nd
URL: https://github.com/apache/incubator-mxnet/issues/15512
When I use nd.gather_nd with gpu, a unexpected error happened sometimes.
Generally it may raise error like RuntimeError: cuda runtime error (77) : an
illegal memory a
mxnet-label-bot commented on issue #15512: possible bug in nd.gather_nd
URL:
https://github.com/apache/incubator-mxnet/issues/15512#issuecomment-510399079
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so
that the appropriate M
wkcn opened a new pull request #15513: [WIP] add contrib op in cpp-pacakge
URL: https://github.com/apache/incubator-mxnet/pull/15513
## Description ##
Hi, there.
I add the contrib operators into cpp-package.
Currently, `dim_t (int64_t)` could not be parsed. I'm waiting for the merge
lebeg commented on issue #15452: fix nightly CI failure
URL: https://github.com/apache/incubator-mxnet/pull/15452#issuecomment-510455260
@roywei could you apply changes that @szha requested? The nightly tests are
still broken.
---
qqaatw commented on issue #15484: Binding Model fails with simple_bind error
URL:
https://github.com/apache/incubator-mxnet/issues/15484#issuecomment-510480630
I have the same problem as you, could you tell more in detail about the
Target and the TargetCode Section? thanks.
--
gyshi commented on a change in pull request #15312: Numpy bitwise_xor operator
URL: https://github.com/apache/incubator-mxnet/pull/15312#discussion_r302538899
##
File path: src/operator/numpy/np_elemwise_binary_op.cc
##
@@ -0,0 +1,55 @@
+/*
+ * Licensed to the Apache Softwa
marcoabreu commented on issue #15506: Improving error message
URL:
https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510483367
```No space left on device```
Sounds pretty clear to me. Is this not talking about disk space? What was
the root cause?
-
smissan opened a new issue #15514: dmlc.lib is not generated
URL: https://github.com/apache/incubator-mxnet/issues/15514
when trying to build latest head, dmlc.dll is being generated, but not
dmlc.lib (using ms visual studio 2015). Therefore, building mxnet dll fails with
1>-- Bu
mxnet-label-bot commented on issue #15514: dmlc.lib is not generated
URL:
https://github.com/apache/incubator-mxnet/issues/15514#issuecomment-510484008
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so
that the appropriate MXNe
kshitij12345 opened a new pull request #15515: [MXNET-978] Higher Order
Gradient Support `arcsin`, `arccos`.
URL: https://github.com/apache/incubator-mxnet/pull/15515
## Description ##
PR intends to add support for higher order gradient for `arcsin`, `arccos`.
## Checklist ##
#
qqaatw edited a comment on issue #15484: Binding Model fails with simple_bind
error
URL:
https://github.com/apache/incubator-mxnet/issues/15484#issuecomment-510480630
@Maicus I have the same problem as you, could you tell more in detail about
the Target and the TargetCode Section? thanks.
aaronmarkham commented on a change in pull request #15454: Julia docs
URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r302618951
##
File path: docs/install/ubuntu_setup.md
##
@@ -310,25 +310,93 @@ Refer to the [Clojure setup
guide](https://github.com/a
aaronmarkham commented on a change in pull request #15454: Julia docs
URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r302619949
##
File path: docs/install/ubuntu_setup.md
##
@@ -310,25 +310,93 @@ Refer to the [Clojure setup
guide](https://github.com/a
iblis17 commented on a change in pull request #15454: Julia docs
URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r302620627
##
File path: docs/install/ubuntu_setup.md
##
@@ -310,25 +310,93 @@ Refer to the [Clojure setup
guide](https://github.com/apache
iblis17 commented on issue #15454: Julia docs
URL: https://github.com/apache/incubator-mxnet/pull/15454#issuecomment-510545691
Nice work! @aaronmarkham
This is an automated message from the Apache Git Service.
To respond to t
access2rohit commented on issue #15490: Utility to help developers debug
operators: Tensor Inspector
URL: https://github.com/apache/incubator-mxnet/pull/15490#issuecomment-510561397
Can you split the PR into 2 separate PRs. One for CPU and one for GPU ?
matteosal commented on issue #15497: [MKLDNN] Independent gradients requests
check with respect to weights and bias of convolution
URL: https://github.com/apache/incubator-mxnet/pull/15497#issuecomment-510563332
The example of https://github.com/apache/incubator-mxnet/issues/15464 is
fixed
kshitij12345 commented on a change in pull request #15253: [MXNET-978] Add
higher order gradient support `tan`, `tanh`
URL: https://github.com/apache/incubator-mxnet/pull/15253#discussion_r30264
##
File path: src/operator/tensor/elemwise_unary_op_trig.cc
##
@@ -139,7 +
frankfliu commented on issue #15509: Train models under the director
'/mxnet/example/gluon/'
URL:
https://github.com/apache/incubator-mxnet/issues/15509#issuecomment-510566851
@mxnet-label-bot add [Question, distributed, training]
--
frankfliu commented on issue #15514: dmlc.lib is not generated
URL:
https://github.com/apache/incubator-mxnet/issues/15514#issuecomment-510568547
@mxnet-label-bot add [build]
This is an automated message from the Apache Git S
frankfliu commented on issue #15512: possible bug in nd.gather_nd
URL:
https://github.com/apache/incubator-mxnet/issues/15512#issuecomment-510568295
@mxnet-label-bot add [backend, cuda, question]
This is an automated message
ChaiBapchya commented on issue #15506: Improving error message
URL:
https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510574285
I had an issue with this part of that error
` when writing output to : `
And I am running this on p2.8x large GPU-optimized AWS EC2 ins
DickJC123 commented on a change in pull request #15449: cuda/cuDNN lib version
checking. Force cuDNN v7 usage.
URL: https://github.com/apache/incubator-mxnet/pull/15449#discussion_r302657800
##
File path: src/common/cuda_utils.cc
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to t
ChaiBapchya commented on issue #15506: Improving error message
URL:
https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510581504
Issue resolved by
1. Switching to Ubuntu AMI (instead of DL AMI that comes with loads of other
packages and libraries I don't need)
2. Inc
ChaiBapchya edited a comment on issue #15506: Improving error message
URL:
https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510581504
So you're right. Root cause was related to disk space. (Though it is weird
how even after mounting 100gig of EBS volume on /data director
kevinzh92 opened a new pull request #15516: Fix memory leak reported by ASAN in
NNVM to ONNX conversion
URL: https://github.com/apache/incubator-mxnet/pull/15516
## Description ##
Fix memory leak reported by ASAN in NNVM to ONNX conversion of a constant.
## Checklist ##
### Ess
larroy commented on a change in pull request #15449: cuda/cuDNN lib version
checking. Force cuDNN v7 usage.
URL: https://github.com/apache/incubator-mxnet/pull/15449#discussion_r302695533
##
File path: src/common/cuda_utils.cc
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the
larroy edited a comment on issue #15285: Graph dumper
URL: https://github.com/apache/incubator-mxnet/pull/15285#issuecomment-509858209
@ptrendx Thanks
I will try to use your suggestion in the next iteration.
This is an auto
larroy commented on a change in pull request #15253: [MXNET-978] Add higher
order gradient support `tan`, `tanh`
URL: https://github.com/apache/incubator-mxnet/pull/15253#discussion_r302708484
##
File path: src/operator/tensor/elemwise_unary_op_trig.cc
##
@@ -139,7 +139,31
1 - 100 of 103965 matches
Mail list logo