[GitHub] szha commented on issue #9011: issue with cuda9.0

2017-12-10 Thread GitBox
szha commented on issue #9011: issue with cuda9.0 URL: https://github.com/apache/incubator-mxnet/issues/9011#issuecomment-350640667 what's the gpu driver and cuda version? This is an automated message from the Apache Git

[GitHub] jeremiedb opened a new pull request #9022: R RNN API fixes and Optimizer clip gradient on NDArray

2017-12-10 Thread GitBox
jeremiedb opened a new pull request #9022: R RNN API fixes and Optimizer clip gradient on NDArray URL: https://github.com/apache/incubator-mxnet/pull/9022 ## Description ## Rework of the RNN API: - Change the input to be of shape `seq_len X batch.size`, this will ease the use of

[GitHub] szha commented on issue #38: fixed the issue of drop down disappearence when trying to pick the ve?

2017-12-10 Thread GitBox
szha commented on issue #38: fixed the issue of drop down disappearence when trying to pick the ve? URL: https://github.com/apache/incubator-mxnet-site/pull/38#issuecomment-350638471 Thanks for the fix. I don't remember seeing this issue before. Do you have an idea on what changed that

[GitHub] astonzhang opened a new pull request #9021: Remove redundant or unused imports

2017-12-10 Thread GitBox
astonzhang opened a new pull request #9021: Remove redundant or unused imports URL: https://github.com/apache/incubator-mxnet/pull/9021 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### - [ ] Passed code style checking (`make

[GitHub] ArmageddonKnight commented on issue #9010: get_next_state parameter in FusedRNN constructor

2017-12-10 Thread GitBox
ArmageddonKnight commented on issue #9010: get_next_state parameter in FusedRNN constructor URL: https://github.com/apache/incubator-mxnet/issues/9010#issuecomment-350621786 Hi Haibin, Thanks for your response. But what will be returned when `get_next_state = false`? I noticed

[GitHub] eric-haibin-lin commented on issue #9010: get_next_state parameter in FusedRNN constructor

2017-12-10 Thread GitBox
eric-haibin-lin commented on issue #9010: get_next_state parameter in FusedRNN constructor URL: https://github.com/apache/incubator-mxnet/issues/9010#issuecomment-350620320 If this is set to true, `unroll` will return a list of symbols, including the symbol of the final states after

