[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2018-10-07 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 3668239 Bump the publish ti

[GitHub] vrakesh commented on issue #12756: Is NDArray creatiton thread safe

2018-10-07 Thread GitBox
vrakesh commented on issue #12756: Is NDArray creatiton thread safe URL: https://github.com/apache/incubator-mxnet/issues/12756#issuecomment-427735568 @Redfriday thanks for the query, requesting a more detailed reproducible example, with environment details, including operating system, and

[GitHub] vrakesh commented on issue #12255: Pretty high cpu load when import mxnet

2018-10-07 Thread GitBox
vrakesh commented on issue #12255: Pretty high cpu load when import mxnet URL: https://github.com/apache/incubator-mxnet/issues/12255#issuecomment-427735220 @lupesko I do not see times as high was 5 minutes, overall, the who run is under 30s. But it should take take more than a second or s

[GitHub] apeforest commented on issue #9304: FlatTo1D in copy Tensor is a problem for huge array!

2018-10-07 Thread GitBox
apeforest commented on issue #9304: FlatTo1D in copy Tensor is a problem for huge array! URL: https://github.com/apache/incubator-mxnet/issues/9304#issuecomment-427732029 This issue has been fixed and verified. @sandeep-krishnamurthy Please close this issue. Thanks! -

[GitHub] apeforest commented on issue #10948: get stuck with subprocess in multithread

2018-10-07 Thread GitBox
apeforest commented on issue #10948: get stuck with subprocess in multithread URL: https://github.com/apache/incubator-mxnet/issues/10948#issuecomment-427731590 @sandeep-krishnamurthy Please add label [Thread Safety] thanks!

[GitHub] lupesko commented on issue #12247: 【C++】throw exception when use MXDataIter("CSVIter") to train

2018-10-07 Thread GitBox
lupesko commented on issue #12247: 【C++】throw exception when use MXDataIter("CSVIter") to train URL: https://github.com/apache/incubator-mxnet/issues/12247#issuecomment-427730206 @leleamol does #12636 solve the issue here? T

[GitHub] lupesko commented on issue #12724: simplify mac mkldnn build

2018-10-07 Thread GitBox
lupesko commented on issue #12724: simplify mac mkldnn build URL: https://github.com/apache/incubator-mxnet/pull/12724#issuecomment-427727106 @azai91 is there any documentation explaining to users how to install OpenMP so they can build the optimized version? if not - I suggest you consider

[GitHub] lupesko commented on issue #12746: Add env flag to disable MKLDNN cache (MXNET_MKLDNN_CACHE_ENABLED)

2018-10-07 Thread GitBox
lupesko commented on issue #12746: Add env flag to disable MKLDNN cache (MXNET_MKLDNN_CACHE_ENABLED) URL: https://github.com/apache/incubator-mxnet/pull/12746#issuecomment-427725549 @azai91 it will be difficult for most users to know they have to turn this env var off in case their models

[GitHub] lupesko commented on a change in pull request #12746: Add env flag to disable MKLDNN cache (MXNET_MKLDNN_CACHE_ENABLED)

2018-10-07 Thread GitBox
lupesko commented on a change in pull request #12746: Add env flag to disable MKLDNN cache (MXNET_MKLDNN_CACHE_ENABLED) URL: https://github.com/apache/incubator-mxnet/pull/12746#discussion_r223250487 ## File path: docs/faq/env_var.md ## @@ -181,6 +181,10 @@ When USE_PROFIL

[GitHub] lupesko commented on issue #11952: [MXNET-707] Add unit test for mxnet to coreml converter

2018-10-07 Thread GitBox
lupesko commented on issue #11952: [MXNET-707] Add unit test for mxnet to coreml converter URL: https://github.com/apache/incubator-mxnet/pull/11952#issuecomment-427719231 All comments addressed, OSX CI passed. @nswamy @sandeep-krishnamurthy please review and merge or provide feedback.

[GitHub] Redfriday opened a new issue #12756: Is NDArray creatiton thread safe

2018-10-07 Thread GitBox
Redfriday opened a new issue #12756: Is NDArray creatiton thread safe URL: https://github.com/apache/incubator-mxnet/issues/12756 We use mxnet to do online prediction, the program randomly core when NDArray destructs, we may allocate NDArray parallelly in different thread, is NDArray creat

[GitHub] luobao-intel commented on issue #12579: test_mkldnn.test_Deconvolution failed in CI

2018-10-07 Thread GitBox
luobao-intel commented on issue #12579: test_mkldnn.test_Deconvolution failed in CI URL: https://github.com/apache/incubator-mxnet/issues/12579#issuecomment-427711944 This pipeline didn't provide the np/mx/python random seed. How could this failure be reproduced? ---

[GitHub] ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-07 Thread GitBox
ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r223241107 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -92,6 +92,22 @@ clas

[GitHub] pengzhao-intel commented on issue #12663: Improve mkldnn fallback.

2018-10-07 Thread GitBox
pengzhao-intel commented on issue #12663: Improve mkldnn fallback. URL: https://github.com/apache/incubator-mxnet/pull/12663#issuecomment-427702104 ping @zheng-da @azai91 @eric-haibin-lin for review This is an automated messa

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2018-10-07 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 1ab3bfb Bump the publish ti

[GitHub] eli2014 edited a comment on issue #12403: roi_align.cc bug?

2018-10-07 Thread GitBox
eli2014 edited a comment on issue #12403: roi_align.cc bug? URL: https://github.com/apache/incubator-mxnet/issues/12403#issuecomment-427655824 @yuxihu Thanks. I have already posted the issue on Caffe2. This is an automated

[GitHub] vishaalkapoor commented on issue #12345: Disabled nightly tests for straightdope example notebooks

2018-10-07 Thread GitBox
vishaalkapoor commented on issue #12345: Disabled nightly tests for straightdope example notebooks URL: https://github.com/apache/incubator-mxnet/issues/12345#issuecomment-427694736 @sandeep-krishnamurthy @marcoabreu Please feel free to close as https://github.com/apache/incubator-mxnet/p

[GitHub] vishaalkapoor commented on issue #12744: Update packages and tests in the straight dope nightly

2018-10-07 Thread GitBox
vishaalkapoor commented on issue #12744: Update packages and tests in the straight dope nightly URL: https://github.com/apache/incubator-mxnet/pull/12744#issuecomment-427694520 Thanks for reviews and merge. This is an automat

[GitHub] vishaalkapoor commented on issue #12743: Nightly for Binaries failing and not caught

2018-10-07 Thread GitBox
vishaalkapoor commented on issue #12743: Nightly for Binaries failing and not caught URL: https://github.com/apache/incubator-mxnet/issues/12743#issuecomment-427694490 Code merged. Closing issue. This is an automated message

[GitHub] vishaalkapoor closed issue #12743: Nightly for Binaries failing and not caught

2018-10-07 Thread GitBox
vishaalkapoor closed issue #12743: Nightly for Binaries failing and not caught URL: https://github.com/apache/incubator-mxnet/issues/12743 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] gaurav-gireesh commented on a change in pull request #12750: [MXNET -1030] Cosine Embedding Loss

2018-10-07 Thread GitBox
gaurav-gireesh commented on a change in pull request #12750: [MXNET -1030] Cosine Embedding Loss URL: https://github.com/apache/incubator-mxnet/pull/12750#discussion_r223231395 ## File path: python/mxnet/gluon/loss.py ## @@ -706,3 +706,53 @@ def hybrid_forward(self, F, pre

[GitHub] vrakesh commented on issue #12754: video introduction link with installation instruction time

2018-10-07 Thread GitBox
vrakesh commented on issue #12754: video introduction link with installation instruction time URL: https://github.com/apache/incubator-mxnet/pull/12754#issuecomment-427690329 @mxnet-label-bot [pr-awaiting-review] This is an a

[GitHub] vrakesh commented on issue #12755: Absence of randn function in Symbol API

2018-10-07 Thread GitBox
vrakesh commented on issue #12755: Absence of randn function in Symbol API URL: https://github.com/apache/incubator-mxnet/issues/12755#issuecomment-427690272 @mxnet-label-bot [Question] This is an automated message fr

[GitHub] D-Roberts commented on issue #12727: Error when make -j8

2018-10-07 Thread GitBox
D-Roberts commented on issue #12727: Error when make -j8 URL: https://github.com/apache/incubator-mxnet/issues/12727#issuecomment-427690311 Thank you for your tips - if anything else comes to mind, please let me know. The build is still not working successfully. I plan to reinstall macOS

[GitHub] D-Roberts closed issue #12727: Error when make -j8

2018-10-07 Thread GitBox
D-Roberts closed issue #12727: Error when make -j8 URL: https://github.com/apache/incubator-mxnet/issues/12727 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] vrakesh commented on issue #12752: GPU not found in toy example with new nvidia driver 396.54

2018-10-07 Thread GitBox
vrakesh commented on issue #12752: GPU not found in toy example with new nvidia driver 396.54 URL: https://github.com/apache/incubator-mxnet/issues/12752#issuecomment-427690213 @mxnet-label-bot [Installation, GPU] This is an

[GitHub] D-Roberts commented on issue #12727: Error when make -j8

2018-10-07 Thread GitBox
D-Roberts commented on issue #12727: Error when make -j8 URL: https://github.com/apache/incubator-mxnet/issues/12727#issuecomment-427690231 @larroy @lupesko Thank you for letting me know that the tests pass. It is a problem with my environment. I have reinstalled everything starti

[GitHub] D-Roberts commented on issue #12727: Error when make -j8

2018-10-07 Thread GitBox
D-Roberts commented on issue #12727: Error when make -j8 URL: https://github.com/apache/incubator-mxnet/issues/12727#issuecomment-427689887 [CMakeOutput.log](https://github.com/apache/incubator-mxnet/files/2454344/CMakeOutput.log) -

[GitHub] D-Roberts commented on issue #12727: Error when make -j8

2018-10-07 Thread GitBox
D-Roberts commented on issue #12727: Error when make -j8 URL: https://github.com/apache/incubator-mxnet/issues/12727#issuecomment-427689032 @larroy Then: cmake\ > -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \ > -DCMAKE_C_COMPILER_LAUNCHER=ccache \ > -DUSE_CPP_PACKAGE=O

[GitHub] D-Roberts commented on issue #12727: Error when make -j8

2018-10-07 Thread GitBox
D-Roberts commented on issue #12727: Error when make -j8 URL: https://github.com/apache/incubator-mxnet/issues/12727#issuecomment-427688774 @larroy The output to gcc -v and g++ -v: MacBook-Pro-2:build dRoberts$ gcc -v Configured with: --prefix=/Library/Developer/CommandLineTools/

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2018-10-07 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 581b882 Bump the publish ti

[GitHub] szha commented on a change in pull request #12750: [MXNET -1030] Cosine Embedding Loss

2018-10-07 Thread GitBox
szha commented on a change in pull request #12750: [MXNET -1030] Cosine Embedding Loss URL: https://github.com/apache/incubator-mxnet/pull/12750#discussion_r223225854 ## File path: python/mxnet/gluon/loss.py ## @@ -706,3 +706,53 @@ def hybrid_forward(self, F, pred, positiv

[GitHub] jaapkroe commented on issue #11868: nnpack_fully_connected-inl.h:45:55: error: expected template-name before ‘<’ token > class NNPACKFullyConnectedOp : public FullyConnectedOp {

2018-10-07 Thread GitBox
jaapkroe commented on issue #11868: nnpack_fully_connected-inl.h:45:55: error: expected template-name before ‘<’ token > class NNPACKFullyConnectedOp : public FullyConnectedOp { > ^ URL: https://github.com/apache/incubator-mxnet/issues/118

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2018-10-07 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 f79526c Bump the publish ti

[GitHub] ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223223611 ## File path: python/mxnet/ndarray/random.py ## @@ -518,3 +518,47 @@ def shuffle(data, *

[GitHub] ChaiBapchya opened a new issue #12755: Absence of randn function in Symbol API

2018-10-07 Thread GitBox
ChaiBapchya opened a new issue #12755: Absence of randn function in Symbol API URL: https://github.com/apache/incubator-mxnet/issues/12755 As highlighted by @anirudhacharya in PR #12749 There is an absence of `randn` function in [Symbol API](https://mxnet.incubator.apache.org/api/python

[GitHub] ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223223276 ## File path: python/mxnet/ndarray/random.py ## @@ -518,3 +518,47 @@ def shuffle(data, *

[GitHub] ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223222808 ## File path: python/mxnet/ndarray/random.py ## @@ -518,3 +518,47 @@ def shuffle(data, *

[GitHub] ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223222735 ## File path: tests/python/unittest/test_operator.py ## @@ -7009,6 +7009,13 @@ def test_

[GitHub] mirekphd edited a comment on issue #11911: Illegal instruction (core dumped)

2018-10-07 Thread GitBox
mirekphd edited a comment on issue #11911: Illegal instruction (core dumped) URL: https://github.com/apache/incubator-mxnet/issues/11911#issuecomment-427669670 The issue is more general (affecting mxnet-cu90) and the explanation given must be different (the specified CPU instruction set do

[GitHub] mirekphd edited a comment on issue #11911: Illegal instruction (core dumped)

2018-10-07 Thread GitBox
mirekphd edited a comment on issue #11911: Illegal instruction (core dumped) URL: https://github.com/apache/incubator-mxnet/issues/11911#issuecomment-427669670 It is more general and the explanation given must be different (the specified CPU instruction set does not prevent it from occurin

[GitHub] mirekphd edited a comment on issue #11911: Illegal instruction (core dumped)

2018-10-07 Thread GitBox
mirekphd edited a comment on issue #11911: Illegal instruction (core dumped) URL: https://github.com/apache/incubator-mxnet/issues/11911#issuecomment-427669670 It is more general and the explanation given must be different (the specified CPU instruction set does not prevent it from occurin

[GitHub] mirekphd edited a comment on issue #11911: Illegal instruction (core dumped)

2018-10-07 Thread GitBox
mirekphd edited a comment on issue #11911: Illegal instruction (core dumped) URL: https://github.com/apache/incubator-mxnet/issues/11911#issuecomment-427669670 You can repen the issue, because it is more general and the explanation given must be different (the specified CPU instruction set

[GitHub] mirekphd edited a comment on issue #11911: Illegal instruction (core dumped)

2018-10-07 Thread GitBox
mirekphd edited a comment on issue #11911: Illegal instruction (core dumped) URL: https://github.com/apache/incubator-mxnet/issues/11911#issuecomment-427669670 You can repen the issue, because it is more general and the explanation given must be different (the specified CPU instruction set

[GitHub] mirekphd edited a comment on issue #11911: Illegal instruction (core dumped)

2018-10-07 Thread GitBox
mirekphd edited a comment on issue #11911: Illegal instruction (core dumped) URL: https://github.com/apache/incubator-mxnet/issues/11911#issuecomment-427669670 You can repen the issue, because it is more general and the explanation given must be different (the specified CPU instruction set

[GitHub] jverce commented on issue #12753: [MXNET-623] Fix compile-time errors with std::min

2018-10-07 Thread GitBox
jverce commented on issue #12753: [MXNET-623] Fix compile-time errors with std::min URL: https://github.com/apache/incubator-mxnet/pull/12753#issuecomment-427670082 My bad, looks like an update in one of the submodules was missing and I was getting the error. Closing. -

[GitHub] jverce closed pull request #12753: [MXNET-623] Fix compile-time errors with std::min

2018-10-07 Thread GitBox
jverce closed pull request #12753: [MXNET-623] Fix compile-time errors with std::min URL: https://github.com/apache/incubator-mxnet/pull/12753 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 th

[GitHub] mirekphd commented on issue #11911: Illegal instruction (core dumped)

2018-10-07 Thread GitBox
mirekphd commented on issue #11911: Illegal instruction (core dumped) URL: https://github.com/apache/incubator-mxnet/issues/11911#issuecomment-427669670 You can repen the issue, because it is more general and the explanation given must be different (the specified CPU instruction set does n

[GitHub] eli2014 commented on issue #12403: roi_align.cc bug?

2018-10-07 Thread GitBox
eli2014 commented on issue #12403: roi_align.cc bug? URL: https://github.com/apache/incubator-mxnet/issues/12403#issuecomment-427655824 @yuxihu Thanks. I have already post the issue on Caffe2. This is an automated message f

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2018-10-07 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 7dd0a7f Bump the publish ti

[GitHub] leontalbot opened a new pull request #12754: video introduction link with installation instruction time

2018-10-07 Thread GitBox
leontalbot opened a new pull request #12754: video introduction link with installation instruction time URL: https://github.com/apache/incubator-mxnet/pull/12754 ## Description ## Just wanted to suggest we add the excellent mxnet introduction video from Carin (Clojure Virtual meetup one

[GitHub] BrianHanechak closed issue #12628: Version 1.3.0 doesn't work for me on Windows (cu92); 1.3.0b20180915 works fine

2018-10-07 Thread GitBox
BrianHanechak closed issue #12628: Version 1.3.0 doesn't work for me on Windows (cu92); 1.3.0b20180915 works fine URL: https://github.com/apache/incubator-mxnet/issues/12628 This is an automated message from the Apache Git S

[GitHub] BrianHanechak commented on issue #12628: Version 1.3.0 doesn't work for me on Windows (cu92); 1.3.0b20180915 works fine

2018-10-07 Thread GitBox
BrianHanechak commented on issue #12628: Version 1.3.0 doesn't work for me on Windows (cu92); 1.3.0b20180915 works fine URL: https://github.com/apache/incubator-mxnet/issues/12628#issuecomment-427638039 I just updated to 1.3.1b20180927 and it seems to be resolved.

[GitHub] BrianHanechak commented on issue #12628: Version 1.3.0 doesn't work for me on Windows (cu92); 1.3.0b20180915 works fine

2018-10-07 Thread GitBox
BrianHanechak commented on issue #12628: Version 1.3.0 doesn't work for me on Windows (cu92); 1.3.0b20180915 works fine URL: https://github.com/apache/incubator-mxnet/issues/12628#issuecomment-427638059 Thank you for tracking this down!

[GitHub] lupesko commented on issue #12628: Version 1.3.0 doesn't work for me on Windows (cu92); 1.3.0b20180915 works fine

2018-10-07 Thread GitBox
lupesko commented on issue #12628: Version 1.3.0 doesn't work for me on Windows (cu92); 1.3.0b20180915 works fine URL: https://github.com/apache/incubator-mxnet/issues/12628#issuecomment-427636586 Thank you @yajiedesign ! @BrianHanechak can you please confirm the issue was resolved and

[GitHub] lupesko commented on issue #12727: Error when make -j8

2018-10-07 Thread GitBox
lupesko commented on issue #12727: Error when make -j8 URL: https://github.com/apache/incubator-mxnet/issues/12727#issuecomment-427636148 @D-Roberts since these tests pass on the Travis CI and per the suggestions on this issue, I think you can probably close this issue. If there are still

[GitHub] lupesko commented on issue #12255: Pretty high cpu load when import mxnet

2018-10-07 Thread GitBox
lupesko commented on issue #12255: Pretty high cpu load when import mxnet URL: https://github.com/apache/incubator-mxnet/issues/12255#issuecomment-427635962 @fighting-liu is your MXNet built from source, or installed via pip? if installed via pip - which version of MXNet? (mxnet/mxnet-mkl

[GitHub] ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223204350 ## File path: src/operator/random/sample_op.cc ## @@ -171,5 +172,23 @@ Example:: .set_a

[GitHub] ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223204325 ## File path: tests/python/unittest/test_operator.py ## @@ -7009,6 +7009,13 @@ def test_

[GitHub] anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223203030 ## File path: python/mxnet/ndarray/random.py ## @@ -518,3 +518,47 @@ def shuffle(data

[GitHub] anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223204078 ## File path: python/mxnet/ndarray/random.py ## @@ -518,3 +518,47 @@ def shuffle(data

[GitHub] anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223203232 ## File path: tests/python/unittest/test_operator.py ## @@ -7009,6 +7009,13 @@ def te

[GitHub] anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223201728 ## File path: tests/python/unittest/test_operator.py ## @@ -7009,6 +7009,13 @@ def te

[GitHub] anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223203603 ## File path: src/operator/random/sample_op.cc ## @@ -171,5 +172,23 @@ Example:: .se

[GitHub] anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator

2018-10-07 Thread GitBox
anirudhacharya commented on a change in pull request #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223203436 ## File path: python/mxnet/ndarray/random.py ## @@ -518,3 +518,47 @@ def shuffle(data