deep-neural-networks
Here are 5,655 public repositories matching this topic...
-
Updated
Mar 30, 2022 - Python
-
Updated
Mar 25, 2022 - Python
-
Updated
Aug 27, 2020 - TeX
-
Updated
Mar 10, 2022 - C
-
Updated
Aug 27, 2021 - C++
-
Updated
Mar 29, 2022 - Jupyter Notebook
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
Mar 24, 2022
-
Updated
Feb 9, 2022 - Python
-
Updated
Nov 17, 2021 - Python
-
Updated
Feb 1, 2022 - HTML
-
Updated
Oct 1, 2020 - Python
-
Updated
Dec 31, 2021
-
Updated
Aug 14, 2019 - TypeScript
-
Updated
Nov 21, 2018 - Shell
-
Updated
Mar 28, 2022 - C++
-
Updated
Feb 9, 2022 - Python
-
Updated
Mar 24, 2022 - Python
-
Updated
Apr 1, 2022 - Python
-
Updated
Mar 18, 2022 - C++
-
Updated
Apr 1, 2022 - 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
Apr 2, 2022 - Python
-
Updated
Mar 31, 2022 - JavaScript
-
Updated
Feb 26, 2021 - Jupyter Notebook
-
Updated
Mar 31, 2022 - Python
-
Updated
Jan 23, 2021 - Jupyter Notebook
-
Updated
Feb 23, 2022 - Python
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
.