[incubator-mxnet] branch master updated: Add wide and deep model into sparse example (#8180)

2017-12-10 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 20666c3 Add wide and deep model into

[GitHub] eric-haibin-lin closed pull request #8180: Add wide and deep model into sparse example

2017-12-10 Thread GitBox
eric-haibin-lin closed pull request #8180: Add wide and deep model into sparse example URL: https://github.com/apache/incubator-mxnet/pull/8180 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

[GitHub] formath commented on issue #8168: A Todo List for the Sparse Feature (CPU)

2017-12-10 Thread GitBox
formath commented on issue #8168: A Todo List for the Sparse Feature (CPU) URL: https://github.com/apache/incubator-mxnet/issues/8168#issuecomment-350619183 Please add `LibFMIter` and example `field aware factorization machine` into todo list

[GitHub] formath commented on issue #8168: A Todo List for the Sparse Feature (CPU)

2017-12-10 Thread GitBox
formath commented on issue #8168: A Todo List for the Sparse Feature (CPU) URL: https://github.com/apache/incubator-mxnet/issues/8168#issuecomment-350619183 Please add `LibFMIter` and example `field aware factorization machine`

[GitHub] shuokay commented on issue #8997: gluon hang-up unexpectedly

2017-12-10 Thread GitBox
shuokay commented on issue #8997: gluon hang-up unexpectedly URL: https://github.com/apache/incubator-mxnet/issues/8997#issuecomment-350614669 config.mk: https://gist.github.com/shuokay/5e9d4af8b4c13daa82ce8e04f89a1db0 ``` --Python Info-- ('Version :',

[GitHub] cjolivier01 commented on issue #8997: gluon hang-up unexpectedly

2017-12-10 Thread GitBox
cjolivier01 commented on issue #8997: gluon hang-up unexpectedly URL: https://github.com/apache/incubator-mxnet/issues/8997#issuecomment-350614099 What are your build Config? MKL? CUDA? Etc? I?m having trouble reproducing. On Sun, Dec 10, 2017 at 7:04 PM Yushu Gao

[GitHub] janelu9 commented on issue #8999: how to train data on hadoop ?

2017-12-10 Thread GitBox
janelu9 commented on issue #8999: how to train data on hadoop ? URL: https://github.com/apache/incubator-mxnet/issues/8999#issuecomment-350613923 how use the config "USE_HDFS=1" ,is there an example? This is an automated

[GitHub] yajiedesign commented on a change in pull request #8619: Revising steps for building MXNet on Windows platform

2017-12-10 Thread GitBox
yajiedesign commented on a change in pull request #8619: Revising steps for building MXNet on Windows platform URL: https://github.com/apache/incubator-mxnet/pull/8619#discussion_r155977085 ## File path: docs/install/windows_setup.md ## @@ -33,9 +34,19 @@ To build and

[GitHub] yufengwhy opened a new issue #9020: pooling of dcnn

2017-12-10 Thread GitBox
yufengwhy opened a new issue #9020: pooling of dcnn URL: https://github.com/apache/incubator-mxnet/issues/9020 https://github.com/apache/incubator-mxnet/blob/master/example/cnn_text_classification/text_cnn.py In line 119, the pooling should be global pooling as the paper

[GitHub] shuokay commented on issue #8997: gluon hang-up unexpectedly

2017-12-10 Thread GitBox
shuokay commented on issue #8997: gluon hang-up unexpectedly URL: https://github.com/apache/incubator-mxnet/issues/8997#issuecomment-350611263 Test the code 10 times `export MXNET_ENGINE_TYPE=NaiveEngine` (default) or `export MXNET_ENGINE_TYPE=ThreadedEngine` exit normally: 10

[GitHub] cjolivier01 commented on a change in pull request #8851: Use backtrace from dmlc-core (dmlc::stack_trace())

2017-12-10 Thread GitBox
cjolivier01 commented on a change in pull request #8851: Use backtrace from dmlc-core (dmlc::stack_trace()) URL: https://github.com/apache/incubator-mxnet/pull/8851#discussion_r155975049 ## File path: src/initialize.cc ## @@ -25,37 +25,23 @@ #include #include

[GitHub] shuokay closed issue #8863: [gluon] segmentation error when getting the shape of output ndarray of transpose conv

2017-12-10 Thread GitBox
shuokay closed issue #8863: [gluon] segmentation error when getting the shape of output ndarray of transpose conv URL: https://github.com/apache/incubator-mxnet/issues/8863 This is an automated message from the Apache Git

[GitHub] shuokay commented on issue #8863: [gluon] segmentation error when getting the shape of output ndarray of transpose conv

2017-12-10 Thread GitBox
shuokay commented on issue #8863: [gluon] segmentation error when getting the shape of output ndarray of transpose conv URL: https://github.com/apache/incubator-mxnet/issues/8863#issuecomment-350609923 @asmushetzel No segmentation fault and gloun exit normally. Thanks for your work.

[GitHub] cjolivier01 commented on issue #9016: Add googletest as a 3rdparty library

2017-12-10 Thread GitBox
cjolivier01 commented on issue #9016: Add googletest as a 3rdparty library URL: https://github.com/apache/incubator-mxnet/pull/9016#issuecomment-350609370 This will probably need to be squashed, by the way :) This is an

[GitHub] larroy commented on issue #9016: Add googletest as a 3rdparty library

2017-12-10 Thread GitBox
larroy commented on issue #9016: Add googletest as a 3rdparty library URL: https://github.com/apache/incubator-mxnet/pull/9016#issuecomment-350609232 https://github.com/dmlc/dmlc-core/pull/345 This is an automated message

[GitHub] larroy commented on issue #9016: Add googletest as a 3rdparty library

2017-12-10 Thread GitBox
larroy commented on issue #9016: Add googletest as a 3rdparty library URL: https://github.com/apache/incubator-mxnet/pull/9016#issuecomment-350609179 https://github.com/dmlc/mshadow/pull/313 This is an automated message

[GitHub] shuokay commented on issue #8997: gluon hang-up unexpectedly

2017-12-10 Thread GitBox
shuokay commented on issue #8997: gluon hang-up unexpectedly URL: https://github.com/apache/incubator-mxnet/issues/8997#issuecomment-350608140 @eric-haibin-lin @cjolivier01 1. add `mx.nd.waitall()`, gluon exits normally. 2. without `mx.nd.waitwall()`, gluon doesn't exit or give

[GitHub] anirudh2290 opened a new pull request #9019: Add cscope filenames to gitignore

2017-12-10 Thread GitBox
anirudh2290 opened a new pull request #9019: Add cscope filenames to gitignore URL: https://github.com/apache/incubator-mxnet/pull/9019 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### - [ ] Passed code style checking (`make

[GitHub] anirudh2290 commented on a change in pull request #8738: Fix custom op - infer_storage_type_backward

2017-12-10 Thread GitBox
anirudh2290 commented on a change in pull request #8738: Fix custom op - infer_storage_type_backward URL: https://github.com/apache/incubator-mxnet/pull/8738#discussion_r155967294 ## File path: example/numpy-ops/custom_sparse_sqr.py ## @@ -0,0 +1,93 @@ +# Licensed to the

[GitHub] anirudh2290 commented on a change in pull request #8738: Fix custom op - infer_storage_type_backward

2017-12-10 Thread GitBox
anirudh2290 commented on a change in pull request #8738: Fix custom op - infer_storage_type_backward URL: https://github.com/apache/incubator-mxnet/pull/8738#discussion_r155967290 ## File path: example/numpy-ops/custom_sparse_sqr.py ## @@ -0,0 +1,93 @@ +# Licensed to the

[GitHub] anirudh2290 commented on a change in pull request #8738: Fix custom op - infer_storage_type_backward

2017-12-10 Thread GitBox
anirudh2290 commented on a change in pull request #8738: Fix custom op - infer_storage_type_backward URL: https://github.com/apache/incubator-mxnet/pull/8738#discussion_r155967282 ## File path: tests/python/unittest/test_operator.py ## @@ -3624,15 +3640,93 @@ def

[GitHub] szha closed issue #7796: The Status of the Speech Recognition Example

2017-12-10 Thread GitBox
szha closed issue #7796: The Status of the Speech Recognition Example URL: https://github.com/apache/incubator-mxnet/issues/7796 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] szha commented on issue #7796: The Status of the Speech Recognition Example

2017-12-10 Thread GitBox
szha commented on issue #7796: The Status of the Speech Recognition Example URL: https://github.com/apache/incubator-mxnet/issues/7796#issuecomment-350595059 This issue is closed due to lack of activity in the last 90 days. Feel free to ping me to reopen if this is still an active issue.

[GitHub] larroy commented on issue #8872: Minor refactor: prevent string copying, list -> vector, shared_ptr by?

2017-12-10 Thread GitBox
larroy commented on issue #8872: Minor refactor: prevent string copying, list -> vector, shared_ptr by? URL: https://github.com/apache/incubator-mxnet/pull/8872#issuecomment-350594885 Done This is an automated message from

[GitHub] Austin-Bolesta opened a new issue #9018: Seg Fault on MNIST example - C++

2017-12-10 Thread GitBox
Austin-Bolesta opened a new issue #9018: Seg Fault on MNIST example - C++ URL: https://github.com/apache/incubator-mxnet/issues/9018 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential

[GitHub] cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2017-12-10 Thread GitBox
cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r155961041 ## File path: python/mxnet/profiler.py ## @@ -56,3 +53,235 @@

[GitHub] cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2017-12-10 Thread GitBox
cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r155961012 ## File path: include/mxnet/c_api.h ## @@ -227,10 +227,138 @@

[GitHub] cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2017-12-10 Thread GitBox
cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r155960870 ## File path: include/mxnet/c_api.h ## @@ -227,10 +227,138 @@

[GitHub] eftiquar commented on a change in pull request #8619: Revising steps for building MXNet on Windows platform

2017-12-10 Thread GitBox
eftiquar commented on a change in pull request #8619: Revising steps for building MXNet on Windows platform URL: https://github.com/apache/incubator-mxnet/pull/8619#discussion_r155960699 ## File path: docs/install/windows_setup.md ## @@ -33,9 +34,19 @@ To build and

[GitHub] cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2017-12-10 Thread GitBox
cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r155959783 ## File path: python/mxnet/profiler.py ## @@ -56,3 +69,237 @@

[GitHub] cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2017-12-10 Thread GitBox
cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r155959710 ## File path: python/mxnet/profiler.py ## @@ -56,3 +69,237 @@

[GitHub] cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2017-12-10 Thread GitBox
cjolivier01 commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r155959681 ## File path: src/c_api/c_api_common.h ## @@ -35,16 +35,16 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2017-12-10 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r155958990 ## File path: src/c_api/c_api_common.h ## @@ -35,16 +35,16 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2017-12-10 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r155958933 ## File path: python/mxnet/profiler.py ## @@ -56,3 +69,237 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2017-12-10 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r155958912 ## File path: python/mxnet/profiler.py ## @@ -56,3 +53,235 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2017-12-10 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r155958766 ## File path: include/mxnet/c_api.h ## @@ -227,10 +227,138 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2017-12-10 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r155958710 ## File path: python/mxnet/profiler.py ## @@ -56,3 +69,237 @@

[GitHub] larroy commented on issue #9016: Add googletest as a 3rdparty library

2017-12-10 Thread GitBox
larroy commented on issue #9016: Add googletest as a 3rdparty library URL: https://github.com/apache/incubator-mxnet/pull/9016#issuecomment-350578197 https://github.com/apache/incubator-mxnet/issues/9017 This is an automated

[GitHub] piiswrong closed pull request #9009: Delete recommendation_systems.md

2017-12-10 Thread GitBox
piiswrong closed pull request #9009: Delete recommendation_systems.md URL: https://github.com/apache/incubator-mxnet/pull/9009 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

[incubator-mxnet] branch master updated: Delete recommendation_systems.md (#9009)

2017-12-10 Thread jxie
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 910c835 Delete

[incubator-mxnet] branch master updated: Pylint fixes (#9013)

2017-12-10 Thread jxie
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 8a8e770 Pylint fixes (#9013) 8a8e770 is

[GitHub] piiswrong closed pull request #9013: Pylint fixes

2017-12-10 Thread GitBox
piiswrong closed pull request #9013: Pylint fixes URL: https://github.com/apache/incubator-mxnet/pull/9013 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 request (from a

[GitHub] larroy opened a new issue #9017: [C++ tests] They don't compile on Windows

2017-12-10 Thread GitBox
larroy opened a new issue #9017: [C++ tests] They don't compile on Windows URL: https://github.com/apache/incubator-mxnet/issues/9017 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-9016/2/pipeline/58

[GitHub] larroy commented on issue #9016: Ad googletest as a 3rdparty library

2017-12-10 Thread GitBox
larroy commented on issue #9016: Ad googletest as a 3rdparty library URL: https://github.com/apache/incubator-mxnet/pull/9016#issuecomment-350575398 Please don't squash the commits when merging. This is an automated message

[GitHub] larroy commented on a change in pull request #8851: Use backtrace from dmlc-core (dmlc::stack_trace())

2017-12-10 Thread GitBox
larroy commented on a change in pull request #8851: Use backtrace from dmlc-core (dmlc::stack_trace()) URL: https://github.com/apache/incubator-mxnet/pull/8851#discussion_r155957505 ## File path: make/config.mk ## @@ -33,8 +33,8 @@ DEBUG = 0 # whether compile with

[GitHub] larroy opened a new pull request #9016: Ad googletest as a 3rdparty library

2017-12-10 Thread GitBox
larroy opened a new pull request #9016: Ad googletest as a 3rdparty library URL: https://github.com/apache/incubator-mxnet/pull/9016 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] eric-haibin-lin commented on a change in pull request #8915: NVLink communication pattern updated

2017-12-10 Thread GitBox
eric-haibin-lin commented on a change in pull request #8915: NVLink communication pattern updated URL: https://github.com/apache/incubator-mxnet/pull/8915#discussion_r155955627 ## File path: src/kvstore/comm.h ## @@ -670,31 +715,75 @@ class CommDevice : public Comm {

[GitHub] eric-haibin-lin commented on a change in pull request #9014: square sum gpu impl

2017-12-10 Thread GitBox
eric-haibin-lin commented on a change in pull request #9014: square sum gpu impl URL: https://github.com/apache/incubator-mxnet/pull/9014#discussion_r155955268 ## File path: src/operator/tensor/square_sum.cu ## @@ -0,0 +1,60 @@ +/* + * Licensed to the Apache Software

[GitHub] eric-haibin-lin commented on a change in pull request #9014: square sum gpu impl

2017-12-10 Thread GitBox
eric-haibin-lin commented on a change in pull request #9014: square sum gpu impl URL: https://github.com/apache/incubator-mxnet/pull/9014#discussion_r155955347 ## File path: src/operator/tensor/square_sum.cc ## @@ -25,6 +25,26 @@ namespace mxnet { namespace op { +

[GitHub] ZiyueHuang commented on issue #8732: rsp push and rsp pull for comm device, used in kvstore('device')

2017-12-10 Thread GitBox
ZiyueHuang commented on issue #8732: rsp push and rsp pull for comm device, used in kvstore('device') URL: https://github.com/apache/incubator-mxnet/pull/8732#issuecomment-350566712 ``` import mxnet as mx def linear_model(num_features): # data with csr storage type to

[GitHub] ZiyueHuang commented on issue #8732: rsp push and rsp pull for comm device, used in kvstore('device')

2017-12-10 Thread GitBox
ZiyueHuang commented on issue #8732: rsp push and rsp pull for comm device, used in kvstore('device') URL: https://github.com/apache/incubator-mxnet/pull/8732#issuecomment-350566696 ``` import mxnet as mx from mxnet.test_utils import * from get_data import get_libsvm_data from

[GitHub] ZiyueHuang commented on issue #8732: rsp push and rsp pull for comm device, used in kvstore('device')

2017-12-10 Thread GitBox
ZiyueHuang commented on issue #8732: rsp push and rsp pull for comm device, used in kvstore('device') URL: https://github.com/apache/incubator-mxnet/pull/8732#issuecomment-350562291 avazu dataset: Dummy iterator is used. Rowids used in rsp_pull are not same on multiple gpus (use

[GitHub] ZiyueHuang commented on issue #8732: rsp push and rsp pull for comm device, used in kvstore('device')

2017-12-10 Thread GitBox
ZiyueHuang commented on issue #8732: rsp push and rsp pull for comm device, used in kvstore('device') URL: https://github.com/apache/incubator-mxnet/pull/8732#issuecomment-350562291 avazu dataset: **batch size** | **Device** | **samples/sec** | --| ---| --

[GitHub] larroy opened a new issue #9015: [C++] Unit tests failing on Mac

2017-12-10 Thread GitBox
larroy opened a new issue #9015: [C++] Unit tests failing on Mac URL: https://github.com/apache/incubator-mxnet/issues/9015 ## Description Ticket to track unit tests failing on Mac ## Environment info (Required) Mac OSX 10.11.6 c++ --version Apple LLVM version 8.0.0

[GitHub] larroy closed issue #8992: Can't compile unit tests

2017-12-10 Thread GitBox
larroy closed issue #8992: Can't compile unit tests URL: https://github.com/apache/incubator-mxnet/issues/8992 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] ZiyueHuang opened a new pull request #9014: square sum gpu impl

2017-12-10 Thread GitBox
ZiyueHuang opened a new pull request #9014: square sum gpu impl URL: https://github.com/apache/incubator-mxnet/pull/9014 ## Description ## square sum on gpu cc @eric-haibin-lin ## Checklist ## ### Essentials ### - [x] Passed code style checking (`make lint`) -

[GitHub] asmushetzel commented on issue #8863: [gluon] segmentation error when getting the shape of output ndarray of transpose conv

2017-12-10 Thread GitBox
asmushetzel commented on issue #8863: [gluon] segmentation error when getting the shape of output ndarray of transpose conv URL: https://github.com/apache/incubator-mxnet/issues/8863#issuecomment-350545315 @shuokay PR8935 which avoids this special allocation has been merged. Can you do a

[GitHub] szha commented on issue #7820: Low accuracy of pvanet

2017-12-10 Thread GitBox
szha commented on issue #7820: Low accuracy of pvanet URL: https://github.com/apache/incubator-mxnet/issues/7820#issuecomment-350544733 This issue is closed due to lack of activity in the last 90 days. Feel free to ping me to reopen if this is still an active issue. Thanks! Also, do

[GitHub] thinksanky commented on issue #38: fixed the issue of drop down disappearence when trying to pick the ve?

2017-12-10 Thread GitBox
thinksanky commented on issue #38: fixed the issue of drop down disappearence when trying to pick the ve? URL: https://github.com/apache/incubator-mxnet-site/pull/38#issuecomment-350535072

[GitHub] thinksanky opened a new pull request #38: fixed the issue of drop down disappearence when trying to pick the ve?

2017-12-10 Thread GitBox
thinksanky opened a new pull request #38: fixed the issue of drop down disappearence when trying to pick the ve? URL: https://github.com/apache/incubator-mxnet-site/pull/38 ?rsions ## Description ## Fixed the CSS issue that was causing the disappearance or skipping the drop down