You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [singa] nudles commented on a change in pull request #703: Refactor sonnx, test cases and examples - posted by GitBox <gi...@apache.org> on 2020/06/01 01:07:54 UTC, 1 replies.
- [GitHub] [singa] nudles commented on issue #707: Layer mismatch causes session to to terminate abruptly - posted by GitBox <gi...@apache.org> on 2020/06/01 02:03:50 UTC, 0 replies.
- [GitHub] [singa] dcslin commented on issue #707: Layer mismatch causes session to to terminate abruptly - posted by GitBox <gi...@apache.org> on 2020/06/01 02:38:09 UTC, 3 replies.
- [GitHub] [singa] joddiy commented on a change in pull request #703: Refactor sonnx, test cases and examples - posted by GitBox <gi...@apache.org> on 2020/06/01 04:01:30 UTC, 1 replies.
- [GitHub] [singa] Alvinnyk opened a new pull request #717: Implement vgg19 model from onnx model zoo - posted by GitBox <gi...@apache.org> on 2020/06/01 05:09:14 UTC, 0 replies.
- [GitHub] [singa] dcslin commented on pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/01 12:09:15 UTC, 2 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/01 12:27:04 UTC, 4 replies.
- [GitHub] [singa] XJDKC commented on pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/01 14:15:58 UTC, 4 replies.
- [GitHub] [singa] XJDKC edited a comment on pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/01 14:16:18 UTC, 7 replies.
- [GitHub] [singa] nudles commented on a change in pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/01 15:06:20 UTC, 11 replies.
- [GitHub] [singa] chrishkchris commented on pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/01 15:49:59 UTC, 3 replies.
- [GitHub] [singa] XJDKC commented on a change in pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/02 01:43:25 UTC, 20 replies.
- [GitHub] [singa] nudles commented on pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/02 02:47:53 UTC, 2 replies.
- [GitHub] [singa] dcslin commented on a change in pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/02 03:04:17 UTC, 1 replies.
- [GitHub] [singa] chrishkchris commented on pull request #716: SINGA-510 Distributed Training Time Profiling - posted by GitBox <gi...@apache.org> on 2020/06/02 07:35:32 UTC, 3 replies.
- [GitHub] [singa] chrishkchris edited a comment on pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/02 08:24:38 UTC, 4 replies.
- [GitHub] [singa] Shashankwer commented on issue #707: Layer mismatch causes session to to terminate abruptly - posted by GitBox <gi...@apache.org> on 2020/06/02 09:10:09 UTC, 0 replies.
- [GitHub] [singa] Shashankwer edited a comment on issue #707: Layer mismatch causes session to to terminate abruptly - posted by GitBox <gi...@apache.org> on 2020/06/02 09:11:01 UTC, 1 replies.
- [GitHub] [singa] joddiy commented on pull request #714: Shufflenetv1 - posted by GitBox <gi...@apache.org> on 2020/06/02 15:43:05 UTC, 0 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #703: Refactor sonnx, test cases and examples - posted by GitBox <gi...@apache.org> on 2020/06/02 15:47:36 UTC, 7 replies.
- [GitHub] [singa] joddiy commented on pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/02 16:54:43 UTC, 0 replies.
- [GitHub] [singa] Shashankwer closed pull request #714: Shufflenetv1 - posted by GitBox <gi...@apache.org> on 2020/06/02 19:41:12 UTC, 0 replies.
- [GitHub] [singa] Shashankwer opened a new pull request #718: Shufflenetv1 - posted by GitBox <gi...@apache.org> on 2020/06/02 20:42:06 UTC, 0 replies.
- [GitHub] [singa] Shashankwer opened a new issue #719: Unable to convert maxpool2d from onnx to singa with ceil_mode set as False - posted by GitBox <gi...@apache.org> on 2020/06/02 20:57:28 UTC, 0 replies.
- [GitHub] [singa] agnesnatasya commented on issue #700: Expand the model zoo (example model set) - posted by GitBox <gi...@apache.org> on 2020/06/03 13:12:11 UTC, 1 replies.
- [GitHub] [singa] joddiy commented on issue #700: Expand the model zoo (example model set) - posted by GitBox <gi...@apache.org> on 2020/06/03 13:23:08 UTC, 8 replies.
- [GitHub] [singa] Shashankwer commented on issue #700: Expand the model zoo (example model set) - posted by GitBox <gi...@apache.org> on 2020/06/03 15:18:06 UTC, 4 replies.
- [GitHub] [singa] Shashankwer opened a new pull request #720: Changes in sonnx.py and Added ShufflenetV2.py - posted by GitBox <gi...@apache.org> on 2020/06/04 15:04:00 UTC, 0 replies.
- [GitHub] [singa] Shashankwer commented on issue #719: Unable to convert maxpool2d from onnx to singa with ceil_mode set as False - posted by GitBox <gi...@apache.org> on 2020/06/04 15:30:28 UTC, 0 replies.
- [GitHub] [singa] Shashankwer closed issue #719: Unable to convert maxpool2d from onnx to singa with ceil_mode set as False - posted by GitBox <gi...@apache.org> on 2020/06/04 15:30:28 UTC, 0 replies.
- [GitHub] [singa] agnesnatasya opened a new pull request #721: Implement densenet121 from ONNX - posted by GitBox <gi...@apache.org> on 2020/06/05 07:57:47 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #697: New Model Layer Operator API - posted by GitBox <gi...@apache.org> on 2020/06/05 08:34:41 UTC, 0 replies.
- [GitHub] [singa] joddiy commented on pull request #720: Changes in sonnx.py and Added ShufflenetV2.py - posted by GitBox <gi...@apache.org> on 2020/06/05 08:56:41 UTC, 2 replies.
- [GitHub] [singa] dcslin opened a new pull request #722: cudnn lstm - posted by GitBox <gi...@apache.org> on 2020/06/05 09:50:34 UTC, 0 replies.
- [GitHub] [singa] dcslin closed pull request #662: CUDNN LSTM - posted by GitBox <gi...@apache.org> on 2020/06/05 09:50:54 UTC, 0 replies.
- [GitHub] [singa] dcslin commented on pull request #722: cudnn lstm - posted by GitBox <gi...@apache.org> on 2020/06/05 09:57:11 UTC, 6 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #722: cudnn lstm - posted by GitBox <gi...@apache.org> on 2020/06/05 10:11:51 UTC, 1 replies.
- [GitHub] [singa] joddiy commented on pull request #703: Refactor sonnx, test cases and examples - posted by GitBox <gi...@apache.org> on 2020/06/05 10:30:07 UTC, 0 replies.
- [GitHub] [singa] Shashankwer commented on pull request #720: Changes in sonnx.py and Added ShufflenetV2.py - posted by GitBox <gi...@apache.org> on 2020/06/05 10:53:07 UTC, 1 replies.
- [GitHub] [singa] nudles merged pull request #703: Refactor sonnx, test cases and examples - posted by GitBox <gi...@apache.org> on 2020/06/05 14:14:49 UTC, 0 replies.
- [GitHub] [singa] joddiy opened a new pull request #723: fix soonx test cases - posted by GitBox <gi...@apache.org> on 2020/06/05 16:35:09 UTC, 0 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #713: impl new opt api - posted by GitBox <gi...@apache.org> on 2020/06/05 17:25:51 UTC, 1 replies.
- [GitHub] [singa] joddiy opened a new pull request #724: add embedding layer - posted by GitBox <gi...@apache.org> on 2020/06/06 08:54:02 UTC, 0 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #724: add embedding layer - posted by GitBox <gi...@apache.org> on 2020/06/06 09:05:13 UTC, 0 replies.
- [GitHub] [singa] joddiy opened a new pull request #725: add cossim operator - posted by GitBox <gi...@apache.org> on 2020/06/06 10:58:48 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #723: fix soonx test cases - posted by GitBox <gi...@apache.org> on 2020/06/06 11:43:39 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #713: impl new opt api - posted by GitBox <gi...@apache.org> on 2020/06/06 11:52:53 UTC, 1 replies.
- [GitHub] [singa] XJDKC commented on a change in pull request #716: SINGA-510 Distributed Training Time Profiling - posted by GitBox <gi...@apache.org> on 2020/06/06 13:19:52 UTC, 7 replies.
- [GitHub] [singa] XJDKC commented on pull request #716: SINGA-510 Distributed Training Time Profiling - posted by GitBox <gi...@apache.org> on 2020/06/06 13:23:27 UTC, 2 replies.
- [GitHub] [singa] chrishkchris commented on a change in pull request #716: SINGA-510 Distributed Training Time Profiling - posted by GitBox <gi...@apache.org> on 2020/06/06 14:37:00 UTC, 17 replies.
- [GitHub] [singa] XJDKC edited a comment on pull request #716: SINGA-510 Distributed Training Time Profiling - posted by GitBox <gi...@apache.org> on 2020/06/06 16:12:31 UTC, 0 replies.
- [GitHub] [singa] nudles commented on pull request #722: cudnn lstm - posted by GitBox <gi...@apache.org> on 2020/06/07 02:04:48 UTC, 0 replies.
- [GitHub] [singa] XJDKC opened a new pull request #726: fix bugs for transfer learning - posted by GitBox <gi...@apache.org> on 2020/06/08 05:44:17 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #726: fix bugs for transfer learning - posted by GitBox <gi...@apache.org> on 2020/06/08 05:46:10 UTC, 0 replies.
- [GitHub] [singa] dcslin commented on a change in pull request #722: cudnn lstm - posted by GitBox <gi...@apache.org> on 2020/06/09 15:55:24 UTC, 0 replies.
- [GitHub] [singa] XJDKC commented on a change in pull request #722: cudnn lstm - posted by GitBox <gi...@apache.org> on 2020/06/09 15:55:37 UTC, 0 replies.
- [GitHub] [singa] dcslin opened a new pull request #727: cudnn lstm test case update - posted by GitBox <gi...@apache.org> on 2020/06/09 16:04:32 UTC, 0 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #727: cudnn lstm test case update - posted by GitBox <gi...@apache.org> on 2020/06/09 16:10:51 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #722: cudnn lstm - posted by GitBox <gi...@apache.org> on 2020/06/09 16:12:40 UTC, 0 replies.
- [GitHub] [singa] nudles commented on a change in pull request #722: cudnn lstm - posted by GitBox <gi...@apache.org> on 2020/06/09 16:36:35 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #725: add cossim operator - posted by GitBox <gi...@apache.org> on 2020/06/09 16:43:24 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #716: SINGA-510 Distributed Training Time Profiling - posted by GitBox <gi...@apache.org> on 2020/06/10 02:02:45 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #717: Implement vgg19 model from onnx model zoo - posted by GitBox <gi...@apache.org> on 2020/06/10 02:03:26 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #718: Shufflenetv1 - posted by GitBox <gi...@apache.org> on 2020/06/10 02:03:46 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #721: Implement densenet121 from ONNX - posted by GitBox <gi...@apache.org> on 2020/06/10 02:04:18 UTC, 0 replies.
- [GitHub] [singa] chrishkchris opened a new pull request #728: Fix create_cuda_gpu - posted by GitBox <gi...@apache.org> on 2020/06/10 04:28:44 UTC, 0 replies.
- [GitHub] [singa] nudles commented on a change in pull request #728: Fix create_cuda_gpu - posted by GitBox <gi...@apache.org> on 2020/06/10 07:57:03 UTC, 2 replies.
- [GitHub] [singa] chrishkchris commented on a change in pull request #728: Fix create_cuda_gpu - posted by GitBox <gi...@apache.org> on 2020/06/10 09:43:45 UTC, 3 replies.
- [GitHub] [singa] joddiy edited a comment on issue #700: Expand the model zoo (example model set) - posted by GitBox <gi...@apache.org> on 2020/06/11 05:36:07 UTC, 10 replies.
- [GitHub] [singa] chrishkchris commented on pull request #728: Fix create_cuda_gpu - posted by GitBox <gi...@apache.org> on 2020/06/12 08:18:00 UTC, 3 replies.
- [GitHub] [singa] dcslin opened a new pull request #729: fix gaussian CURAND_STATUS_LENGTH_NOT_MULTIPLE - posted by GitBox <gi...@apache.org> on 2020/06/12 11:03:56 UTC, 0 replies.
- [GitHub] [singa] XJDKC opened a new pull request #730: Support training RNN with computation graph - posted by GitBox <gi...@apache.org> on 2020/06/12 16:34:09 UTC, 0 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #730: Support training RNN with computation graph - posted by GitBox <gi...@apache.org> on 2020/06/12 16:42:31 UTC, 1 replies.
- [GitHub] [singa] XJDKC opened a new pull request #731: fix the bug of param name - posted by GitBox <gi...@apache.org> on 2020/06/12 22:16:53 UTC, 0 replies.
- [GitHub] [singa] nudles commented on a change in pull request #731: fix the bug of param name - posted by GitBox <gi...@apache.org> on 2020/06/13 02:19:03 UTC, 6 replies.
- [GitHub] [singa] nudles commented on pull request #728: Fix create_cuda_gpu and linting error - posted by GitBox <gi...@apache.org> on 2020/06/13 02:28:01 UTC, 1 replies.
- [GitHub] [singa] XJDKC commented on a change in pull request #731: fix the bug of param name - posted by GitBox <gi...@apache.org> on 2020/06/13 04:34:54 UTC, 15 replies.
- [GitHub] [singa] joddiy opened a new pull request #732: fix sonnx frontend - posted by GitBox <gi...@apache.org> on 2020/06/13 09:03:26 UTC, 0 replies.
- [GitHub] [singa] dcslin opened a new pull request #733: add imdb sentiment model - posted by GitBox <gi...@apache.org> on 2020/06/14 02:53:07 UTC, 0 replies.
- [GitHub] [singa] dcslin commented on pull request #733: add imdb sentiment model - posted by GitBox <gi...@apache.org> on 2020/06/14 02:55:58 UTC, 6 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #733: add imdb sentiment model - posted by GitBox <gi...@apache.org> on 2020/06/14 02:59:40 UTC, 2 replies.
- [GitHub] [singa] chrishkchris commented on pull request #733: add imdb sentiment model - posted by GitBox <gi...@apache.org> on 2020/06/14 03:59:25 UTC, 3 replies.
- [GitHub] [singa] joddiy opened a new pull request #734: add pad operator - posted by GitBox <gi...@apache.org> on 2020/06/14 12:28:21 UTC, 0 replies.
- [GitHub] [singa] chrishkchris edited a comment on pull request #733: add imdb sentiment model - posted by GitBox <gi...@apache.org> on 2020/06/14 16:39:23 UTC, 2 replies.
- [GitHub] [singa] XJDKC commented on pull request #733: add imdb sentiment model - posted by GitBox <gi...@apache.org> on 2020/06/15 03:50:23 UTC, 1 replies.
- [GitHub] [singa] joddiy opened a new pull request #735: Add ShufflenetV2 model - posted by GitBox <gi...@apache.org> on 2020/06/15 07:15:56 UTC, 0 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #735: Add ShufflenetV2 model - posted by GitBox <gi...@apache.org> on 2020/06/15 07:22:44 UTC, 0 replies.
- [GitHub] [singa] joddiy opened a new pull request #736: Add expand operator - posted by GitBox <gi...@apache.org> on 2020/06/15 10:25:17 UTC, 0 replies.
- [GitHub] [singa] joddiy opened a new pull request #737: Add upsample operator - posted by GitBox <gi...@apache.org> on 2020/06/15 12:50:17 UTC, 0 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #737: Add upsample operator - posted by GitBox <gi...@apache.org> on 2020/06/15 13:01:31 UTC, 0 replies.
- [GitHub] [singa] nudles commented on issue #700: Expand the model zoo (example model set) - posted by GitBox <gi...@apache.org> on 2020/06/16 01:25:34 UTC, 0 replies.
- [GitHub] [singa] nudles commented on a change in pull request #737: Add upsample operator - posted by GitBox <gi...@apache.org> on 2020/06/16 01:28:52 UTC, 0 replies.
- [GitHub] [singa] nudles commented on a change in pull request #736: Add expand operator - posted by GitBox <gi...@apache.org> on 2020/06/16 01:34:39 UTC, 0 replies.
- [GitHub] [singa] nudles commented on a change in pull request #734: add pad operator - posted by GitBox <gi...@apache.org> on 2020/06/16 01:37:05 UTC, 0 replies.
- [GitHub] [singa] joddiy commented on a change in pull request #734: add pad operator - posted by GitBox <gi...@apache.org> on 2020/06/16 07:03:17 UTC, 0 replies.
- [GitHub] [singa] joddiy commented on a change in pull request #736: Add expand operator - posted by GitBox <gi...@apache.org> on 2020/06/16 07:14:00 UTC, 1 replies.
- [GitHub] [singa] joddiy commented on a change in pull request #737: Add upsample operator - posted by GitBox <gi...@apache.org> on 2020/06/16 07:25:34 UTC, 0 replies.
- [GitHub] [singa] Shashankwer opened a new pull request #738: Adding Operators - posted by GitBox <gi...@apache.org> on 2020/06/16 09:13:05 UTC, 0 replies.
- [GitHub] [singa] joddiy commented on pull request #738: Adding Operators - posted by GitBox <gi...@apache.org> on 2020/06/16 09:39:56 UTC, 4 replies.
- [GitHub] [singa] XJDKC commented on pull request #730: Support training RNN with computation graph - posted by GitBox <gi...@apache.org> on 2020/06/16 10:27:22 UTC, 0 replies.
- [GitHub] [singa] chrishkchris commented on pull request #730: Support training RNN with computation graph - posted by GitBox <gi...@apache.org> on 2020/06/16 11:04:14 UTC, 0 replies.
- [GitHub] [singa] chrishkchris edited a comment on pull request #730: Support training RNN with computation graph - posted by GitBox <gi...@apache.org> on 2020/06/16 11:12:46 UTC, 0 replies.
- [GitHub] [singa] Shashankwer commented on pull request #738: Adding Operators - posted by GitBox <gi...@apache.org> on 2020/06/16 12:25:12 UTC, 9 replies.
- [GitHub] [singa] chrishkchris commented on pull request #738: Adding Operators - posted by GitBox <gi...@apache.org> on 2020/06/16 12:32:15 UTC, 3 replies.
- [GitHub] [singa] chrishkchris commented on pull request #728: Fix create_cuda_gpu and linting error - posted by GitBox <gi...@apache.org> on 2020/06/16 13:03:14 UTC, 0 replies.
- [GitHub] [singa] nudles opened a new pull request #739: Update the initializer module to add more initialization methods. - posted by GitBox <gi...@apache.org> on 2020/06/17 13:23:16 UTC, 0 replies.
- [GitHub] [singa] chrishkchris opened a new pull request #740: fix linting error by changing repeated file names - posted by GitBox <gi...@apache.org> on 2020/06/17 13:42:07 UTC, 0 replies.
- [GitHub] [singa] nudles commented on issue #702: Update the metric module - posted by GitBox <gi...@apache.org> on 2020/06/18 02:42:07 UTC, 0 replies.
- [GitHub] [singa] nudles commented on issue #675: Improve the assertion message - posted by GitBox <gi...@apache.org> on 2020/06/18 02:43:42 UTC, 0 replies.
- [GitHub] [singa] nudles commented on issue #674: Autograd Layer constructor - posted by GitBox <gi...@apache.org> on 2020/06/18 02:44:24 UTC, 0 replies.
- [GitHub] [singa] nudles closed issue #674: Autograd Layer constructor - posted by GitBox <gi...@apache.org> on 2020/06/18 02:44:35 UTC, 0 replies.
- [GitHub] [singa] nudles commented on issue #696: Refactor autograd module - posted by GitBox <gi...@apache.org> on 2020/06/18 02:45:40 UTC, 0 replies.
- [GitHub] [singa] nudles closed issue #696: Refactor autograd module - posted by GitBox <gi...@apache.org> on 2020/06/18 02:45:40 UTC, 0 replies.
- [GitHub] [singa] dcslin opened a new issue #741: cuda stream destory failed after python test passed - posted by GitBox <gi...@apache.org> on 2020/06/18 07:06:44 UTC, 0 replies.
- [GitHub] [singa] chrishkchris commented on issue #741: cuda stream destory failed after python test passed - posted by GitBox <gi...@apache.org> on 2020/06/18 07:10:46 UTC, 0 replies.
- [GitHub] [singa] joddiy opened a new pull request #742: fix onnx backend cuda cases - posted by GitBox <gi...@apache.org> on 2020/06/18 09:44:23 UTC, 0 replies.
- [GitHub] [singa] joddiy commented on pull request #742: fix onnx backend cuda cases - posted by GitBox <gi...@apache.org> on 2020/06/18 09:45:14 UTC, 0 replies.
- [GitHub] [singa] joddiy commented on pull request #732: fix sonnx frontend - posted by GitBox <gi...@apache.org> on 2020/06/18 09:45:34 UTC, 0 replies.
- [GitHub] [singa] chrishkchris merged pull request #742: fix onnx backend cuda cases - posted by GitBox <gi...@apache.org> on 2020/06/18 09:57:46 UTC, 0 replies.
- [GitHub] [singa] Shashankwer commented on pull request #740: Fix linting error by changing repeated file names - posted by GitBox <gi...@apache.org> on 2020/06/18 11:06:28 UTC, 0 replies.
- [GitHub] [singa] Shashankwer removed a comment on pull request #740: Fix linting error by changing repeated file names - posted by GitBox <gi...@apache.org> on 2020/06/18 11:06:59 UTC, 0 replies.
- [GitHub] [singa] chrishkchris commented on pull request #740: Fix linting error by changing repeated file names - posted by GitBox <gi...@apache.org> on 2020/06/18 11:53:08 UTC, 0 replies.
- [GitHub] [singa] chrishkchris edited a comment on pull request #740: Fix linting error by changing repeated file names - posted by GitBox <gi...@apache.org> on 2020/06/18 11:53:18 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #740: Fix linting error by changing repeated file names - posted by GitBox <gi...@apache.org> on 2020/06/18 12:07:53 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #729: fix gaussian CURAND_STATUS_LENGTH_NOT_MULTIPLE - posted by GitBox <gi...@apache.org> on 2020/06/18 12:28:35 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #731: fix the bug of param name - posted by GitBox <gi...@apache.org> on 2020/06/18 14:12:10 UTC, 0 replies.
- [GitHub] [singa] chrishkchris commented on pull request #727: cudnn lstm test case update - posted by GitBox <gi...@apache.org> on 2020/06/19 01:34:56 UTC, 0 replies.
- [GitHub] [singa] chrishkchris merged pull request #727: cudnn lstm test case update - posted by GitBox <gi...@apache.org> on 2020/06/19 01:35:06 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #732: fix sonnx frontend - posted by GitBox <gi...@apache.org> on 2020/06/19 01:36:57 UTC, 0 replies.
- [GitHub] [singa] dcslin closed issue #741: cuda stream destory failed after python test passed - posted by GitBox <gi...@apache.org> on 2020/06/19 02:52:56 UTC, 0 replies.
- [GitHub] [singa] dcslin commented on issue #741: cuda stream destory failed after python test passed - posted by GitBox <gi...@apache.org> on 2020/06/19 02:52:56 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #737: Add upsample operator - posted by GitBox <gi...@apache.org> on 2020/06/19 03:17:50 UTC, 0 replies.
- [GitHub] [singa] chrishkchris opened a new pull request #743: Fix some GPU test cases by precsion setting - posted by GitBox <gi...@apache.org> on 2020/06/19 03:25:05 UTC, 0 replies.
- [GitHub] [singa] chrishkchris opened a new issue #744: Could we override the test precision atot of onnx test case, atot=1e-7 is too tough? - posted by GitBox <gi...@apache.org> on 2020/06/19 03:35:01 UTC, 0 replies.
- [GitHub] [singa] chrishkchris commented on issue #744: Could we override the test precision atot of onnx test case, atot=1e-7 is too tough? - posted by GitBox <gi...@apache.org> on 2020/06/19 03:44:58 UTC, 0 replies.
- [GitHub] [singa] chrishkchris commented on pull request #739: Update the initializer module to add more initialization methods. - posted by GitBox <gi...@apache.org> on 2020/06/19 04:40:39 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #743: Fix some GPU test cases by precision setting - posted by GitBox <gi...@apache.org> on 2020/06/19 06:41:20 UTC, 0 replies.
- [GitHub] [singa] chrishkchris merged pull request #739: Update the initializer module to add more initialization methods. - posted by GitBox <gi...@apache.org> on 2020/06/19 06:50:01 UTC, 0 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #734: add pad operator - posted by GitBox <gi...@apache.org> on 2020/06/19 08:01:31 UTC, 1 replies.
- [GitHub] [singa] nudles merged pull request #734: add pad operator - posted by GitBox <gi...@apache.org> on 2020/06/19 10:02:27 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #736: Add expand operator - posted by GitBox <gi...@apache.org> on 2020/06/19 10:58:46 UTC, 0 replies.
- [GitHub] [singa] sourcepirate opened a new pull request #745: Updated activation.cc - posted by GitBox <gi...@apache.org> on 2020/06/19 12:07:52 UTC, 0 replies.
- [GitHub] [singa] Shashankwer edited a comment on pull request #738: Adding Operators - posted by GitBox <gi...@apache.org> on 2020/06/19 12:22:14 UTC, 0 replies.
- [GitHub] [singa] chrishkchris edited a comment on pull request #738: Adding Operators - posted by GitBox <gi...@apache.org> on 2020/06/19 12:28:45 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #735: Add ShufflenetV2 model - posted by GitBox <gi...@apache.org> on 2020/06/19 14:07:19 UTC, 0 replies.
- [GitHub] [singa] joddiy opened a new pull request #746: fix pooling for same mode - posted by GitBox <gi...@apache.org> on 2020/06/19 16:26:27 UTC, 0 replies.
- [GitHub] [singa] joddiy commented on issue #744: Could we override the test precision atot of onnx test case, atol=1e-7 is too tough? - posted by GitBox <gi...@apache.org> on 2020/06/19 16:30:40 UTC, 0 replies.
- [GitHub] [singa] joddiy edited a comment on issue #744: Could we override the test precision atot of onnx test case, atol=1e-7 is too tough? - posted by GitBox <gi...@apache.org> on 2020/06/19 16:32:13 UTC, 1 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #746: fix pooling for same mode - posted by GitBox <gi...@apache.org> on 2020/06/19 16:33:10 UTC, 0 replies.
- [GitHub] [singa] chrishkchris opened a new pull request #747: Add Equal Operator - posted by GitBox <gi...@apache.org> on 2020/06/20 07:19:29 UTC, 0 replies.
- [GitHub] [singa] chrishkchris commented on pull request #747: Add Equal Operator - posted by GitBox <gi...@apache.org> on 2020/06/20 07:39:27 UTC, 0 replies.
- [GitHub] [singa] joddiy opened a new pull request #748: add exp && round && rounde operators - posted by GitBox <gi...@apache.org> on 2020/06/20 19:30:07 UTC, 0 replies.
- [GitHub] [singa] joddiy commented on pull request #748: add exp && round && rounde operators - posted by GitBox <gi...@apache.org> on 2020/06/20 19:31:27 UTC, 1 replies.
- [GitHub] [singa] dcslin opened a new pull request #749: added round and rounde round to even tensor methods - posted by GitBox <gi...@apache.org> on 2020/06/22 01:20:19 UTC, 0 replies.
- [GitHub] [singa] dcslin commented on pull request #748: add exp && round && rounde operators - posted by GitBox <gi...@apache.org> on 2020/06/22 01:20:59 UTC, 0 replies.
- [GitHub] [singa] dcslin commented on pull request #724: add embedding layer - posted by GitBox <gi...@apache.org> on 2020/06/22 04:47:37 UTC, 0 replies.
- [GitHub] [singa] joddiy commented on pull request #724: add embedding layer - posted by GitBox <gi...@apache.org> on 2020/06/22 06:36:49 UTC, 0 replies.
- [GitHub] [singa] joddiy opened a new pull request #750: add SpaceToDepth && DepthToSpace operators - posted by GitBox <gi...@apache.org> on 2020/06/22 09:59:26 UTC, 0 replies.
- [GitHub] [singa] joddiy commented on pull request #750: add SpaceToDepth && DepthToSpace operators - posted by GitBox <gi...@apache.org> on 2020/06/22 10:00:42 UTC, 0 replies.
- [GitHub] [singa] joddiy edited a comment on pull request #720: Changes in sonnx.py and Added ShufflenetV2.py - posted by GitBox <gi...@apache.org> on 2020/06/22 10:10:37 UTC, 0 replies.
- [GitHub] [singa] XJDKC commented on pull request #728: Fix create_cuda_gpu - posted by GitBox <gi...@apache.org> on 2020/06/22 10:40:08 UTC, 3 replies.
- [GitHub] [singa] Shashankwer closed pull request #720: Changes in sonnx.py and Added ShufflenetV2.py - posted by GitBox <gi...@apache.org> on 2020/06/22 10:51:34 UTC, 0 replies.
- [GitHub] [singa] nudles commented on pull request #728: Fix create_cuda_gpu - posted by GitBox <gi...@apache.org> on 2020/06/23 01:46:23 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #749: added round and rounde round to even tensor methods - posted by GitBox <gi...@apache.org> on 2020/06/23 01:47:26 UTC, 0 replies.
- [GitHub] [singa] XJDKC edited a comment on pull request #728: Fix create_cuda_gpu - posted by GitBox <gi...@apache.org> on 2020/06/23 01:50:40 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #747: Add Equal Operator and its Computation Kernals - posted by GitBox <gi...@apache.org> on 2020/06/24 13:06:44 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #746: fix pooling for same mode - posted by GitBox <gi...@apache.org> on 2020/06/24 13:10:18 UTC, 0 replies.
- [GitHub] [singa] lgtm-com[bot] commented on pull request #728: Fix create_cuda_gpu - posted by GitBox <gi...@apache.org> on 2020/06/24 20:39:41 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #728: Fix create_cuda_gpu - posted by GitBox <gi...@apache.org> on 2020/06/25 02:03:20 UTC, 0 replies.
- [GitHub] [singa] dcslin opened a new pull request #751: issue 707 additional input check for autograd operator - posted by GitBox <gi...@apache.org> on 2020/06/25 07:50:10 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #751: issue 707 additional input check for autograd operator - posted by GitBox <gi...@apache.org> on 2020/06/25 08:38:55 UTC, 0 replies.
- [GitHub] [singa] dcslin opened a new pull request #752: fixed nrm2 - posted by GitBox <gi...@apache.org> on 2020/06/25 16:53:14 UTC, 0 replies.
- [GitHub] [singa-doc] chrishkchris opened a new pull request #26: Update team list - posted by GitBox <gi...@apache.org> on 2020/06/28 11:04:18 UTC, 0 replies.
- [GitHub] [singa-doc] chrishkchris closed pull request #26: Update team list - posted by GitBox <gi...@apache.org> on 2020/06/28 11:12:05 UTC, 0 replies.
- [GitHub] [singa] dcslin opened a new pull request #753: fix test operation Tensor class non hashable erorr - posted by GitBox <gi...@apache.org> on 2020/06/29 07:28:07 UTC, 0 replies.
- Announcing ApacheCon @Home 2020 - posted by Rich Bowen <rb...@apache.org> on 2020/06/29 12:54:01 UTC, 0 replies.
- [GitHub] [singa] nudles commented on a change in pull request #753: fix test operation Tensor class non hashable erorr - posted by GitBox <gi...@apache.org> on 2020/06/30 01:55:53 UTC, 0 replies.
- [GitHub] [singa] nudles merged pull request #733: add imdb sentiment model - posted by GitBox <gi...@apache.org> on 2020/06/30 01:56:33 UTC, 0 replies.
- [GitHub] [singa] Shashankwer closed issue #707: Layer mismatch causes session to to terminate abruptly - posted by GitBox <gi...@apache.org> on 2020/06/30 03:08:17 UTC, 0 replies.
- [GitHub] [singa] dcslin commented on a change in pull request #753: fix test operation Tensor class non hashable erorr - posted by GitBox <gi...@apache.org> on 2020/06/30 05:17:38 UTC, 0 replies.
- [GitHub] [singa] chrishkchris opened a new pull request #754: Fix singa-gpu conda build and update numpy version - posted by GitBox <gi...@apache.org> on 2020/06/30 13:19:47 UTC, 0 replies.