sxjscience edited a comment on pull request #18413:
URL: https://github.com/apache/incubator-mxnet/pull/18413#issuecomment-646470416
@leezu This is a major API upgrade and we will need to revise + test the
majority of gluonnlp/numpy: https://github.com/dmlc/gluon-nlp/tree/numpy
--
sxjscience commented on pull request #18413:
URL: https://github.com/apache/incubator-mxnet/pull/18413#issuecomment-646470416
@leezu This is a major API upgrade and we will need to rewrite + test the
majority of gluonnlp/numpy: https://github.com/dmlc/gluon-nlp/tree/numpy
leezu closed issue #18412:
URL: https://github.com/apache/incubator-mxnet/issues/18412
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
mxnet-bot commented on pull request #18530:
URL: https://github.com/apache/incubator-mxnet/pull/18530#issuecomment-646467700
Jenkins CI successfully triggered : [windows-cpu]
This is an automated message from the Apache Git S
This is an automated email from the ASF dual-hosted git repository.
aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b071ab9 Bump the publis
mseth10 commented on pull request #18530:
URL: https://github.com/apache/incubator-mxnet/pull/18530#issuecomment-646467644
@mxnet-bot run ci [windows-cpu]
This is an automated message from the Apache Git Service.
To respond t
ys2843 commented on pull request #18530:
URL: https://github.com/apache/incubator-mxnet/pull/18530#issuecomment-646463725
> Thanks for agreeing to help with a preview for this website change @ys2843
Here is the link:
http://ec2-34-219-134-42.us-west-2.compute.amazonaws.com/api/python
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 5585606 Add KEY for Ciyong Chen (#18577)
add cb54a4a Simplify mxnet.gluon Block APIs (#18413)
No new
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 5585606 Add KEY for Ciyong Chen (#18577)
add cb54a4a Simplify mxnet.gluon Block APIs (#18413)
No new
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 5585606 Add KEY for Ciyong Chen (#18577)
add cb54a4a Simplify mxnet.gluon Block APIs (#18413)
No new
leezu merged pull request #18413:
URL: https://github.com/apache/incubator-mxnet/pull/18413
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
xidulu commented on issue #18593:
URL:
https://github.com/apache/incubator-mxnet/issues/18593#issuecomment-646442812
@leezu
Thanks for your response, I am not in urgent need of this usecase.
But I believe it's crucial to let HybridSequential support the new API.
---
leezu edited a comment on pull request #18542:
URL: https://github.com/apache/incubator-mxnet/pull/18542#issuecomment-646438252
@yzhliu NVRTC is enabled by default and thus built by the CI unless
disabled:
https://github.com/apache/incubator-mxnet/blob/497bf7efb403a9174817f07ab3d2f9be03384
leezu commented on pull request #18542:
URL: https://github.com/apache/incubator-mxnet/pull/18542#issuecomment-646438252
@yzhliu NVRTC is enabled by default and thus built by the CI unless
disabled:
https://github.com/apache/incubator-mxnet/blob/497bf7efb403a9174817f07ab3d2f9be033845ad/CMa
leezu edited a comment on issue #18592:
URL:
https://github.com/apache/incubator-mxnet/issues/18592#issuecomment-646437471
It was merged with
https://mxnet.incubator.apache.org/get_started/build_from_source
If anything is missing on the merged page and the API page
(https://mxnet.i
leezu commented on issue #18592:
URL:
https://github.com/apache/incubator-mxnet/issues/18592#issuecomment-646437471
It was merged with
https://mxnet.incubator.apache.org/get_started/build_from_source
This is an automated me
leezu edited a comment on issue #18593:
URL:
https://github.com/apache/incubator-mxnet/issues/18593#issuecomment-646433798
It's "by design" as you can't call the new API from the old API: Calling a
HybridBock.forward block from HybridBlock.hybrid_forward is not supported. Note
that all th
leezu commented on issue #18593:
URL:
https://github.com/apache/incubator-mxnet/issues/18593#issuecomment-646433798
It's "by design" as you can't call the new API from the old API: Calling a
HybridBock.forward block from HybridBlock.hybrid_forward is not supported.
We can add tempor
yzhliu closed issue #17083:
URL: https://github.com/apache/incubator-mxnet/issues/17083
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
xidulu opened a new issue #18593:
URL: https://github.com/apache/incubator-mxnet/issues/18593
## Description
```python
import mxnet as mx
from mxnet import np, npx
from mxnet.gluon.nn import HybridBlock
class normalBlock(HybridBlock):
def forward(self, x):
Yiyan66 commented on issue #17083:
URL:
https://github.com/apache/incubator-mxnet/issues/17083#issuecomment-646427273
fixed by #17510
This is an automated message from the Apache Git Service.
To respond to the message, pleas
terrencewayne opened a new issue #18592:
URL: https://github.com/apache/incubator-mxnet/issues/18592
Hi, I want to build MXNet 1.5.1 with cpp bindings on Windows.
But I found that the previous official guide (
https://mxnet.incubator.apache.org/get_started/cpp_setup ) is invalid. How ca
zhongqingyang opened a new issue #18591:
URL: https://github.com/apache/incubator-mxnet/issues/18591
## Description
I used cpp to inference on model with GPU in childthread.
cpu Memory increase 0.1G after 72000 execution.
cpu Memory increase 0.14G after 10 execution.
cpu Memo
Ragres opened a new issue #18590:
URL: https://github.com/apache/incubator-mxnet/issues/18590
## Description
Hello, I'm new in R and I don't know how to fix this but my problem is that
I run this line
"install.packages("https://github.com/jeremiedb/mxnet_winbin/raw/master/mxnet.zip";
mseth10 commented on pull request #18530:
URL: https://github.com/apache/incubator-mxnet/pull/18530#issuecomment-646387936
@samskalicky All above concerns are addressed. Can you please review again?
This is an automated messa
mseth10 commented on pull request #18530:
URL: https://github.com/apache/incubator-mxnet/pull/18530#issuecomment-646378129
Thanks for agreeing to help with a preview for this website change @ys2843
This is an automated messa
yzhliu commented on pull request #18542:
URL: https://github.com/apache/incubator-mxnet/pull/18542#issuecomment-646378037
@leezu in CI mxnet is built without nvrtc?
This is an automated message from the Apache Git Service.
To
This is an automated email from the ASF dual-hosted git repository.
aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 238cf42 Bump the publis
ys2843 commented on issue #17251:
URL:
https://github.com/apache/incubator-mxnet/issues/17251#issuecomment-646366397
Not reproducible in newest version website
This is an automated message from the Apache Git Service.
To res
ys2843 commented on a change in pull request #16764:
URL: https://github.com/apache/incubator-mxnet/pull/16764#discussion_r442565109
##
File path:
docs/python_docs/python/tutorials/getting-started/gluon_from_experiment_to_deployment.md
##
@@ -267,8 +267,7 @@ finetune_net.expor
ys2843 commented on issue #16724:
URL:
https://github.com/apache/incubator-mxnet/issues/16724#issuecomment-646365837
In https://github.com/apache/incubator-mxnet/pull/16764, this image
classification link was removed. @stereomatchingkiss @TEChopra1000
---
sandeep-krishnamurthy closed issue #16453:
URL: https://github.com/apache/incubator-mxnet/issues/16453
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
ys2843 commented on issue #16479:
URL:
https://github.com/apache/incubator-mxnet/issues/16479#issuecomment-646359496
@TEChopra1000 The contents on `cloud.html` was moved to aws. This issue is
not reproducible any more.
Thi
ys2843 commented on issue #16453:
URL:
https://github.com/apache/incubator-mxnet/issues/16453#issuecomment-646358083
@aaronmarkham @sandeep-krishnamurthy This was a problem about JQuery google
CDN. Tested locally, without JQuery the navbar can't change background color
(as shown in the s
ys2843 edited a comment on issue #16444:
URL:
https://github.com/apache/incubator-mxnet/issues/16444#issuecomment-635639716
This is fixed in #18552. Issue can be closed
This is an automated message from the Apache Git Servic
ys2843 edited a comment on issue #16444:
URL:
https://github.com/apache/incubator-mxnet/issues/16444#issuecomment-635639716
@aaronmarkham This is fixed in #18552. Issue can be closed
This is an automated message from the Apa
leezu opened a new pull request #18589:
URL: https://github.com/apache/incubator-mxnet/pull/18589
## Description ##
Add `--no-pull` option which disables overwriting the local docker cache
based on CI docker cache. It is useful when locally changing Dockerfiles.
---
mxnet-bot commented on pull request #18589:
URL: https://github.com/apache/incubator-mxnet/pull/18589#issuecomment-646354707
Hey @leezu , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one
or more tests again with the following comm
mxnet-bot commented on pull request #18588:
URL: https://github.com/apache/incubator-mxnet/pull/18588#issuecomment-646354397
Hey @leezu , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one
or more tests again with the following comm
leezu opened a new pull request #18588:
URL: https://github.com/apache/incubator-mxnet/pull/18588
Ensure that cmake correctly detects available features to improve
cross-compilation user experience. Previously users need to first figure option
names used by MXNet and then figure out how to
ys2843 edited a comment on issue #12610:
URL:
https://github.com/apache/incubator-mxnet/issues/12610#issuecomment-646351333
This feature will be implemented in `Merge beta.mxnet.io to Official
website` project #18548
This
ys2843 edited a comment on issue #12610:
URL:
https://github.com/apache/incubator-mxnet/issues/12610#issuecomment-646351333
This feature will be implemented in `Merge beta.mxnet.io to Official
website` project.
Mark it as
duplicate of #18548
--
ys2843 commented on issue #12610:
URL:
https://github.com/apache/incubator-mxnet/issues/12610#issuecomment-646351333
This feature will be implemented in `Merge beta.mxnet.io to Official
website` project.
Mark it as duplicate of #18548
-
ys2843 commented on issue #10402:
URL:
https://github.com/apache/incubator-mxnet/issues/10402#issuecomment-646349675
@aaronmarkham @marcoabreu Global search now supports keyboard control
(up/down arrow select). This issue can be closed.
--
josephevans commented on pull request #18585:
URL: https://github.com/apache/incubator-mxnet/pull/18585#issuecomment-646348496
@mxnet-bot run ci [unix-gpu]
This is an automated message from the Apache Git Service.
To respond
mxnet-bot commented on pull request #18585:
URL: https://github.com/apache/incubator-mxnet/pull/18585#issuecomment-646348536
Jenkins CI successfully triggered : [unix-gpu]
This is an automated message from the Apache Git Serv
mxnet-bot commented on pull request #18586:
URL: https://github.com/apache/incubator-mxnet/pull/18586#issuecomment-646348381
Jenkins CI successfully triggered : [edge, unix-cpu, unix-gpu]
This is an automated message from the
josephevans commented on pull request #18586:
URL: https://github.com/apache/incubator-mxnet/pull/18586#issuecomment-646348295
@mxnet-bot run ci [edge, unix-cpu, unix-gpu]
This is an automated message from the Apache Git Serv
ys2843 edited a comment on pull request #18587:
URL: https://github.com/apache/incubator-mxnet/pull/18587#issuecomment-646337882
@mxnet-label-bot update [website, pr-awaiting-review]
This is an automated message from the Apac
ys2843 commented on issue #17244:
URL:
https://github.com/apache/incubator-mxnet/issues/17244#issuecomment-646344319
@aaronmarkham @eric-haibin-lin Above PR fixed this issue, preview link
attached, please feel free to verify.
--
leezu commented on pull request #18587:
URL: https://github.com/apache/incubator-mxnet/pull/18587#issuecomment-646340918
> This bug fix only applies to the situation when user directly type
"version=master" in the url, I am not sure if it can fix the problem you
described. If that problem
ys2843 commented on pull request #18587:
URL: https://github.com/apache/incubator-mxnet/pull/18587#issuecomment-646337882
@mxnet-label-bot add [website]
This is an automated message from the Apache Git Service.
To respond to
ys2843 edited a comment on pull request #18587:
URL: https://github.com/apache/incubator-mxnet/pull/18587#issuecomment-646336523
@leezu Preview link attached, it fixes the `get started` page version
select. If the target version falls outside the ones in the version dropdown,
it will be re
ys2843 edited a comment on pull request #18587:
URL: https://github.com/apache/incubator-mxnet/pull/18587#issuecomment-646336523
@leezu Preview link attached, it fixes the `get started` page version
select. If the target version falls outside the ones from the version dropdown,
it will be
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 9591436 [Numpy] Bugfix of slice operator export (MXNet to ONNX) v2
(#18535)
add 14aeb38 Add paramete
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 9591436 [Numpy] Bugfix of slice operator export (MXNet to ONNX) v2
(#18535)
add 14aeb38 Add paramete
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 9591436 [Numpy] Bugfix of slice operator export (MXNet to ONNX) v2
(#18535)
add 14aeb38 Add paramete
ys2843 commented on pull request #18587:
URL: https://github.com/apache/incubator-mxnet/pull/18587#issuecomment-646336523
@leezu Preview link attached, it fixes the `get started` page version
select. If the target version falls outside the ones in the version dropdown,
it will be replaced
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from e96fbeb Update cmake/upstream/FindCUDAToolkit.cmake (#18528)
add 5585606 Add KEY for Ciyong Chen (#18
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/v1.x by this push:
new f563fa4 Add KEY for Ciyong Chen (#18576)
f
leezu merged pull request #18577:
URL: https://github.com/apache/incubator-mxnet/pull/18577
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 14aeb38 Add parameter name to Assertio
leezu merged pull request #18576:
URL: https://github.com/apache/incubator-mxnet/pull/18576
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 14aeb38 Add parameter name to AssertionError for deferred shape
inference (#18537)
add e96fbeb Updat
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 14aeb38 Add parameter name to AssertionError for deferred shape
inference (#18537)
add e96fbeb Updat
leezu merged pull request #18528:
URL: https://github.com/apache/incubator-mxnet/pull/18528
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
leezu commented on pull request #18587:
URL: https://github.com/apache/incubator-mxnet/pull/18587#issuecomment-646331553
Thank you @ys2843. Could you post a screenshot with a before & after
comparison? Currently I'm not sure in which installation guide the version is
not correctly checked.
leezu edited a comment on pull request #18587:
URL: https://github.com/apache/incubator-mxnet/pull/18587#issuecomment-646331553
Thank you @ys2843. Could you post a screenshot with a before & after
comparison? Currently I'm not sure in which installation guide the version is
not correctly c
mxnet-bot commented on pull request #18587:
URL: https://github.com/apache/incubator-mxnet/pull/18587#issuecomment-646327063
Hey @ys2843 , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one
or more tests again with the following com
ys2843 opened a new pull request #18587:
URL: https://github.com/apache/incubator-mxnet/pull/18587
## Description ##
Fix #17244 . Grab the available versions from the version drop down, and add
a check to ensure the target version is available before updating the
installation guide.
access2rohit commented on a change in pull request #17882:
URL: https://github.com/apache/incubator-mxnet/pull/17882#discussion_r442511375
##
File path: src/operator/tensor/broadcast_reduce_op.h
##
@@ -1058,22 +1065,58 @@ struct broadcast_kernel {
access2rohit commented on a change in pull request #17882:
URL: https://github.com/apache/incubator-mxnet/pull/17882#discussion_r442511375
##
File path: src/operator/tensor/broadcast_reduce_op.h
##
@@ -1058,22 +1065,58 @@ struct broadcast_kernel {
access2rohit commented on pull request #17882:
URL: https://github.com/apache/incubator-mxnet/pull/17882#issuecomment-646309265
@apeforest
SSD 1 epoch time master(int32 w/o large tensor) :
230sec
SSD 1 epoch time optimized broadcast_axis for CPU(in
leezu edited a comment on pull request #18542:
URL: https://github.com/apache/incubator-mxnet/pull/18542#issuecomment-646286471
@jinboci for the `libmxnet.so`, it currently has a `libcuda` dependency when
compiled with nvrtc. This will be fixed eventually
(https://github.com/apache/incubat
leezu commented on pull request #18542:
URL: https://github.com/apache/incubator-mxnet/pull/18542#issuecomment-646286471
@jinboci for the `libmxnet.so`, it currently has a `libcuda` dependency when
compiled with nvrtc. This will be fixed eventually
(https://github.com/apache/incubator-mxne
mseth10 edited a comment on pull request #18530:
URL: https://github.com/apache/incubator-mxnet/pull/18530#issuecomment-646266696
I have created a PR to gluon-cv repo
https://github.com/dmlc/gluon-cv/pull/1346
Will cross reference it in this PR
-
mseth10 commented on pull request #18530:
URL: https://github.com/apache/incubator-mxnet/pull/18530#issuecomment-646266696
I have created a PR to gluon-cv repo
https://github.com/dmlc/gluon-cv/pull/1346
This is an automate
This is an automated email from the ASF dual-hosted git repository.
aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 18f144e Bump the publis
jinboci commented on pull request #18542:
URL: https://github.com/apache/incubator-mxnet/pull/18542#issuecomment-646238036
@leezu I set some breakpoints. I am not sure if this is okay. By only
building TVM:
```python
>>> import tvm
> /home/ubuntu/anaconda3/lib/python3.7/ctypes/__i
szha commented on pull request #18583:
URL: https://github.com/apache/incubator-mxnet/pull/18583#issuecomment-646236658
@MoritzMaxeiner thanks for the patch. We need to fix the lint first.
This is an automated message from th
jinboci edited a comment on pull request #18542:
URL: https://github.com/apache/incubator-mxnet/pull/18542#issuecomment-646233893
@leezu @yzhliu Hi, I am still unclear about:
1) Does the [machine in
CI](http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fu
jinboci commented on pull request #18542:
URL: https://github.com/apache/incubator-mxnet/pull/18542#issuecomment-646233893
@leezu Hi, I am still unclear about:
1) Does the [machine in
CI](http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/
leezu commented on pull request #18542:
URL: https://github.com/apache/incubator-mxnet/pull/18542#issuecomment-646225132
@jinboci would it be possible to `dlopen` `libcuda` at runtime?
This is an automated message from the A
mxnet-bot commented on pull request #18586:
URL: https://github.com/apache/incubator-mxnet/pull/18586#issuecomment-646193421
Hey @josephevans , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one
or more tests again with the followin
josephevans opened a new pull request #18586:
URL: https://github.com/apache/incubator-mxnet/pull/18586
* Increase staggered build timeout to 180 min, since sanity build has 180
min timeout.
* Decrease timeout so everyone is happy.
Co-authored-by: Joe Evans
josephevans opened a new pull request #18585:
URL: https://github.com/apache/incubator-mxnet/pull/18585
* Increase staggered build timeout to 180 min, since sanity build has 180
min timeout.
* Decrease timeout so everyone is happy.
Co-authored-by: Joe Evans
mxnet-bot commented on pull request #18585:
URL: https://github.com/apache/incubator-mxnet/pull/18585#issuecomment-646192676
Hey @josephevans , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one
or more tests again with the followin
RuRo edited a comment on pull request #18537:
URL: https://github.com/apache/incubator-mxnet/pull/18537#issuecomment-646185162
> Feel free to ping me or other committers if a PR that's passing CI check
needs attention.
@szha ping )
--
RuRo commented on pull request #18537:
URL: https://github.com/apache/incubator-mxnet/pull/18537#issuecomment-646185162
@szha ping )
This is an automated message from the Apache Git Service.
To respond to the message, please
jinboci commented on pull request #18542:
URL: https://github.com/apache/incubator-mxnet/pull/18542#issuecomment-646147882
@yzhliu @leezu Thank you for your suggestions. I tried to directly disable
the linkage of `libcuda.so` with
```cmake
diff --git a/cmake/modules/CUDA.cmake b/cmake
woreom commented on issue #15393:
URL:
https://github.com/apache/incubator-mxnet/issues/15393#issuecomment-646084872
@cyrusbehr Hi, I'm in a similar situation and did what you said but still
ended up with errors, If you remember can you tell me how you did it exactly?
---
This is an automated email from the ASF dual-hosted git repository.
aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c1ec13e0 Bump the publis
pierre-cordani-nerd opened a new issue #18584:
URL: https://github.com/apache/incubator-mxnet/issues/18584
Hello,
I found what seems to be a float16 precision problem when using batch_dot on
the GPU
It works as expected when using nd.dot
## To Reproduce
import mxnet as
MoritzMaxeiner commented on pull request #16251:
URL: https://github.com/apache/incubator-mxnet/pull/16251#issuecomment-645912879
@szha I've rebased onto the `v1.x` branch and opened a new PR for it: #18583
This is an automat
MoritzMaxeiner edited a comment on pull request #16251:
URL: https://github.com/apache/incubator-mxnet/pull/16251#issuecomment-645912879
@szha Thank you for your feedback, I've rebased onto the `v1.x` branch and
opened a new PR for it: #18583
--
MoritzMaxeiner opened a new pull request #18583:
URL: https://github.com/apache/incubator-mxnet/pull/18583
## Description ##
Expose the ability to infer shapes partially via the cpp-package
Continuation of #16251
## Checklist ##
### Essentials ###
- [x] Changes are
mxnet-bot commented on pull request #18583:
URL: https://github.com/apache/incubator-mxnet/pull/18583#issuecomment-645911676
Hey @MoritzMaxeiner , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one
or more tests again with the follo
MoritzMaxeiner closed pull request #16251:
URL: https://github.com/apache/incubator-mxnet/pull/16251
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
fhieber edited a comment on pull request #18531:
URL: https://github.com/apache/incubator-mxnet/pull/18531#issuecomment-645859028
Just to follow up on this and provide some numbers (@eric-haibin-lin). I
tried the label smoothing implementation by @sxjscience (thanks!) in Sockeye,
making su
fhieber commented on pull request #18531:
URL: https://github.com/apache/incubator-mxnet/pull/18531#issuecomment-645859028
Just to follow up on this and provide some numbers. I tried the label
smoothing implementation by @sxjscience (thanks!) in Sockeye, making sure
scaling and normalizati
1 - 100 of 103 matches
Mail list logo