[GitHub] [incubator-mxnet] anirudh2290 commented on issue #14522: mx.nd.Custom conflicts with memory management

2019-03-29 Thread GitBox
anirudh2290 commented on issue #14522: mx.nd.Custom conflicts with memory management URL: https://github.com/apache/incubator-mxnet/issues/14522#issuecomment-478209508 Thanks @arcadiaphy ! Nice work! We can do this incrementally. Would you be willing to start with a PR for 1 ? >

[GitHub] [incubator-mxnet] sunrongda commented on a change in pull request #14561: example/ssd/evaluate/eval_metric.py

2019-03-29 Thread GitBox
sunrongda commented on a change in pull request #14561: example/ssd/evaluate/eval_metric.py URL: https://github.com/apache/incubator-mxnet/pull/14561#discussion_r270613745 ## File path: example/ssd/evaluate/eval_metric.py ## @@ -140,7 +140,7 @@ def iou(x, ys):

[GitHub] [incubator-mxnet] wkcn commented on issue #14570: [WIP] use a compile flag to use int64 tensor size

2019-03-29 Thread GitBox
wkcn commented on issue #14570: [WIP] use a compile flag to use int64 tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#issuecomment-478207391 Thank you for the quick fix! I think we can use the solution (3): 'Choose data type for tensor size at runtime based on

[GitHub] [incubator-mxnet] arcadiaphy commented on issue #14522: mx.nd.Custom conflicts with memory management

2019-03-29 Thread GitBox
arcadiaphy commented on issue #14522: mx.nd.Custom conflicts with memory management URL: https://github.com/apache/incubator-mxnet/issues/14522#issuecomment-478198605 @larroy Yes, two different issues here. Reproduced the gemm bug too, but I'm focusing on the exception handling

[GitHub] [incubator-mxnet] vdantu commented on issue #14563: Performance decrease with pypi's mxnet==1.4.0 (Mac)

2019-03-29 Thread GitBox
vdantu commented on issue #14563: Performance decrease with pypi's mxnet==1.4.0 (Mac) URL: https://github.com/apache/incubator-mxnet/issues/14563#issuecomment-478196809 @mxnet-label-bot add [performance, question, pending requester info]

[GitHub] [incubator-mxnet] TaoLv commented on issue #14570: [WIP] use a compile flag to use int64 tensor size

2019-03-29 Thread GitBox
TaoLv commented on issue #14570: [WIP] use a compile flag to use int64 tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#issuecomment-478195926 Do we need to change CI to cover this new flag? Do we need to add it to the runtime feature set? @larroy

[GitHub] [incubator-mxnet] andrewfayres closed issue #14498: Scala Optimizers can cause seg faults

2019-03-29 Thread GitBox
andrewfayres closed issue #14498: Scala Optimizers can cause seg faults URL: https://github.com/apache/incubator-mxnet/issues/14498 This is an automated message from the Apache Git Service. To respond to the message, please

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

2019-03-29 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 812e273 Bump the publish

[GitHub] [incubator-mxnet] haojin2 closed issue #14564: Features of autograd.record

2019-03-29 Thread GitBox
haojin2 closed issue #14564: Features of autograd.record URL: https://github.com/apache/incubator-mxnet/issues/14564 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] haojin2 commented on issue #14564: Features of autograd.record

2019-03-29 Thread GitBox
haojin2 commented on issue #14564: Features of autograd.record URL: https://github.com/apache/incubator-mxnet/issues/14564#issuecomment-478189232 @two-names Please feel free to re-open the issue if you have further questions, closing for now.

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #14571: Fix flaky test poisson generator & test_negative_binomial_generator

2019-03-29 Thread GitBox
stu1130 opened a new pull request #14571: Fix flaky test poisson generator & test_negative_binomial_generator URL: https://github.com/apache/incubator-mxnet/pull/14571 ## Description ## Related to #14540 Fixes #13584 Fixes #13506 Adjust the default success_rate back to 0.2.

[GitHub] [incubator-mxnet] stu1130 edited a comment on issue #12894: Training crash SSD with LeakyReLU(rrelu)

2019-03-29 Thread GitBox
stu1130 edited a comment on issue #12894: Training crash SSD with LeakyReLU(rrelu) URL: https://github.com/apache/incubator-mxnet/issues/12894#issuecomment-477290296 Same as #14447 @mxnet-label-bot add [bug] This is an

