autograd
Here are 76 public repositories matching this topic...
-
Updated
Jul 13, 2020 - Jupyter Notebook
Yolo Model
Description
Implement a YOLO model and add it to the DJL model zoo
References
-
Updated
Dec 9, 2020 - C++
-
Updated
Nov 28, 2020 - OCaml
-
Updated
Dec 9, 2020 - Nim
-
Updated
Oct 24, 2020 - Python
-
Updated
Dec 9, 2020 - Python
-
Updated
Dec 8, 2020 - Python
-
Updated
Dec 1, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Dec 6, 2020 - Rust
It would be helpful to have visualisation tools to plot/debug information in the SNNs. I also think we should be slightly careful to use correct/adequate abstractions since it is 1) not the primary purpose of Norse, and 2) we don't want to maintain something that will change a lot in the future.
Here are a few suggestions for visualisations:
- Layer parameters
- Weights / tuning curves
-
Updated
Nov 10, 2020 - Julia
-
Updated
Dec 8, 2020 - Python
-
Updated
Apr 19, 2020 - Scala
-
Updated
Jul 1, 2019 - Python
-
Updated
Apr 28, 2017 - Lua
-
Updated
Nov 25, 2020 - Crystal
-
asarray: converts all array-likes to a numpy array; no copy for arrays -
astensorconverts all array-likes to a mygrad tensor; returns tensors unchanged -
assert_almost_equalwith various options to include checks of gradients and to include checks ac
-
Updated
Oct 13, 2018 - Python
-
Updated
Jul 15, 2020 - Python
-
Updated
Mar 11, 2019 - Jupyter Notebook
-
Updated
Nov 27, 2020 - Swift
-
Updated
Nov 8, 2020 - Python
-
Updated
Nov 2, 2020 - Jupyter Notebook
-
Updated
Dec 9, 2020 - C++
-
Updated
Sep 11, 2020 - Python
Improve this page
Add a description, image, and links to the autograd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the autograd topic, visit your repo's landing page and select "manage topics."


As discussed here, calling
kthvalueliketorch.kthvalue(a, k, out=(a, indices))produces a buffer overflow. Natalia suggested disallowing outputs that overlap with the input.cc @VitalyFedyunin