mbaijal opened a new pull request #8770: [Merge into v1.0.0 ONLY][Copy of PR
#8704] Prep1.0: bump the version number and 0.12.1 updates
URL: https://github.com/apache/incubator-mxnet/pull/8770
## Description ##
bump up the version number to 1.0.0
Add the NEWS.md changes from 0.12.1 to
madjam opened a new pull request #8769: Updating ps-lite submodule
URL: https://github.com/apache/incubator-mxnet/pull/8769
This is an automated message from the Apache Git Service.
To respond to the message, please log o
janejane11 opened a new issue #8768: how to use mx.io.extract()
URL: https://github.com/apache/incubator-mxnet/issues/8768
that's my problem: how to use mx.io.extract()
in the begining,i use mx.io.ImageRecordIter to read my data(7 label) in cnn
model (below)
train = mx.io.ImageRe
zhreshold commented on issue #8735: Add cast to Block and Parameter. Implicit
dtype casting is removed.
URL: https://github.com/apache/incubator-mxnet/pull/8735#issuecomment-346256928
@piiswrong So it's gonna be
```
net = HybridBlock(xxx)
net.cast('float16')
```
And we cann
cjolivier01 commented on a change in pull request #8719: Tune without Launch
specialization macros
URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152476798
##
File path: src/operator/mxnet_op.h
##
@@ -441,8 +447,80 @@ struct Kernel {
OP::Map(0, N
cjolivier01 commented on a change in pull request #8719: Tune without Launch
specialization macros
URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152475909
##
File path: src/operator/mxnet_op.h
##
@@ -441,8 +447,80 @@ struct Kernel {
OP::Map(0, N
piiswrong commented on a change in pull request #8719: Tune without Launch
specialization macros
URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152475091
##
File path: src/operator/mxnet_op.h
##
@@ -441,8 +447,80 @@ struct Kernel {
OP::Map(0, N,
rahul003 commented on issue #8764: Gradient compression example and raise
exception if kvstore type unsupported
URL: https://github.com/apache/incubator-mxnet/pull/8764#issuecomment-346245923
Now included in PR https://github.com/apache/incubator-mxnet/pull/8766
--
rahul003 closed pull request #8764: Gradient compression example and raise
exception if kvstore type unsupported
URL: https://github.com/apache/incubator-mxnet/pull/8764
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the
rahul003 opened a new pull request #8764: Gradient compression example and
raise exception if kvstore type unsupported
URL: https://github.com/apache/incubator-mxnet/pull/8764
## Description ##
Added gluon example for gradient compression and raise exception if kvstore
type unsupported
rahul003 commented on a change in pull request #8766: NDArray Indexing tutorial
and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152470029
##
File path: python/mxnet/kvstore.py
##
@@ -408,6 +408,8 @@ def set_gradient_compres
rahul003 commented on a change in pull request #8766: NDArray Indexing tutorial
and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152468678
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,107 @@
+# Gradient Compr
rahul003 commented on issue #8766: NDArray Indexing tutorial and Gradient
Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#issuecomment-346243505
Thanks a lot for your work on the documentation! :)
Thi
rahul003 commented on a change in pull request #8766: NDArray Indexing tutorial
and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152468880
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,107 @@
+# Gradient Compr
rahul003 commented on a change in pull request #8766: NDArray Indexing tutorial
and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152468880
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,107 @@
+# Gradient Compr
rahul003 commented on a change in pull request #8766: NDArray Indexing tutorial
and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152468831
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,107 @@
+# Gradient Compr
rahul003 commented on a change in pull request #8766: NDArray Indexing tutorial
and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152468856
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,107 @@
+# Gradient Compr
eric-haibin-lin closed pull request #8765: Update AddVersion.py
URL: https://github.com/apache/incubator-mxnet/pull/8765
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull re
rahul003 commented on a change in pull request #8766: NDArray Indexing tutorial
and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152468678
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,107 @@
+# Gradient Compr
eric-haibin-lin commented on a change in pull request #8767: Factorization
machine example & sparse example folder re-org
URL: https://github.com/apache/incubator-mxnet/pull/8767#discussion_r152468479
##
File path: example/sparse/factorization_machine/metric.py
##
@@ -0,0
eric-haibin-lin opened a new pull request #8767: Factorization machine example
& sparse example folder re-org
URL: https://github.com/apache/incubator-mxnet/pull/8767
## Description ##
Added an example for factorization machine, and created separate folders for
the examples
@
kevinthesun commented on issue #8765: Update AddVersion.py
URL: https://github.com/apache/incubator-mxnet/pull/8765#issuecomment-346238730
This can cause problem on linux installation page:
```bash
git clone --recursive https://github.com/dmlc/mxnet
cd mxnet
```
There won't b
kevinthesun commented on issue #8765: Update AddVersion.py
URL: https://github.com/apache/incubator-mxnet/pull/8765#issuecomment-346238730
This can cause problem on linux installation page:
```bash
git clone --recursive https://github.com/dmlc/mxnet
cd mxnet
```
There won't b
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152465467
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152465053
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152464912
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152464591
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152465200
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152464676
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152464985
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152465405
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152465737
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152464918
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152465917
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152464898
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152464932
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
reminisce commented on a change in pull request #8766: NDArray Indexing
tutorial and Gradient Compression FAQ
URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152464946
##
File path: docs/tutorials/basic/ndarray_indexing.md
##
@@ -0,0 +1,375 @@
+
+# NDA
aaronmarkham commented on issue #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#issuecomment-346237507
Closing in favor of #8766
This is an automated message from the Apache Git Service
aaronmarkham closed pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull r
rahul003 closed pull request #8764: Gradient compression example and raise
exception if kvstore type unsupported
URL: https://github.com/apache/incubator-mxnet/pull/8764
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the
cjolivier01 commented on issue #6773: Deadlock and crashes during shutdown
URL: https://github.com/apache/incubator-mxnet/pull/6773#issuecomment-346235525
@lialie , can you make a new issue for this, please? It's different than
the ones fixed here.
cjolivier01 closed pull request #8755: Remove spureous std::move, fix warning
regarding RVO being prevented
URL: https://github.com/apache/incubator-mxnet/pull/8755
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake
This is an automated email from the ASF dual-hosted git repository.
cjolivier01 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 abf01b4 Remove spureous std::move
aaronmarkham opened a new pull request #8766: NDArray Indexing tutorial
URL: https://github.com/apache/incubator-mxnet/pull/8766
## Description ##
A new tutorial to cover indexing features.
## Checklist ##
### Essentials ###
- [x] Changes are complete (i.e. I finished coding
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on issue #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#issuecomment-346233987
Please add this to docs/faq/multi_devices.md after the section on
Synchronize Directory
### Gradient compression
If your mode
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
lx75249 commented on issue #8655: How do I download the data file for the
examples in incubator-mxnet/cpp-package/example/feature_extract/
URL:
https://github.com/apache/incubator-mxnet/issues/8655#issuecomment-346231516
see #8746
-
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
astonzhang commented on a change in pull request #8763: [WIP] Add text apis
URL: https://github.com/apache/incubator-mxnet/pull/8763#discussion_r152460202
##
File path: python/mxnet/text/__init__.py
##
@@ -0,0 +1,23 @@
+# Licensed to the Apache Software Foundation (ASF) und
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152460220
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,98 @@
+# Gradient Compression
+
+Gradient Compression r
iblis17 commented on issue #8727: jenkins: julia build script
URL: https://github.com/apache/incubator-mxnet/pull/8727#issuecomment-346230508
hmm, @piiswrong could you tell more detail why closing this?
This is an automated me
iblis17 commented on issue #8727: jenkins: julia build script
URL: https://github.com/apache/incubator-mxnet/pull/8727#issuecomment-346230508
hmm, @piiswrong could you tell more detail about why closing this?
This is an automa
szha commented on a change in pull request #8763: [WIP] Add text apis
URL: https://github.com/apache/incubator-mxnet/pull/8763#discussion_r152459622
##
File path: python/mxnet/text/__init__.py
##
@@ -0,0 +1,23 @@
+# Licensed to the Apache Software Foundation (ASF) under one
astonzhang commented on a change in pull request #8763: [WIP] Add text apis
URL: https://github.com/apache/incubator-mxnet/pull/8763#discussion_r152458958
##
File path: python/mxnet/text/__init__.py
##
@@ -0,0 +1,23 @@
+# Licensed to the Apache Software Foundation (ASF) und
szha commented on a change in pull request #8763: [WIP] Add text apis
URL: https://github.com/apache/incubator-mxnet/pull/8763#discussion_r152457841
##
File path: python/mxnet/text/text.py
##
@@ -0,0 +1,125 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+#
szha commented on a change in pull request #8763: [WIP] Add text apis
URL: https://github.com/apache/incubator-mxnet/pull/8763#discussion_r152457171
##
File path: python/mxnet/text/__init__.py
##
@@ -0,0 +1,23 @@
+# Licensed to the Apache Software Foundation (ASF) under one
eric-haibin-lin opened a new pull request #8765: Update AddVersion.py
URL: https://github.com/apache/incubator-mxnet/pull/8765
## Description ##
fix #8609
@kevinthesun @aaronmarkham @mwunderlich
## Checklist ##
### Essentials ###
- [ ] Passed code style checking (`make li
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152455654
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,95 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 opened a new pull request #8764: Gradient compression example and
raise exception if kvstore type unsupported
URL: https://github.com/apache/incubator-mxnet/pull/8764
## Description ##
Added gluon example for gradient compression and raise exception if kvstore
type unsupported
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152454945
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,95 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152454717
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,95 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152454717
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,95 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152454543
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,95 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152453417
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,95 @@
+# Gradient Compression
+
+Gradient Compression r
rahul003 commented on a change in pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762#discussion_r152453417
##
File path: docs/faq/gradient_compression.md
##
@@ -0,0 +1,95 @@
+# Gradient Compression
+
+Gradient Compression r
astonzhang opened a new pull request #8763: [WIP] Add text apis
URL: https://github.com/apache/incubator-mxnet/pull/8763
## Description ##
Add text APIs, such as text utils, glossary class, and pre-trained
embeddings.
## Checklist ##
### Essentials ###
- [x] Passed code styl
aaronmarkham opened a new pull request #8762: Gradient compression faq
URL: https://github.com/apache/incubator-mxnet/pull/8762
## Description ##
Summarizes the gradient compression feature.
## Checklist ##
### Essentials ###
- [x] Changes are complete (i.e. I finished coding
javelinjs commented on issue #8297: [scala] Make accuracy idependant of output
size (fix #8226)
URL: https://github.com/apache/incubator-mxnet/pull/8297#issuecomment-346217712
Thanks.
This is an automated message from the Apa
javelinjs closed pull request #8297: [scala] Make accuracy idependant of output
size (fix #8226)
URL: https://github.com/apache/incubator-mxnet/pull/8297
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provena
javelinjs closed issue #8226: [scala] Accuracy precision is too low
URL: https://github.com/apache/incubator-mxnet/issues/8226
This is an automated message from the Apache Git Service.
To respond to the message, please log on
This is an automated email from the ASF dual-hosted git repository.
liuyizhi 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 8df20a2 [scala] EvalMetric sumMetric
piiswrong opened a new pull request #8761: Refactor image operators
URL: https://github.com/apache/incubator-mxnet/pull/8761
## Description ##
(Brief description on what this PR is about)
## Checklist ##
### Essentials ###
- [ ] Passed code style checking (`make lint`)
- [
piiswrong closed pull request #8761: Refactor image operators
URL: https://github.com/apache/incubator-mxnet/pull/8761
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull requ
This is an automated email from the ASF dual-hosted git repository.
jxie pushed a commit to branch vision
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/vision by this push:
new 4765139 Refactor image operators (#8761)
lyblsgo commented on issue #5863: Language Model Benchmark: can not reproduce
the same results as Tensorflow with the same parameters.
URL:
https://github.com/apache/incubator-mxnet/issues/5863#issuecomment-345934112
@sxjscience Can you tell me that what's the differences between gluon's
piiswrong opened a new pull request #8760: Update index.md
URL: https://github.com/apache/incubator-mxnet/pull/8760
## Description ##
(Brief description on what this PR is about)
## Checklist ##
### Essentials ###
- [ ] Passed code style checking (`make lint`)
- [ ] Change
This is an automated email from the ASF dual-hosted git repository.
jxie pushed a change to branch piiswrong-patch-1-1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
at 4903f42 Update index.md
This branch includes the following new commits:
new 4903f42 Upda
This is an automated email from the ASF dual-hosted git repository.
jxie pushed a commit to branch piiswrong-patch-1-1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit 4903f42bd2a1a069211b04aa9bd219c82eda7472
Author: Eric Junyuan Xie
AuthorDate: Tue Nov 21 17:31:11 20
This is an automated email from the ASF dual-hosted git repository.
jxie pushed a change to branch piiswrong-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
at c12f687 Update index.md
This branch includes the following new commits:
new c12f687 Update
This is an automated email from the ASF dual-hosted git repository.
jxie pushed a commit to branch piiswrong-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit c12f6877d8b280b5e7abce05081c413fcd1462f3
Author: Eric Junyuan Xie
AuthorDate: Tue Nov 21 17:28:01 2017
mbaijal commented on a change in pull request #8704: Initial Prep for 1.0: bump
up version and add 0.12.1 changes to master
URL: https://github.com/apache/incubator-mxnet/pull/8704#discussion_r152447463
##
File path: docs/build_version_doc/build_all_version.sh
##
@@ -21,7
solin319 commented on a change in pull request #8414: Fix the strides in Gluon
version of ResNet v1
URL: https://github.com/apache/incubator-mxnet/pull/8414#discussion_r152446834
##
File path: python/mxnet/gluon/model_zoo/vision/resnet.py
##
@@ -102,10 +102,10 @@ class Bot
piiswrong closed pull request #8632: a user friendly way to use g2c in module
and an example of g2c
URL: https://github.com/apache/incubator-mxnet/pull/8632
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of prov
This is an automated email from the ASF dual-hosted git repository.
jxie 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 ec6144f a user friendly way to use g2c i
javelinjs opened a new pull request #8759: image flip op
URL: https://github.com/apache/incubator-mxnet/pull/8759
https://github.com/apache/incubator-mxnet/issues/8556
This is an automated message from the Apache Git Service.
yajiedesign commented on issue #8752: fix lint with cmake
URL: https://github.com/apache/incubator-mxnet/pull/8752#issuecomment-346212137
@cjolivier01 only cpplint now.should be add rcpplint jnilint pylint if our
use only cmake build system.
cjolivier01 commented on issue #8758: Explicitly convert float value
URL: https://github.com/apache/incubator-mxnet/pull/8758#issuecomment-346211327
Can you add a unit test that is that issues code ?
This is an automated mess
szha commented on issue #8668: Precision error setting NDArray from np.float32
scalar
URL:
https://github.com/apache/incubator-mxnet/issues/8668#issuecomment-346210607
A missing `float()` version was the problem. The above PR should fix it.
piiswrong commented on a change in pull request #8757: [ImageIO] Fix image io
for opencv3.3
URL: https://github.com/apache/incubator-mxnet/pull/8757#discussion_r152443898
##
File path: src/io/image_io.cc
##
@@ -156,7 +156,10 @@ void ImdecodeImpl(int flag, bool to_rgb, void
piiswrong closed pull request #8744: Added a security best practices doc
URL: https://github.com/apache/incubator-mxnet/pull/8744
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreig
1 - 100 of 221 matches
Mail list logo