[GitHub] [incubator-mxnet] apeforest commented on issue #14535: [DOC] Updated install instructions for mac

2019-03-29 Thread GitBox
apeforest commented on issue #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#issuecomment-478171923 I treid to follow this doc to use cmake on my Mac, but got the following error message: ``` -- Could NOT find MKL

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485 URL: https://github.com/apache/incubator-mxnet/pull/14470#issuecomment-478167569 @devymex Ping for update! This is an

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#issuecomment-478167346 @ThomasDelteil could you please have a look and see if your comments are addressed? thanks

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-29 Thread GitBox
abhinavs95 commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r270589759 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,311 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14367: upload snail for gluon

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14367: upload snail for gluon URL: https://github.com/apache/incubator-mxnet/pull/14367#issuecomment-478166396 @szha @eric-haibin-lin Could you please help review? thanks This is an automated

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14269: Updated docs for R-package installation

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14269: Updated docs for R-package installation URL: https://github.com/apache/incubator-mxnet/pull/14269#issuecomment-478165729 @hetong007 Could you have a look again and see if your comments are addressed? Thanks

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14196: Group Normalization

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14196: Group Normalization URL: https://github.com/apache/incubator-mxnet/pull/14196#issuecomment-478165148 @zhanghang1989 Could you please provide an update on the PR? Thanks This is an

[GitHub] [incubator-mxnet] abhinavs95 edited a comment on issue #14140: Doc Fix: added note about cuda9.2 requirement to Java example

2019-03-29 Thread GitBox
abhinavs95 edited a comment on issue #14140: Doc Fix: added note about cuda9.2 requirement to Java example URL: https://github.com/apache/incubator-mxnet/pull/14140#issuecomment-478164604 @samskalicky Ping for update! @mxnet-label-bot update [pr-awaiting-response]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14140: Doc Fix: added note about cuda9.2 requirement to Java example

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14140: Doc Fix: added note about cuda9.2 requirement to Java example URL: https://github.com/apache/incubator-mxnet/pull/14140#issuecomment-478164604 @mxnet-label-bot update [pr-awaiting-response]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14071: [WIP][MXNET-1269] Scoverage

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14071: [WIP][MXNET-1269] Scoverage URL: https://github.com/apache/incubator-mxnet/pull/14071#issuecomment-478164407 @mxnet-label-bot update [Scala, pr-work-in-progress] This is an automated

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14053: in-place reshape ops

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14053: in-place reshape ops URL: https://github.com/apache/incubator-mxnet/pull/14053#issuecomment-478164235 @szha is this PR ready to merge? This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14028: Cmake blas

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14028: Cmake blas URL: https://github.com/apache/incubator-mxnet/pull/14028#issuecomment-478163797 @edisongustavo Could you please provide an update on the PR? Thanks This is an automated

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14028: Cmake blas

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14028: Cmake blas URL: https://github.com/apache/incubator-mxnet/pull/14028#issuecomment-478163354 @mxnet-label-bot update [Build, pr-awaiting-merge] This is an automated message from the Apache

[GitHub] [incubator-mxnet] abhinavs95 edited a comment on issue #14028: Cmake blas

2019-03-29 Thread GitBox
abhinavs95 edited a comment on issue #14028: Cmake blas URL: https://github.com/apache/incubator-mxnet/pull/14028#issuecomment-478163354 @mxnet-label-bot update [Build, pr-awaiting-response] This is an automated message from

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #13907: Fixes downloading of data in cpp-package/example/get_data.sh

2019-03-29 Thread GitBox
abhinavs95 commented on issue #13907: Fixes downloading of data in cpp-package/example/get_data.sh URL: https://github.com/apache/incubator-mxnet/pull/13907#issuecomment-478163069 @larroy Could you please address the review comments?

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #13906: [MXNET-703] Update onnx-tensorrt for int8/fp16 support

2019-03-29 Thread GitBox
abhinavs95 commented on issue #13906: [MXNET-703] Update onnx-tensorrt for int8/fp16 support URL: https://github.com/apache/incubator-mxnet/pull/13906#issuecomment-478162827 @vandanavk @Roshrini Could you please help review? Thanks

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #13886: Fixes for wine detection tutorial

