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 daf91e7 Bump the publis
mseth10 closed pull request #18347:
URL: https://github.com/apache/incubator-mxnet/pull/18347
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
mseth10 commented on pull request #18347:
URL: https://github.com/apache/incubator-mxnet/pull/18347#issuecomment-632503203
Closing in favor of #18356
This is an automated message from the Apache Git Service.
To respond to th
mxnet-bot commented on pull request #18387:
URL: https://github.com/apache/incubator-mxnet/pull/18387#issuecomment-632501900
Hey @liuzh91 , 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 co
liuzh91 opened a new pull request #18387:
URL: https://github.com/apache/incubator-mxnet/pull/18387
## Description ##
Fix the output weight sharing in test_gluon_estimator script.
Fix #18372
## Checklist ##
### Essentials ###
Please feel free to remove inapplicable items
mxnet-bot commented on pull request #18277:
URL: https://github.com/apache/incubator-mxnet/pull/18277#issuecomment-632500574
Jenkins CI successfully triggered : [windows-gpu]
This is an automated message from the Apache Git S
Tommliu commented on pull request #18277:
URL: https://github.com/apache/incubator-mxnet/pull/18277#issuecomment-632500542
@mxnet-bot run ci [windows-gpu]
This is an automated message from the Apache Git Service.
To respond t
sxjscience commented on pull request #18089:
URL: https://github.com/apache/incubator-mxnet/pull/18089#issuecomment-632499329
LGTM overall. Needs to fix the CudaMalloc + cudaFree.
This is an automated message from the Apache
sxjscience commented on a change in pull request #18089:
URL: https://github.com/apache/incubator-mxnet/pull/18089#discussion_r429055166
##
File path: src/operator/tensor/index_add_backward.cu
##
@@ -0,0 +1,119 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
sxjscience commented on a change in pull request #18089:
URL: https://github.com/apache/incubator-mxnet/pull/18089#discussion_r429054854
##
File path: src/operator/tensor/index_add_backward.cu
##
@@ -0,0 +1,119 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
TriLoo closed issue #18386:
URL: https://github.com/apache/incubator-mxnet/issues/18386
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
TriLoo commented on issue #18386:
URL:
https://github.com/apache/incubator-mxnet/issues/18386#issuecomment-632493182
It was indeed moved to `mx.gluon.metrix` ...
This is an automated message from the Apache Git Service.
To r
TriLoo opened a new issue #18386:
URL: https://github.com/apache/incubator-mxnet/issues/18386
mxnet installed using latest source code from master branch complains:
`AttributeError: module 'mxnet' has no attribute 'metric'`
looks like the `metric.py` is missed or moved to another pac
mxnet-bot commented on pull request #18371:
URL: https://github.com/apache/incubator-mxnet/pull/18371#issuecomment-632486123
Jenkins CI successfully triggered : [windows-gpu]
This is an automated message from the Apache Git S
Yiyan66 commented on pull request #18371:
URL: https://github.com/apache/incubator-mxnet/pull/18371#issuecomment-632486091
@mxnet-bot run ci [windows-gpu]
This is an automated message from the Apache Git Service.
To respond t
This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from b0315f8 [R] Fix incorrect website title for Symbol API in R (#18326)
add 2cb6153 Fix test_subgraph
szha merged pull request #18361:
URL: https://github.com/apache/incubator-mxnet/pull/18361
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
mseth10 commented on pull request #18361:
URL: https://github.com/apache/incubator-mxnet/pull/18361#issuecomment-632479856
@leezu can we merge this?
This is an automated message from the Apache Git Service.
To respond to the
mxnet-bot commented on pull request #18385:
URL: https://github.com/apache/incubator-mxnet/pull/18385#issuecomment-632476192
Hey @MoisesHer , 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
MoisesHer opened a new pull request #18385:
URL: https://github.com/apache/incubator-mxnet/pull/18385
## Description ##
This PR adds the option to compute gradient of Embedding and Take with safe
accumulation,
i.e. when dtype is FP16, accumulation will be done in FP32.
It fixes the
liuzh91 commented on issue #18372:
URL:
https://github.com/apache/incubator-mxnet/issues/18372#issuecomment-632473275
> @liuzh91 these appear to be two separate parameters, as their prefixes
differ: **resnetv10**_weight vs **dense0**_weight
It should be `val_net.output = gluon.nn.De
leezu commented on issue #18372:
URL:
https://github.com/apache/incubator-mxnet/issues/18372#issuecomment-632470583
@liuzh91 these appear to be two separate parameters, as their prefixes
differ: **resnetv10**_weight vs **dense0**_weight
---
mxnet-bot commented on pull request #18384:
URL: https://github.com/apache/incubator-mxnet/pull/18384#issuecomment-632469994
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 #18384:
URL: https://github.com/apache/incubator-mxnet/pull/18384
Nightly tests are frequently broken and not fixed. Based on the staggered
build pipeline it should be acceptable to run them on every PR.
-
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch leezu-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
at 1a7d8c3 Disable test_composite_embedding_with_one_embedding
No new revisions were added by this upd
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch leezu-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
at 1a7d8c3 Disable test_composite_embedding_with_one_embedding
This branch includes the following new
leezu opened a new pull request #18383:
URL: https://github.com/apache/incubator-mxnet/pull/18383
https://github.com/apache/incubator-mxnet/issues/18282
This is an automated message from the Apache Git Service.
To respond to
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a commit to branch leezu-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit 1a7d8c36a1ed1077156cefa91013c3d0f4e2e7e1
Author: Leonard Lausen
AuthorDate: Thu May 21 21:14:42 2020 -07
mxnet-bot commented on pull request #18383:
URL: https://github.com/apache/incubator-mxnet/pull/18383#issuecomment-632469356
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 commented on issue #18282:
URL:
https://github.com/apache/incubator-mxnet/issues/18282#issuecomment-632469389
http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/windows-gpu/branches/PR-18365/runs/10/nodes/109/steps/155/log/?star
liuzh91 commented on issue #18372:
URL:
https://github.com/apache/incubator-mxnet/issues/18372#issuecomment-632467681
I think as of the time of testing, you have not initialized network weights.
Would you mind testing `net.output.weight.data==val_net.output.weight.data`
after both `net` a
yajiedesign commented on pull request #18379:
URL: https://github.com/apache/incubator-mxnet/pull/18379#issuecomment-632461418
Cannot be resolved by upgrade vs.
This is an automated message from the Apache Git Service.
To res
Alicia1529 commented on pull request #18351:
URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-632455492
@mxnet-bot run ci [edge]
This is an automated message from the Apache Git Service.
To respond to th
Alicia1529 commented on pull request #18352:
URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-632455459
@mxnet-bot run ci [edge]
This is an automated message from the Apache Git Service.
To respond to th
mxnet-bot commented on pull request #18352:
URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-632455496
Jenkins CI successfully triggered : [edge]
This is an automated message from the Apache Git Service.
mxnet-bot commented on pull request #18351:
URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-632455510
Jenkins CI successfully triggered : [edge]
This is an automated message from the Apache Git Service.
acphile commented on issue #18372:
URL:
https://github.com/apache/incubator-mxnet/issues/18372#issuecomment-63245
So is Line 420-423 meant to share the same parameters between net.output and
val_net.output (other parts are different)? If so, actually Line 420-423 fails
to share parame
leezu opened a new issue #18382:
URL: https://github.com/apache/incubator-mxnet/issues/18382
```
[2020-05-22T01:08:46.081Z] _ test_CSVIter
_
[2020-05-22T01:08:46.081Z] [gw0] linux -- Python 3.6.9 /usr/bin/python3
mxnet-bot commented on pull request #18351:
URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-632445595
Jenkins CI successfully triggered : [edge]
This is an automated message from the Apache Git Service.
Alicia1529 commented on pull request #18351:
URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-632445584
@mxnet-bot run ci [edge]
This is an automated message from the Apache Git Service.
To respond to th
mxnet-bot commented on pull request #18352:
URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-632445504
Jenkins CI successfully triggered : [edge]
This is an automated message from the Apache Git Service.
Alicia1529 commented on pull request #18352:
URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-632445478
@mxnet-bot run ci [edge]
This is an automated message from the Apache Git Service.
To respond to th
yajiedesign commented on pull request #18379:
URL: https://github.com/apache/incubator-mxnet/pull/18379#issuecomment-632430692
I'll try upgrading vs
This is an automated message from the Apache Git Service.
To respond to the
wkcn commented on a change in pull request #18379:
URL: https://github.com/apache/incubator-mxnet/pull/18379#discussion_r428988397
##
File path: src/io/batchify.cc
##
@@ -150,7 +150,7 @@ class StackBatchify : public BatchifyFunction {
}
int sbs = static_cast(b
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 d322d20 Bump the publis
wkcn commented on a change in pull request #17975:
URL: https://github.com/apache/incubator-mxnet/pull/17975#discussion_r428987267
##
File path: tests/python/unittest/test_numpy_op.py
##
@@ -9557,3 +9557,67 @@ def hybrid_forward(self, F, a):
elif grad_req == 'a
wkcn commented on pull request #17975:
URL: https://github.com/apache/incubator-mxnet/pull/17975#issuecomment-632415615
Hi @sxjscience , could you please help take a review? Thank you!
This is an automated message from the Ap
leezu commented on pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#issuecomment-632403523
Adopting the standard `BUILD_SHARED_LIBS` may take additional work to make
sure all dependencies + the CI logic correctly handle the result. It would
however result into
mxnet-bot commented on pull request #18277:
URL: https://github.com/apache/incubator-mxnet/pull/18277#issuecomment-632399069
Jenkins CI successfully triggered : [centos-cpu]
This is an automated message from the Apache Git Se
Tommliu commented on pull request #18277:
URL: https://github.com/apache/incubator-mxnet/pull/18277#issuecomment-632399039
@mxnet-bot run ci [centos-cpu]
This is an automated message from the Apache Git Service.
To respond to
mseth10 commented on pull request #26:
URL: https://github.com/apache/incubator-mxnet-ci/pull/26#issuecomment-632395929
> When the initial 2 stages of the mxnet-release-cd pipeline fail, it
doesn't trigger the subsequent 2 stages ['mxnet_lib/static', 'python/pypi']
@ChaiBapchya M
mseth10 commented on a change in pull request #26:
URL: https://github.com/apache/incubator-mxnet-ci/pull/26#discussion_r428961116
##
File path: services/jenkins-pipeline-monitor/handler.py
##
@@ -87,11 +95,21 @@ def filter_by_desired_release_job_type(latest_day_builds,
desire
mseth10 commented on a change in pull request #26:
URL: https://github.com/apache/incubator-mxnet-ci/pull/26#discussion_r428941459
##
File path: services/jenkins-pipeline-monitor/handler.py
##
@@ -123,8 +141,6 @@ def jenkins_pipeline_monitor():
latest_day_builds = get_late
leezu edited a comment on pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#issuecomment-632276816
@szha sure. In that case just set BUILD_SHARED_LIBS=0.
This is only about simplifying the cmake file to follow standard practice,
reducing the amount of cod
leezu opened a new issue #18381:
URL: https://github.com/apache/incubator-mxnet/issues/18381
## Description
https://github.com/apache/incubator-mxnet/blob/0210ce2c136afaa0f57666e5e1c659cab353f5f3/tests/python/unittest/test_gluon.py#L1423-L1434
is actually a no-op by mistake. Upon
cbalint13 commented on pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#issuecomment-632297892
@leezu ,
* Proposed leap is big, someone need to adjust CI (out of my scope).
* I can re-propose PR it in earlier form (agree not elegant) and see that
sing
leezu edited a comment on pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#issuecomment-632276816
@szha sure. In that case just set CMAKE_BUILD_SHARED=0.
This is only about simplifying the cmake file to follow standard practice,
reducing the amount of co
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 852dbaf Bump the publis
cbalint13 commented on pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#issuecomment-632278035
> @leezu static object should be useful in building standalone C++ inference
programs. If the size of test is a problem, we can strip the binary after
compilation.
szha commented on a change in pull request #18376:
URL: https://github.com/apache/incubator-mxnet/pull/18376#discussion_r428843534
##
File path: pytest.ini
##
@@ -23,6 +23,7 @@ markers =
gpu: mark a test that requires GPU.
integration: mark an integration test
on
leezu commented on pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#issuecomment-632276816
@szha sure. In that case just set CMAKE_BUILD_SHARED=0
This is an automated message from the Apache Git
szha commented on pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#issuecomment-632276050
@leezu static object should be useful in building standalone C++ inference
programs. If the size of test is a problem, we can strip the binary after
compilation.
--
zhreshold commented on a change in pull request #18379:
URL: https://github.com/apache/incubator-mxnet/pull/18379#discussion_r428841505
##
File path: src/io/batchify.cc
##
@@ -150,7 +150,7 @@ class StackBatchify : public BatchifyFunction {
}
int sbs = static_c
zhreshold commented on pull request #18379:
URL: https://github.com/apache/incubator-mxnet/pull/18379#issuecomment-632274216
`#pragma` won't work in a macro, what's the version of msvc? At least 2019
supports `_Pragma`
This
leezu opened a new issue #18380:
URL: https://github.com/apache/incubator-mxnet/issues/18380
CI doesn't test Python 3.8 and in fact some things are broken. What I
noticed:
- Use of `time.clock()` which is deprecated since Python 3.3 and not
available in 3.8 in some files breaks thos
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 4827de8 Improve the backward mirroring implementation (#18228)
add b0315f8 [R] Fix incorrect website
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 4827de8 Improve the backward mirroring implementation (#18228)
add b0315f8 [R] Fix incorrect website
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 4827de8 Improve the backward mirroring implementation (#18228)
add b0315f8 [R] Fix incorrect website
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 4827de8 Improve the backward mirroring implementation (#18228)
add b0315f8 [R] Fix incorrect website
leezu commented on pull request #17749:
URL: https://github.com/apache/incubator-mxnet/pull/17749#issuecomment-632262724
@chinakook gluoncv does not support MXNet 2 development version at this
point. You can use MXNet 1
This
leezu merged pull request #18326:
URL: https://github.com/apache/incubator-mxnet/pull/18326
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
ChaiBapchya commented on pull request #18326:
URL: https://github.com/apache/incubator-mxnet/pull/18326#issuecomment-632259139
@mxnet-label-bot update [pr-awaiting-merge]
This is an automated message from the Apache Git Servi
leezu commented on pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#issuecomment-632252702
> It seems, had the impression that all test units links libmxnet.a
That's part of the problem. It comes with huge link, disk space and CI
network traffic overhead
leezu commented on a change in pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#discussion_r428813870
##
File path: CMakeLists.txt
##
@@ -663,29 +663,46 @@ if(UNIX)
# Create dummy file since we want an empty shared library before linking
set(
leezu commented on a change in pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#discussion_r428813539
##
File path: example/image-classification/predict-cpp/CMakeLists.txt
##
@@ -5,11 +5,11 @@ OpenCV version >= 3 should be enabled and found to buil
leezu commented on a change in pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#discussion_r428813091
##
File path: tests/CMakeLists.txt
##
@@ -16,7 +16,7 @@ if(NOT GTEST_ROOT)
endif()
endif()
-if(NOT MSVC)
+if(NOT MSVC AND NOT CMAKE_BUILD_SH
leezu commented on a change in pull request #18365:
URL: https://github.com/apache/incubator-mxnet/pull/18365#discussion_r428812794
##
File path: CMakeLists.txt
##
@@ -663,29 +663,46 @@ if(UNIX)
# Create dummy file since we want an empty shared library before linking
set(
samskalicky commented on pull request #18236:
URL: https://github.com/apache/incubator-mxnet/pull/18236#issuecomment-632239843
@ciyongch thanks for the reminder, I merged
This is an automated message from the Apache Git Servi
D-Roberts commented on pull request #18197:
URL: https://github.com/apache/incubator-mxnet/pull/18197#issuecomment-632237899
Hi @yzhliu - is there anything else you'd like me to do on this? tnx
This is an automated message fr
sxjscience commented on pull request #18228:
URL: https://github.com/apache/incubator-mxnet/pull/18228#issuecomment-632219485
Is there a way to use it for Gluon?
This is an automated message from the Apache Git Service.
To re
This is an automated email from the ASF dual-hosted git repository.
haibin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 5343aef [Numpy] Fix gluon activations (#18370)
add 4827de8 Improve the backward mirroring implementat
This is an automated email from the ASF dual-hosted git repository.
sxjscience pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 67b5d31 Fix race condition in unittest by pytest temp_dir fixtures
(#18323)
add 5343aef [Numpy]
eric-haibin-lin merged pull request #18228:
URL: https://github.com/apache/incubator-mxnet/pull/18228
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
This is an automated email from the ASF dual-hosted git repository.
sxjscience pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 67b5d31 Fix race condition in unittest by pytest temp_dir fixtures
(#18323)
add 5343aef [Numpy]
This is an automated email from the ASF dual-hosted git repository.
sxjscience pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 67b5d31 Fix race condition in unittest by pytest temp_dir fixtures
(#18323)
add 5343aef [Numpy]
yajiedesign commented on pull request #18379:
URL: https://github.com/apache/incubator-mxnet/pull/18379#issuecomment-632181662
https://github.com/apache/incubator-mxnet/issues/18374
This is an automated message from the Apach
yajiedesign opened a new pull request #18379:
URL: https://github.com/apache/incubator-mxnet/pull/18379
## Description ##
change _Pragma to #pragma
_Pragma not work with msvc
## Checklist ##
### Essentials ###
- [x] Changes are complete (i.e. I finished coding on this PR)
mxnet-bot commented on pull request #18379:
URL: https://github.com/apache/incubator-mxnet/pull/18379#issuecomment-632181495
Hey @yajiedesign , 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
This is an automated email from the ASF dual-hosted git repository.
sxjscience pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 67b5d31 Fix race condition in unittest by pytest temp_dir fixtures
(#18323)
add 5343aef [Numpy]
sxjscience merged pull request #18370:
URL: https://github.com/apache/incubator-mxnet/pull/18370
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
yajiedesign commented on issue #18374:
URL:
https://github.com/apache/incubator-mxnet/issues/18374#issuecomment-632174279
I already know. Now there are some compilation errors.
This is an automated message from the Apache Gi
mxnet-bot commented on pull request #18352:
URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-632107674
Jenkins CI successfully triggered : [edge]
This is an automated message from the Apache Git Service.
Alicia1529 commented on pull request #18351:
URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-632107730
@mxnet-bot run ci [edge]
This is an automated message from the Apache Git Service.
To respond to th
mxnet-bot commented on pull request #18351:
URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-632107782
Jenkins CI successfully triggered : [edge]
This is an automated message from the Apache Git Service.
Alicia1529 commented on pull request #18352:
URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-632107625
@mxnet-bot run ci [edge]
This is an automated message from the Apache Git Service.
To respond to th
bgawrych commented on issue #18244:
URL:
https://github.com/apache/incubator-mxnet/issues/18244#issuecomment-632106623
@szha I've done some testing in docker for parallel tests and have some
overview. For testing I've used about 35 long tests.
pytest -n 4 spawns much more threads for MK
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 b7795cc Bump the publis
chinakook commented on pull request #17749:
URL: https://github.com/apache/incubator-mxnet/pull/17749#issuecomment-632050382
This commit may cause rcnn/mask-rcnn cannot be trained.
https://github.com/dmlc/gluon-cv/blob/3c4150a964c776e4f7da0eb30b55ab05b7554c8d/gluoncv/data/transforms/pres
mxnet-bot commented on pull request #18378:
URL: https://github.com/apache/incubator-mxnet/pull/18378#issuecomment-632031459
Hey @Kh4L , 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 comma
Kh4L opened a new pull request #18378:
URL: https://github.com/apache/incubator-mxnet/pull/18378
## Description ##
As described in #16757 , a list of operators have their FInferType functions
were throwing an exception if the input type is not defined (dtype=-1).
This was preventi
1 - 100 of 107 matches
Mail list logo