deep-neural-networks
Here are 4,926 public repositories matching this topic...
-
Updated
Jun 15, 2021 - Python
-
Updated
Jun 18, 2021 - Python
-
Updated
Aug 27, 2020 - TeX
-
Updated
Sep 8, 2020 - C++
-
Updated
Jun 17, 2021 - C
-
Updated
Jun 2, 2021 - Jupyter Notebook
-
Updated
Apr 5, 2021
-
Updated
May 21, 2021 - Python
Bug Report
Is the issue related to model conversion? No
Describe the bug
DynamicQuantizeLinear function op does not have shape inference function defined. In absence of shape inference, function body is used to get the shape inference for the function op and although it works as a fallback option it hurts perf.
Expected behavior
Add shape inference function for DynamicQuan
-
Updated
Oct 9, 2020
-
Updated
Oct 1, 2020 - Python
-
Updated
May 21, 2021
-
Updated
Jun 14, 2021 - Python
-
Updated
Aug 14, 2019 - TypeScript
-
Updated
Nov 21, 2018 - Shell
-
Updated
May 25, 2021
-
Updated
Jun 17, 2021 - Python
-
Updated
May 21, 2021 - Python
-
Updated
Jun 18, 2021 - C++
-
Updated
Jun 25, 2020 - Python
-
Updated
Jun 18, 2021 - Python
-
Updated
Jun 17, 2021 - C++
-
Updated
Jun 19, 2021 - Jupyter Notebook
In operations_broadcast_test.go there are some tests that are not yet filled in. The point is to test that broadcasting works for different shapes. The semantics of broadcast probably isn't clear, so please do send me a message for anything.
This is a good first issue for anyone looking to get interested
-
Updated
Feb 26, 2021 - Jupyter Notebook
-
Updated
Jun 9, 2021 - HTML
-
Updated
Jun 14, 2021 - Python
-
Updated
May 8, 2021
Improve this page
Add a description, image, and links to the deep-neural-networks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the deep-neural-networks topic, visit your repo's landing page and select "manage topics."
Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generate
doesn't work for protobuf directory. So we can't specify GPUOptions forNewSession
.