[GitHub] [singa] joddiy commented on issue #630: AsType cannot work when after Reshape

2020-03-22 Thread GitBox
joddiy commented on issue #630: AsType cannot work when after Reshape URL: https://github.com/apache/singa/issues/630#issuecomment-602375943 Thans shicong, it works fine for me. This is an automated message from the Apache Git

[GitHub] [singa] joddiy edited a comment on issue #630: AsType cannot work when after Reshape

2020-03-22 Thread GitBox
joddiy edited a comment on issue #630: AsType cannot work when after Reshape URL: https://github.com/apache/singa/issues/630#issuecomment-602375943 Thanks shicong, it works fine for me. This is an automated message from the Ap

[GitHub] [singa] joddiy commented on issue #624: SINGA-487 Include NCCL and MPICH in conda build

2020-03-22 Thread GitBox
joddiy commented on issue #624: SINGA-487 Include NCCL and MPICH in conda build URL: https://github.com/apache/singa/pull/624#issuecomment-602371509 > if there are dependent libs compatible with 1.5, then we have to change to 1.6.. > […](#) > On Mon, Mar 23, 2020 at 11:49 AM Joddiy Zh

[GitHub] [singa] nudles commented on issue #624: SINGA-487 Include NCCL and MPICH in conda build

2020-03-22 Thread GitBox
nudles commented on issue #624: SINGA-487 Include NCCL and MPICH in conda build URL: https://github.com/apache/singa/pull/624#issuecomment-60237 if there are dependent libs compatible with 1.5, then we have to change to 1.6.. On Mon, Mar 23, 2020 at 11:49 AM Joddiy Zhang wr

[GitHub] [singa] joddiy commented on issue #624: SINGA-487 Include NCCL and MPICH in conda build

2020-03-22 Thread GitBox
joddiy commented on issue #624: SINGA-487 Include NCCL and MPICH in conda build URL: https://github.com/apache/singa/pull/624#issuecomment-602370309 > @joddiy is there any big change from onnx 1.5 to 1.6? The operator's version of onnx 1.5 is 10 and for 1.6 is 11, not big changes but

[GitHub] [singa] nudles merged pull request #632: make astype return new tensor

2020-03-22 Thread GitBox
nudles merged pull request #632: make astype return new tensor URL: https://github.com/apache/singa/pull/632 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [singa] dcslin commented on a change in pull request #621: Automate release

2020-03-22 Thread GitBox
dcslin commented on a change in pull request #621: Automate release URL: https://github.com/apache/singa/pull/621#discussion_r396195696 ## File path: cmake/Thirdparty/GetGitRevisionDescription.cmake ## @@ -0,0 +1,170 @@ +# - Returns a version string from Git +# Review co

[GitHub] [singa] dcslin commented on a change in pull request #632: make astype return new tensor

2020-03-22 Thread GitBox
dcslin commented on a change in pull request #632: make astype return new tensor URL: https://github.com/apache/singa/pull/632#discussion_r396194217 ## File path: src/core/tensor/tensor.cc ## @@ -152,29 +152,24 @@ Tensor Resize(const Tensor &in, const Shape &shape) { }

[GitHub] [singa] lgtm-com[bot] commented on issue #609: SINGA-500 add onnx example models

2020-03-22 Thread GitBox
lgtm-com[bot] commented on issue #609: SINGA-500 add onnx example models URL: https://github.com/apache/singa/pull/609#issuecomment-602249250 This pull request **introduces 37 alerts** when merging 65219349b4a3f594b4507f838ecb20a285581fba into 07ff7d937d73b350bd027e6890b567e8d1601dc5 - [vi

[GitHub] [singa-doc] FeynmanDNA commented on issue #5: Update some documentation files

2020-03-22 Thread GitBox
FeynmanDNA commented on issue #5: Update some documentation files URL: https://github.com/apache/singa-doc/pull/5#issuecomment-602209567 > @FeynmanDNA do we need to fix the node, yarn and Docusaurus version? > `yarn start:website` didn't work for me. > `yarn start` worked. if yo

[GitHub] [singa-doc] FeynmanDNA commented on a change in pull request #5: Update some documentation files

2020-03-22 Thread GitBox
FeynmanDNA commented on a change in pull request #5: Update some documentation files URL: https://github.com/apache/singa-doc/pull/5#discussion_r396099455 ## File path: docs-site/docs/contribute-code.md ## @@ -18,120 +18,70 @@ A simple way to enforce the Google coding styl

[GitHub] [singa-doc] FeynmanDNA commented on a change in pull request #5: Update some documentation files

2020-03-22 Thread GitBox
FeynmanDNA commented on a change in pull request #5: Update some documentation files URL: https://github.com/apache/singa-doc/pull/5#discussion_r396099285 ## File path: docs-site/docs/contribute-code.md ## @@ -18,120 +18,70 @@ A simple way to enforce the Google coding styl

[GitHub] [singa-doc] nudles commented on issue #5: Update some documentation files

2020-03-22 Thread GitBox
nudles commented on issue #5: Update some documentation files URL: https://github.com/apache/singa-doc/pull/5#issuecomment-602204137 @FeynmanDNA do we need to fix the node, yarn and Docusaurus version? ```yarn start:website``` didn't work for me. ```yarn start``` worked. ---

[GitHub] [singa-doc] nudles commented on a change in pull request #5: Update some documentation files

2020-03-22 Thread GitBox
nudles commented on a change in pull request #5: Update some documentation files URL: https://github.com/apache/singa-doc/pull/5#discussion_r396095771 ## File path: docs-site/docs/contribute-code.md ## @@ -18,120 +18,70 @@ A simple way to enforce the Google coding styles is

[GitHub] [singa-doc] nudles commented on a change in pull request #5: Update some documentation files

2020-03-22 Thread GitBox
nudles commented on a change in pull request #5: Update some documentation files URL: https://github.com/apache/singa-doc/pull/5#discussion_r396095906 ## File path: docs-site/docs/contribute-code.md ## @@ -18,120 +18,70 @@ A simple way to enforce the Google coding styles is

[GitHub] [singa-doc] nudles opened a new pull request #5: Update some documentation files

2020-03-22 Thread GitBox
nudles opened a new pull request #5: Update some documentation files URL: https://github.com/apache/singa-doc/pull/5 1. for the git workflow 2. team list 3. release steps This is an automated message from the Apache Git

[GitHub] [singa] lgtm-com[bot] commented on issue #626: SINGA-505 Computational graph with memory optimization

2020-03-22 Thread GitBox
lgtm-com[bot] commented on issue #626: SINGA-505 Computational graph with memory optimization URL: https://github.com/apache/singa/pull/626#issuecomment-602189779 This pull request **fixes 1 alert** when merging cd4639e6aeca5b4a8447a3db400f9cd9be8e332d into 07ff7d937d73b350bd027e6890b567e