differentiable-programming
Here are 65 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
Dec 7, 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
Jan 4, 2022 - LLVM
-
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
Dec 20, 2021 - Julia
-
Updated
Sep 12, 2019 - Scala
-
Updated
Jan 7, 2019 - JavaScript
-
Updated
Nov 3, 2021 - Python
-
Updated
Jan 6, 2022 - Julia
-
Updated
Jan 2, 2022 - Julia
-
Updated
Dec 20, 2021 - Julia
-
Updated
Dec 3, 2021 - Julia
The title is self-explanatory.
-
Updated
Dec 24, 2019 - Jupyter Notebook
-
Updated
Jan 18, 2021 - Python
-
Updated
Oct 8, 2021 - Scala
-
Updated
Jan 3, 2022 - Python
-
Updated
Nov 26, 2018 - Python
-
Updated
Jul 27, 2019 - Julia
-
Updated
Feb 13, 2020 - Jupyter Notebook
-
Updated
Jan 6, 2022 - C++
-
Updated
Nov 23, 2021 - Julia
Current behavior:
ScalarValue::toString()formats the value to 10 decimal places (Settings.detailedNumberFormat).VectorValue::toSring()formats the value to 2 decimal places (Settings.shortNumberFormat).MatrixValue::toString()does not use number formatter - formats numbers to 16 decimal places.One::toString()formats the value to 0 decimal places.- `Zero::toStrin
-
Updated
Oct 18, 2021 - Python
-
Updated
Jan 6, 2022 - Python
-
Updated
Nov 15, 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."
As shown in taichi-dev/taichi#3910, replacing property with simple attributes can speedup python part of taichi a lot.
Lessons learned is that we should avoid using
@propertywhen applicable since it's expensive. So let's review the usage of@propertyin our python codebase and replace them as much as possible.Here's a list of simple grep in our codebase showing