deep-neural-networks
Here are 5,158 public repositories matching this topic...
-
Updated
Sep 1, 2021 - Python
-
Updated
Sep 3, 2021 - Python
-
Updated
Aug 27, 2020 - TeX
-
Updated
Aug 31, 2021 - C
-
Updated
Aug 27, 2021 - C++
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Sep 2, 2021
New Operator
Describe the operator
Why is this operator necessary? What does it accomplish?
This is a frequently used operator in tensorflow/keras
Can this operator be constructed using existing onnx operators?
If so, why not add it as a function?
I don't know.
Is this operator used by any model currently? Which one?
Are you willing to contribute it?
-
Updated
Aug 25, 2021 - Python
-
Updated
Oct 9, 2020
-
Updated
Oct 1, 2020 - Python
-
Updated
Aug 26, 2021
-
Updated
Jul 1, 2021 - Python
-
Updated
Aug 14, 2019 - TypeScript
-
Updated
Jul 22, 2021
-
Updated
Nov 21, 2018 - Shell
-
Updated
Sep 3, 2021 - Python
-
Updated
Sep 3, 2021 - C++
-
Updated
Aug 25, 2021 - Python
-
Updated
Aug 26, 2021 - Python
-
Updated
Sep 3, 2021 - Python
-
Updated
Sep 3, 2021 - C++
-
Updated
Sep 3, 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
Aug 25, 2021 - HTML
-
Updated
Sep 1, 2021 - Python
-
Updated
Jun 20, 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
.