differentiable-programming
Here are 56 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
Jun 12, 2021
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.
-
Updated
Mar 26, 2021 - Python
-
Updated
Sep 3, 2021 - LLVM
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
Jun 6, 2021 - Julia
-
Updated
Sep 12, 2019 - Scala
-
Updated
Jan 7, 2019 - JavaScript
-
Updated
May 10, 2021 - Python
-
Updated
Jul 8, 2021 - Julia
-
Updated
Sep 1, 2021 - Julia
-
Updated
May 5, 2021 - Julia
What would you think of moving the current examples to Literate ?
-
Updated
Aug 12, 2021 - Julia
-
Updated
Dec 24, 2019 - Jupyter Notebook
-
Updated
Aug 11, 2021 - Scala
-
Updated
Jan 18, 2021 - Python
-
Updated
Jul 27, 2019 - Julia
-
Updated
Nov 26, 2018 - Python
-
Updated
Feb 13, 2020 - Jupyter Notebook
-
Updated
Jul 3, 2021 - Julia
-
Updated
Sep 2, 2021 - C++
-
Updated
Jul 30, 2021 - Python
-
Updated
Jul 15, 2021 - Java
-
Updated
Feb 22, 2019 - Julia
-
Updated
Jun 1, 2021 - Python
-
Updated
Feb 28, 2021
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."
The current Field APIs, including ScalarField, MatrixField, and Structfield (after #2627) use assertions statements to check input validity, for example,
https://github.com/taichi-dev/taichi/blob/03e2923d103704048c101051d337fa31f9dbb1de/python/taichi/lang/matrix.py#L207
In software engineering practice, assertion is used to verify whether the program itself is implemented correctly regardles