2019-03-29 Thread GitBox
abhinavs95 commented on issue #13886: Fixes for wine detection tutorial URL: https://github.com/apache/incubator-mxnet/pull/13886#issuecomment-478162528 @larroy Could you please give an update on the PR? Thanks This is an

[GitHub] [incubator-mxnet] larroy commented on issue #14522: mx.nd.Custom conflicts with memory management

2019-03-29 Thread GitBox
larroy commented on issue #14522: mx.nd.Custom conflicts with memory management URL: https://github.com/apache/incubator-mxnet/issues/14522#issuecomment-478154675 This repro in imperative mode isolates from the exception handling problem in custom ops: ``` import mxnet as mx

[GitHub] [incubator-mxnet] lupesko commented on issue #14568: NAG Optimizer with multi-precision support

2019-03-29 Thread GitBox
lupesko commented on issue #14568: NAG Optimizer with multi-precision support URL: https://github.com/apache/incubator-mxnet/pull/14568#issuecomment-478153025 @anirudhacharya very cool! Would be great if you can comment a bit about how/when is NAG delivering better results compared to

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

2019-03-29 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 22b324f Bump the publish

[GitHub] [incubator-mxnet] larroy commented on issue #14522: mx.nd.Custom conflicts with memory management

2019-03-29 Thread GitBox
larroy commented on issue #14522: mx.nd.Custom conflicts with memory management URL: https://github.com/apache/incubator-mxnet/issues/14522#issuecomment-478144131 I talked to @anirudh2290 and I understand we are talking about two separate issues here: * Exception handling in custom

[GitHub] [incubator-mxnet] zhreshold commented on issue #14541: gluon's dataloader crashes if num_workers > 0

2019-03-29 Thread GitBox
zhreshold commented on issue #14541: gluon's dataloader crashes if num_workers > 0 URL: https://github.com/apache/incubator-mxnet/issues/14541#issuecomment-478140032 @lambdaofgod This is fixed in 1.4.0 and master This is an

[GitHub] [incubator-mxnet] yuxihu commented on issue #14550: Do not touch GPU 0 during ReleaseAll

2019-03-29 Thread GitBox
yuxihu commented on issue #14550: Do not touch GPU 0 during ReleaseAll URL: https://github.com/apache/incubator-mxnet/pull/14550#issuecomment-478137713 @mxnet-label-bot update [Backend, pr-awaiting-merge] This is an automated

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14568: NAG Optimizer with multi-precision support

2019-03-29 Thread GitBox
anirudhacharya commented on issue #14568: NAG Optimizer with multi-precision support URL: https://github.com/apache/incubator-mxnet/pull/14568#issuecomment-478136550 @ptrendx `MP_NAG_InferType` can be generalized right away. I will see what else can be generalized. do you have any

[GitHub] [incubator-mxnet] jnorwood commented on issue #14507: model links data.dmlc.ml are broken

2019-03-29 Thread GitBox
jnorwood commented on issue #14507: model links data.dmlc.ml are broken URL: https://github.com/apache/incubator-mxnet/issues/14507#issuecomment-478136219 [http://data.mxnet.io/models/imagenet/vgg/vgg16-.params](url) [http://data.mxnet.io/models/imagenet/vgg/vgg16-symbol.json](url)

[GitHub] [incubator-mxnet] ptrendx commented on issue #14568: NAG Optimizer with multi-precision support

2019-03-29 Thread GitBox
ptrendx commented on issue #14568: NAG Optimizer with multi-precision support URL: https://github.com/apache/incubator-mxnet/pull/14568#issuecomment-478126843 Cool :-) - I actually wanted to do this after finishing AMP. Since you used the same lgeneral layoutlike I did for SGD - do you

[GitHub] [incubator-mxnet] larroy commented on issue #14522: mx.nd.Custom conflicts with memory management

2019-03-29 Thread GitBox
larroy commented on issue #14522: mx.nd.Custom conflicts with memory management URL: https://github.com/apache/incubator-mxnet/issues/14522#issuecomment-478125247 In GPU this is the segmentation fault that I get. Are we talking about the same problem? ``` Thread 297 "python"

[GitHub] [incubator-mxnet] larroy commented on issue #14522: mx.nd.Custom conflicts with memory management

