The Wayback Machine - https://web.archive.org/web/20200712044558/https://github.com/topics/differentiable-programming
Skip to content
#

differentiable-programming

Here are 32 public repositories matching this topic...

yuanming-hu
yuanming-hu commented May 2, 2020

(Found this while reviewing #907)

Currently Expr::operator=(const Expr &o) can have two meanings.

https://github.com/taichi-dev/taichi/blob/f5373b1395a66c78506de0fd3c172dffe0d444d0/taichi/ir/expr.cpp#L54-L69

Let's say we have

Expr a, b;
a = b;
  1. If inside a kernel definition, this creates a FrontendAssignStmt in the AST
  2. Otherwise, this lets a hold the express
Shashi456
Shashi456 commented Feb 20, 2020

Now that we support a multitude of basic layers, I'd like this issue to serve as the discussion for supporting advanced layers. While #54 tracked basic layers and most have been implemented, We now need to consider which of the following to add in swift-apis. tensorflow/swift-models#231 added bert, with that also added support for transformers and attention layers. Having reviewed a variety of cur

tribbloid
tribbloid commented Oct 27, 2019

I'm curious if your visions include making it a feature-complete NN training framework?

What will be the master plan? Integrating with Torch/TF/MXNet or build hardware-level compilation framework from scratch?

Also, what is the standard & code of conduct for contributions from the community?

I'm totally convinced of its capability and believe it can fit into the missing link between horiz

Improve this page

Add a description, image, and links to the differentiable-programming topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.