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

2020-03-29 Thread GitBox
XJDKC commented on issue #626: SINGA-505 Computational graph with memory optimization URL: https://github.com/apache/singa/pull/626#issuecomment-605597959 > have you rebase/merged with the latest dev? > ready for merge? I have rebased it before but did not rebase on the latest

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

2020-03-29 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-605604183 This pull request **fixes 1 alert** when merging 743addce22af0d62517418c7c2f144ac71ffd926 into

[GitHub] [singa] moazreyad opened a new pull request #641: SINGA-415 Enable github wiki

2020-03-29 Thread GitBox
moazreyad opened a new pull request #641: SINGA-415 Enable github wiki URL: https://github.com/apache/singa/pull/641 @nudles , I remember that you wanted to enable github wiki as discussed

[GitHub] [singa] dcslin edited a comment on issue #639: added support for matmul 3d 4d

2020-03-29 Thread GitBox
dcslin edited a comment on issue #639: added support for matmul 3d 4d URL: https://github.com/apache/singa/pull/639#issuecomment-605794131 > Is it called batched matmul or batched gemm? > Seems different to tensordot. > since the API for matmul remains the same, we may need to update

[GitHub] [singa] dcslin edited a comment on issue #639: added support for matmul 3d 4d

2020-03-29 Thread GitBox
dcslin edited a comment on issue #639: added support for matmul 3d 4d URL: https://github.com/apache/singa/pull/639#issuecomment-605794131 > Is it called batched matmul or batched gemm? > Seems different to tensordot. > since the API for matmul remains the same, we may need to update

[GitHub] [singa] nudles commented on issue #641: SINGA-415 Enable github wiki

2020-03-29 Thread GitBox
nudles commented on issue #641: SINGA-415 Enable github wiki URL: https://github.com/apache/singa/pull/641#issuecomment-605740071 Thanks. What kind of information should be put on the Github Wiki pages? This is an automated

[GitHub] [singa] dcslin edited a comment on issue #639: added support for matmul 3d 4d

2020-03-29 Thread GitBox
dcslin edited a comment on issue #639: added support for matmul 3d 4d URL: https://github.com/apache/singa/pull/639#issuecomment-605793210 > is matmul different to tensordot? > why not call tensordot to implement it? Batch matmul could not be implemented by tensordot, as batch

[GitHub] [singa] dcslin edited a comment on issue #639: added support for matmul 3d 4d

2020-03-29 Thread GitBox
dcslin edited a comment on issue #639: added support for matmul 3d 4d URL: https://github.com/apache/singa/pull/639#issuecomment-605793210 > is matmul different to tensordot? > why not call tensordot to implement it? Batch matmul could not be implemented by tensordot, as batch

[GitHub] [singa] dcslin commented on issue #639: added support for matmul 3d 4d

2020-03-29 Thread GitBox
dcslin commented on issue #639: added support for matmul 3d 4d URL: https://github.com/apache/singa/pull/639#issuecomment-605794131 > Is it called batched matmul or batched gemm? > Seems different to tensordot. > since the API for matmul remains the same, we may need to update the

[GitHub] [singa] dcslin commented on issue #639: added support for matmul 3d 4d

2020-03-29 Thread GitBox
dcslin commented on issue #639: added support for matmul 3d 4d URL: https://github.com/apache/singa/pull/639#issuecomment-605793210 > is matmul different to tensordot? > why not call tensordot to implement it? Batch matmul could not be implemented by tensordot, as matmul is not