2019-03-29 Thread GitBox
larroy commented on issue #14522: mx.nd.Custom conflicts with memory management URL: https://github.com/apache/incubator-mxnet/issues/14522#issuecomment-478124467 In CPU I see a crash in sgemm. I don't see the relation with exceptions in CPU. ``` (lldb) r repro2.py Process

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14568: NAG Optimizer with multi-precision support

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14568: NAG Optimizer with multi-precision support URL: https://github.com/apache/incubator-mxnet/pull/14568#issuecomment-478123990 @mxnet-label-bot add [Optimizer, pr-awaiting-review] This is an

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14567: [Clojure] enhance draw bounding box

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14567: [Clojure] enhance draw bounding box URL: https://github.com/apache/incubator-mxnet/pull/14567#issuecomment-478123252 Thank you for your contribution @gigasquid @mxnet-label-bot add [Clojure, pr-awaiting-review]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14570: [WIP] use a compile flag to use int64 tensor size

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14570: [WIP] use a compile flag to use int64 tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#issuecomment-478123025 @mxnet-label-bot add [pr-work-in-progress, backend]

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

2019-03-29 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 51211b1 Bump the publish

[GitHub] [incubator-mxnet] anirudhacharya edited a comment on issue #14568: NAG Optimizer with multi-precision support

2019-03-29 Thread GitBox
anirudhacharya edited a comment on issue #14568: NAG Optimizer with multi-precision support URL: https://github.com/apache/incubator-mxnet/pull/14568#issuecomment-478094839 Still need to add proper doc strings for the update functions. The PR can be reviewed, cpplint has failed which i

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14561: example/ssd/evaluate/eval_metric.py

2019-03-29 Thread GitBox
zhreshold commented on a change in pull request #14561: example/ssd/evaluate/eval_metric.py URL: https://github.com/apache/incubator-mxnet/pull/14561#discussion_r270535735 ## File path: example/ssd/evaluate/eval_metric.py ## @@ -140,7 +140,7 @@ def iou(x, ys):

[GitHub] [incubator-mxnet] apeforest commented on issue #14570: [WIP] use a compile flag to use int64 tensor size

2019-03-29 Thread GitBox
apeforest commented on issue #14570: [WIP] use a compile flag to use int64 tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#issuecomment-478108153 @pengzhao-intel @TaoLv Please help to review. Thanks!

[GitHub] [incubator-mxnet] nswamy commented on issue #13083: [MXNET-345] Hardmax operator

2019-03-29 Thread GitBox
nswamy commented on issue #13083: [MXNET-345] Hardmax operator URL: https://github.com/apache/incubator-mxnet/pull/13083#issuecomment-478105629 This is not [per spec](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Hardmax), you are always using the last axis. I am going to

[GitHub] [incubator-mxnet] apeforest opened a new pull request #14570: [WIP] use a compile flag to use int64 tensor size

2019-03-29 Thread GitBox
apeforest opened a new pull request #14570: [WIP] use a compile flag to use int64 tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570 ## Description ## This PR is to fix the performance degradation reported in https://github.com/apache/incubator-mxnet/issues/14496.

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14569: performance degradation in model inference from 1.3.1 to 1.4.0

2019-03-29 Thread GitBox
mxnet-label-bot commented on issue #14569: performance degradation in model inference from 1.3.1 to 1.4.0 URL: https://github.com/apache/incubator-mxnet/issues/14569#issuecomment-478097377 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest

[GitHub] [incubator-mxnet] apeforest opened a new issue #14569: performance degradation in model inference from 1.3.1 to 1.4.0

2019-03-29 Thread GitBox
apeforest opened a new issue #14569: performance degradation in model inference from 1.3.1 to 1.4.0 URL: https://github.com/apache/incubator-mxnet/issues/14569 There seems to be a regression on resnet-18 model inference time (When running on GPU) post this PR, this was caught in MMS.

[GitHub] [incubator-mxnet] apeforest commented on issue #14563: Performance decrease with pypi's mxnet==1.4.0 (Mac)

2019-03-29 Thread GitBox
apeforest commented on issue #14563: Performance decrease with pypi's mxnet==1.4.0 (Mac) URL: https://github.com/apache/incubator-mxnet/issues/14563#issuecomment-478096982 @fhieber Can you post a script to reproduce this? I am investigating one of the performance issue

