differentiable-programming
Here are 63 public repositories matching this topic...
When installing the S4TF toolchain, it's not always clear whether all components are intact and versions are compatible. It would be helpful to have a quick verification tool that uses the toolchain and reports success.
This is especially useful for installations involving accelerators, so the first two features could be:
- Can invoke the toolchain and import TensorFlow
- Can run on
-
Updated
Feb 21, 2022
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
Model summary formatting is rudimentary and could be improved so that tabs align. Potentially use some ideas from swift-benchmark.
Generate code coverage reports for our tests.
-
Updated
Mar 26, 2021 - Python
Debugging Kotlin∇ code within IntelliJ IDEA can be somewhat cumbersome due to the functional API structure (lots of deeply-nested stack traces and context switching). To facilitate more user-friendly debugging, we should add support for visual debugging by exposing Kaliningraph’s built-in graph visualization capabilities. For example, the use
-
Updated
Feb 7, 2022 - Julia
-
Updated
Sep 12, 2019 - Scala
-
Updated
Nov 3, 2021 - Python
-
Updated
Jan 7, 2019 - JavaScript
For the reverse CI it would be good to use a multi-threaded testsuite (x-ref EnzymeAD/Enzyme#531)
I think https://github.com/RelationalAI-oss/XUnit.jl is the only alternative to Test that supports this.
-
Updated
Jan 2, 2022 - Julia
-
Updated
Dec 20, 2021 - Julia
-
Updated
Dec 3, 2021 - Julia
Instead, we could error in forward and backward.
-
Updated
Jan 18, 2021 - Python
-
Updated
Dec 24, 2019 - Jupyter Notebook
-
Updated
Feb 22, 2022 - Python
-
Updated
Oct 8, 2021 - Scala
-
Updated
Feb 22, 2022 - Python
-
Updated
Nov 26, 2018 - Python
-
Updated
Feb 26, 2022 - C++
-
Updated
Jul 27, 2019 - Julia
-
Updated
Feb 13, 2020 - Jupyter Notebook
-
Updated
Feb 24, 2022 - Java
-
Updated
Oct 18, 2021 - Python
-
Updated
Nov 23, 2021 - Julia
-
Updated
Dec 28, 2021 - Python
Improve this page
Add a description, image, and links to the differentiable-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the differentiable-programming topic, visit your repo's landing page and select "manage topics."
There comes one special case which requires a reverse loop, so I used “ti.ndrange(8,0)” instead. However, the reverse loop just didn’t work with zero warnings or errors (I have no idea whether ti.ndrange can be used to loop in reverse order at that time)
Perhaps a warning message can be given when n1 > n2 in ti.ndrange((n1,n2))