autograd
Here are 72 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
Oct 21, 2020 - C++
-
Updated
Oct 22, 2020 - OCaml
-
Updated
Sep 12, 2020 - Nim
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 19, 2020 - Julia
-
Updated
Aug 15, 2020 - Rust
We do not permit specifying random generators in the poisson encoders. This should be allowed to ensure reproducibility.
-
Updated
Jul 1, 2019 - Python
-
Updated
Apr 19, 2020 - Scala
-
Updated
Oct 22, 2020 - Python
-
Updated
Apr 28, 2017 - Lua
It would be helpful to have gates for trig functions with simple derivatives, such as sin, cos, etc. The general pattern can be viewed in grad.arithmetic_ops. A Gate must have a backward method, and a cache method. So for example, the sin, gate would look like:
class Num::Grad::SinGate(T) < Num::Grad::Gate(T)
getter a : Num::Grad::Variable(T)
def initialize(@a :-
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
Mar 11, 2019 - Jupyter Notebook
-
Updated
Jul 15, 2020 - Python
-
Updated
Oct 1, 2020 - Swift
-
Updated
May 30, 2020 - Python
-
Updated
Oct 5, 2020 - Jupyter Notebook
-
Updated
Oct 22, 2020 - C++
-
Updated
Oct 15, 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."
Hi, I've moved to Cuda 11.0 and I am getting warnings below while compiling. I just can't remember exactly, but I don't think I saw these with 10.2. I don't know if it related, but
run_test.pyis also failing when it comes to Distribution related tests. I can post test's log when the build is complete, if it is helpful. Thank you.