[GitHub] [incubator-mxnet] apeforest commented on issue #11742: [MXNET-623] Fixing an integer overflow bug in large NDArray

2019-03-29 Thread GitBox
apeforest commented on issue #11742: [MXNET-623] Fixing an integer overflow bug in large NDArray URL: https://github.com/apache/incubator-mxnet/pull/11742#issuecomment-478095446 @vrakesh Can you open an issue to track this performance degradation with reference to this PR. Adding comment

[GitHub] [incubator-mxnet] lanking520 commented on issue #14348: [WIP][MXNET-1302, MXNET-1331] Backport fix to v1.3.x branch

2019-03-29 Thread GitBox
lanking520 commented on issue #14348: [WIP][MXNET-1302,MXNET-1331] Backport fix to v1.3.x branch URL: https://github.com/apache/incubator-mxnet/pull/14348#issuecomment-478095006 It seemed like Clojure failed because of that

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14568: NAG Optimizer with multi-precision support

2019-03-29 Thread GitBox
anirudhacharya commented on issue #14568: NAG Optimizer with multi-precision support URL: https://github.com/apache/incubator-mxnet/pull/14568#issuecomment-478094839 Still need to add proper doc strings for the update functions.

[GitHub] [incubator-mxnet] anirudhacharya opened a new pull request #14568: NAG Optimizer with multi-precision support

2019-03-29 Thread GitBox
anirudhacharya opened a new pull request #14568: NAG Optimizer with multi-precision support URL: https://github.com/apache/incubator-mxnet/pull/14568 ## Description ## NAG Optimizer with multi-precision support. Tests already exist for this. ## Checklist ## ### Essentials

[GitHub] [incubator-mxnet] jrosebr1 commented on issue #14507: model links data.dmlc.ml are broken

2019-03-29 Thread GitBox
jrosebr1 commented on issue #14507: model links data.dmlc.ml are broken URL: https://github.com/apache/incubator-mxnet/issues/14507#issuecomment-478092394 @lebeg Sorry for my misunderstanding. What is the correct URL to download the VGGNet (trained on ImageNet) model?

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-03-29 Thread GitBox
abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r270516402 ## File path: tests/nightly/JenkinsfileForBinaries ## @@ -106,6 +106,22 @@

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-03-29 Thread GitBox
abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r270512099 ## File path: tests/nightly/estimator/test_estimator_cnn.py ## @@ -0,0

[GitHub] [incubator-mxnet] gigasquid merged pull request #14565: [Clojure] follow up pr 14531 to fix tests

2019-03-29 Thread GitBox
gigasquid merged pull request #14565: [Clojure] follow up pr 14531 to fix tests URL: https://github.com/apache/incubator-mxnet/pull/14565 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-mxnet] branch master updated: fix tests (#14565)

