differentiable-programming
Here are 55 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
Aug 7, 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
Aug 1, 2021 - Julia
-
Updated
May 5, 2021 - Julia
-
Updated
Jul 26, 2021 - Julia
What would you think of moving the current examples to Literate ?
-
Updated
Dec 24, 2019 - Jupyter Notebook
-
Updated
Jul 24, 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
Jul 30, 2021 - Python
-
Updated
Jul 15, 2021 - Java
-
Updated
Feb 22, 2019 - Julia
-
Updated
Jun 1, 2021 - Python
-
Updated
Feb 28, 2021
-
Updated
Jun 22, 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."
https://github.com/taichi-dev/taichi/blob/471e3882ee7893234fd38c7589a0a2360cd960f2/taichi/program/callable.h#L16-L33
Right now it isn't serializable yet because of
dt
. That is,DataType
itself is a wrapper around a polymorphic pointer, which isn't trivially serializable.To make this work, we can replace the usage of
DataType
withPrimitiveTypeID
(not to be confused with `PrimitiveT