autodiff
Here are 69 public repositories matching this topic...
-
Updated
Apr 27, 2021 - C++
-
Updated
Apr 25, 2021 - F#
-
Updated
Nov 18, 2020 - Python
-
Updated
Jun 21, 2018 - Rust
Okay, so this might not exactly be a "good first issue" - it is a little more advanced, but is still very much accessible to newcomers.
Similar to the mygrad.nnet.max_pool function, I would like there to be a mean-pooling layer. That is, a convolution-style windows is strided over the input, an
-
Updated
Apr 17, 2021 - Jupyter Notebook
-
Updated
Jul 30, 2018 - C#
-
Updated
Mar 1, 2021 - Julia
-
Updated
May 4, 2021 - Jupyter Notebook
-
Updated
Sep 13, 2020 - C++
-
Updated
Apr 26, 2021 - C++
-
Updated
Apr 28, 2021 - Python
-
Updated
Feb 23, 2020 - Julia
-
Updated
May 24, 2019 - C++
-
Updated
Apr 20, 2021 - Julia
e.g.
julia> check_equal((;a=2, b=2), (;a=2,c=2))
Test PassedThis is because it hits the general iterator fallback.
This isn't super high priority, since it only comes up in chaecking add!! behavour
(as neither value is a AbstractTangent subtype).
Still would be nice to fix.
Need to channel it towards one of our overloads for structured types
-
Updated
Oct 15, 2020 - Python
-
Updated
Oct 29, 2020 - C++
-
Updated
Apr 15, 2021 - Scala
-
Updated
May 16, 2020 - C++
-
Updated
Jul 1, 2017 - Python
-
Updated
Mar 3, 2021 - Python
Improve this page
Add a description, image, and links to the autodiff topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the autodiff topic, visit your repo's landing page and select "manage topics."
I'm using TF 2.0, and I get this error when I import tangent, due to a list of non-differentiable functions that includes
tf.to_float(line 60), which is deprecated:https://www.tensorflow.org/versions/r1.14/api_docs/python/tf/to_float