2019-03-29 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier 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 5f19362 fix tests (#14565) 5f19362 is

[GitHub] [incubator-mxnet] gigasquid commented on issue #14565: [Clojure] follow up pr 14531 to fix tests

2019-03-29 Thread GitBox
gigasquid commented on issue #14565: [Clojure] follow up pr 14531 to fix tests URL: https://github.com/apache/incubator-mxnet/pull/14565#issuecomment-478082711 Thanks for reviewing @Chouffe ! This is an automated message from

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14565: [Clojure] follow up pr 14531 to fix tests

2019-03-29 Thread GitBox
gigasquid commented on a change in pull request #14565: [Clojure] follow up pr 14531 to fix tests URL: https://github.com/apache/incubator-mxnet/pull/14565#discussion_r270506496 ## File path: contrib/clojure-package/test/good-test-ndarray.clj ## @@ -35,3 +35,4 @@

[GitHub] [incubator-mxnet] gigasquid commented on issue #14567: [Clojure] enhance draw bounding box

2019-03-29 Thread GitBox
gigasquid commented on issue #14567: [Clojure] enhance draw bounding box URL: https://github.com/apache/incubator-mxnet/pull/14567#issuecomment-478082119 @hellonico and @Chouffe Would you mind taking a look and reviewing?

[GitHub] [incubator-mxnet] gigasquid opened a new pull request #14567: [Clojure] enhance draw bounding box

2019-03-29 Thread GitBox
gigasquid opened a new pull request #14567: [Clojure] enhance draw bounding box URL: https://github.com/apache/incubator-mxnet/pull/14567 ## Description ## Related issue https://github.com/apache/incubator-mxnet/issues/14506 This builds on

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14565: [Clojure] follow up pr 14531 to fix tests

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14565: [Clojure] follow up pr 14531 to fix tests URL: https://github.com/apache/incubator-mxnet/pull/14565#issuecomment-478081460 @mxnet-label-bot add [Clojure, test] This is an automated

[GitHub] [incubator-mxnet] two-names commented on issue #14564: Features of autograd.record

2019-03-29 Thread GitBox
two-names commented on issue #14564: Features of autograd.record URL: https://github.com/apache/incubator-mxnet/issues/14564#issuecomment-478081285 @ptrendx thanks! This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14562: [trival fix] fix cmake build cpp examples option

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14562: [trival fix] fix cmake build cpp examples option URL: https://github.com/apache/incubator-mxnet/pull/14562#issuecomment-478081198 Thank you for the fix @nihui @mxnet-label-bot add [Build, CMake, pr-awaiting-review]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14561: example/ssd/evaluate/eval_metric.py

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14561: example/ssd/evaluate/eval_metric.py URL: https://github.com/apache/incubator-mxnet/pull/14561#issuecomment-478080810 @szha @zhreshold Could you help review? This is an automated message

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14561: example/ssd/evaluate/eval_metric.py

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14561: example/ssd/evaluate/eval_metric.py URL: https://github.com/apache/incubator-mxnet/pull/14561#issuecomment-478080549 Thank you for contributing @sunrongda @mxnet-label-bot add [Example, pr-awaiting-review]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14560: min fix of 'storage_type' index mismatch

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14560: min fix of 'storage_type' index mismatch URL: https://github.com/apache/incubator-mxnet/pull/14560#issuecomment-478079660 Thank you for the fix @gssplayer Could you have a look at the CI failure? @mxnet-label-bot add [Backend, pr-awaiting-review]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14557: [Numpy] fix test_operator_gpu.test_upsampling_bilinear_with_type

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14557: [Numpy] fix test_operator_gpu.test_upsampling_bilinear_with_type URL: https://github.com/apache/incubator-mxnet/pull/14557#issuecomment-478078972 @mxnet-label-bot add [numpy] This is an

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14556: Fix nightly build of 1.4.x

2019-03-29 Thread GitBox
abhinavs95 commented on issue #14556: Fix nightly build of 1.4.x URL: https://github.com/apache/incubator-mxnet/pull/14556#issuecomment-478078744 Thank you for the fix @Ishitori Could you have a look at the CI failures? @mxnet-label-bot add [Build, pr-awaiting-review]

[GitHub] [incubator-mxnet] ptrendx commented on issue #14564: Features of autograd.record

2019-03-29 Thread GitBox
ptrendx commented on issue #14564: Features of autograd.record URL: https://github.com/apache/incubator-mxnet/issues/14564#issuecomment-478068941 No. `use_global_stats=True` would mean that you don't calculate statistics during training, `False` calculates statistic from a current batch.

[GitHub] [incubator-mxnet] Chouffe opened a new issue #14566: [Clojure][tests] Set appropriate log level for tests

2019-03-29 Thread GitBox
Chouffe opened a new issue #14566: [Clojure][tests] Set appropriate log level for tests URL: https://github.com/apache/incubator-mxnet/issues/14566 Right now the tests are really noisy and we should set the appropriate log level for swallowing up to info level of logs.

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14566: [Clojure][tests] Set appropriate log level for tests

2019-03-29 Thread GitBox
mxnet-label-bot commented on issue #14566: [Clojure][tests] Set appropriate log level for tests URL: https://github.com/apache/incubator-mxnet/issues/14566#issuecomment-478064524 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels

[GitHub] [incubator-mxnet] Chouffe commented on a change in pull request #14565: [Clojure] follow up pr 14531 to fix tests

2019-03-29 Thread GitBox
Chouffe commented on a change in pull request #14565: [Clojure] follow up pr 14531 to fix tests URL: https://github.com/apache/incubator-mxnet/pull/14565#discussion_r270484057 ## File path: contrib/clojure-package/test/org/apache/clojure_mxnet/module_test.clj ## @@

[GitHub] [incubator-mxnet] Chouffe commented on a change in pull request #14565: [Clojure] follow up pr 14531 to fix tests

2019-03-29 Thread GitBox
Chouffe commented on a change in pull request #14565: [Clojure] follow up pr 14531 to fix tests URL: https://github.com/apache/incubator-mxnet/pull/14565#discussion_r270483873 ## File path: contrib/clojure-package/test/good-test-ndarray.clj ## @@ -35,3 +35,4 @@

[GitHub] [incubator-mxnet] two-names edited a comment on issue #14564: Features of autograd.record

2019-03-29 Thread GitBox
two-names edited a comment on issue #14564: Features of autograd.record URL: https://github.com/apache/incubator-mxnet/issues/14564#issuecomment-478046740 @ptrendx But default use_global_stats is False in all BN in my model. It's meaning that global moving statistics is not

[GitHub] [incubator-mxnet] Chouffe commented on issue #14565: [Clojure] follow up pr 14531 to fix tests

2019-03-29 Thread GitBox
Chouffe commented on issue #14565: [Clojure] follow up pr 14531 to fix tests URL: https://github.com/apache/incubator-mxnet/pull/14565#issuecomment-478053331 @gigasquid I will take a look shortly when I get a chance. Thanks for finishing the fixes ^^

[GitHub] [incubator-mxnet] two-names commented on issue #14564: Features of autograd.record

2019-03-29 Thread GitBox
two-names commented on issue #14564: Features of autograd.record URL: https://github.com/apache/incubator-mxnet/issues/14564#issuecomment-478046740 @ptrendx But default use_global_stats is False in all BN in my model. It's meaning that global moving statistics is not agreagating.

[incubator-mxnet] branch master updated: [clojure][image] add draw-bounding-box interop (#14533)

2019-03-29 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier 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 4d04238 [clojure][image] add

[GitHub] [incubator-mxnet] gigasquid merged pull request #14533: [clojure][image] add draw-bounding-box interop

2019-03-29 Thread GitBox
gigasquid merged pull request #14533: [clojure][image] add draw-bounding-box interop URL: https://github.com/apache/incubator-mxnet/pull/14533 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] gigasquid closed issue #14506: [Clojure] - Add Draw Bounding Box to Core Clojure Image namespace

2019-03-29 Thread GitBox
gigasquid closed issue #14506: [Clojure] - Add Draw Bounding Box to Core Clojure Image namespace URL: https://github.com/apache/incubator-mxnet/issues/14506 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14533: [clojure][image] add draw-bounding-box interop

2019-03-29 Thread GitBox
gigasquid commented on a change in pull request #14533: [clojure][image] add draw-bounding-box interop URL: https://github.com/apache/incubator-mxnet/pull/14533#discussion_r270459893 ## File path: contrib/clojure-package/src/org/apache/clojure_mxnet/image.clj ## @@ -199,3

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14533: [clojure][image] add draw-bounding-box interop

2019-03-29 Thread GitBox
gigasquid commented on a change in pull request #14533: [clojure][image] add draw-bounding-box interop URL: https://github.com/apache/incubator-mxnet/pull/14533#discussion_r270466436 ## File path: contrib/clojure-package/src/org/apache/clojure_mxnet/image.clj ## @@ -199,3

[GitHub] [incubator-mxnet] gigasquid commented on issue #14565: [Clojure] follow up pr 14531 to fix tests

2019-03-29 Thread GitBox
gigasquid commented on issue #14565: [Clojure] follow up pr 14531 to fix tests URL: https://github.com/apache/incubator-mxnet/pull/14565#issuecomment-478037831 @Chouffe would you mind taking a look and reviewing this when you get a chance?

[GitHub] [incubator-mxnet] gigasquid opened a new pull request #14565: [Clojure] follow up pr 14531 to fix tests

2019-03-29 Thread GitBox
gigasquid opened a new pull request #14565: [Clojure] follow up pr 14531 to fix tests URL: https://github.com/apache/incubator-mxnet/pull/14565 ## Description ## This is a follow up PR to https://github.com/apache/incubator-mxnet/pull/14531 which fixed some Clojure tests that were not

[GitHub] [incubator-mxnet] ptrendx commented on issue #14564: Features of autograd.record

2019-03-29 Thread GitBox
ptrendx commented on issue #14564: Features of autograd.record URL: https://github.com/apache/incubator-mxnet/issues/14564#issuecomment-478032357 If you have e.g. batchnorm in your model, the first way will use training mode of it (using statistics from your batch), whereas the second way

[incubator-mxnet] branch master updated: Chouffe/clojure fix tests (#14531)

2019-03-29 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier 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 9f5dfbf Chouffe/clojure fix tests

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14531: Chouffe/clojure fix tests

2019-03-29 Thread GitBox
gigasquid commented on a change in pull request #14531: Chouffe/clojure fix tests URL: https://github.com/apache/incubator-mxnet/pull/14531#discussion_r270446915 ## File path: contrib/clojure-package/test/dev/generator_test.clj ## @@ -206,4 +210,5 @@

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14531: Chouffe/clojure fix tests

2019-03-29 Thread GitBox
gigasquid commented on a change in pull request #14531: Chouffe/clojure fix tests URL: https://github.com/apache/incubator-mxnet/pull/14531#discussion_r270446738 ## File path: contrib/clojure-package/test/dev/generator_test.clj ## @@ -86,18 +86,21 @@ (is (= "LRN" (->

[GitHub] [incubator-mxnet] TaoLv commented on issue #14552: Flaky: test_subgraph.test_pos_conv_bn_sum_relu

2019-03-29 Thread GitBox
TaoLv commented on issue #14552: Flaky: test_subgraph.test_pos_conv_bn_sum_relu URL: https://github.com/apache/incubator-mxnet/issues/14552#issuecomment-478030418 Seems there are actually two failing cases: test_subgraph.test_pos_conv_bn_sum_relu test_subgraph.test_pos_conv_bn_relu

[GitHub] [incubator-mxnet] gigasquid merged pull request #14531: Chouffe/clojure fix tests

2019-03-29 Thread GitBox
gigasquid merged pull request #14531: Chouffe/clojure fix tests URL: https://github.com/apache/incubator-mxnet/pull/14531 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14531: Chouffe/clojure fix tests

2019-03-29 Thread GitBox
gigasquid commented on a change in pull request #14531: Chouffe/clojure fix tests URL: https://github.com/apache/incubator-mxnet/pull/14531#discussion_r270447609 ## File path: contrib/clojure-package/test/org/apache/clojure_mxnet/util_test.clj ## @@ -70,8 +70,8 @@

[incubator-mxnet] branch master updated: [clojure]: add comp-metric based on CompositeEvalMetric (#14553)

2019-03-29 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier 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 b20f08b [clojure]: add comp-metric

[GitHub] [incubator-mxnet] gigasquid merged pull request #14553: [clojure]: add comp-metric based on CompositeEvalMetric

2019-03-29 Thread GitBox
gigasquid merged pull request #14553: [clojure]: add comp-metric based on CompositeEvalMetric URL: https://github.com/apache/incubator-mxnet/pull/14553 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] tolitius edited a comment on issue #14553: [clojure]: add comp-metric based on CompositeEvalMetric

2019-03-29 Thread GitBox
tolitius edited a comment on issue #14553: [clojure]: add comp-metric based on CompositeEvalMetric URL: https://github.com/apache/incubator-mxnet/pull/14553#issuecomment-478027665 thank you for lisping mxnet :) This is an

[GitHub] [incubator-mxnet] tolitius commented on issue #14553: [clojure]: add comp-metric based on CompositeEvalMetric

2019-03-29 Thread GitBox
tolitius commented on issue #14553: [clojure]: add comp-metric based on CompositeEvalMetric URL: https://github.com/apache/incubator-mxnet/pull/14553#issuecomment-478027665 thank you for the lisping mxnet :) This is an

[GitHub] [incubator-mxnet] TaoLv commented on issue #14552: Flaky: test_subgraph.test_pos_conv_bn_sum_relu

2019-03-29 Thread GitBox
TaoLv commented on issue #14552: Flaky: test_subgraph.test_pos_conv_bn_sum_relu URL: https://github.com/apache/incubator-mxnet/issues/14552#issuecomment-478025271 Hi @marcoabreu , is it possible to check the failure history of a certain case? Just wondering if this case is caused by some

  1   2   >