Skip to content
#

autograd

Here are 72 public repositories matching this topic...

realiti4
realiti4 commented Oct 15, 2020

Hi, I've moved to Cuda 11.0 and I am getting warnings below while compiling. I just can't remember exactly, but I don't think I saw these with 10.2. I don't know if it related, but run_test.py is also failing when it comes to Distribution related tests. I can post test's log when the build is complete, if it is helpful. Thank you.

[3950/5005] Building NVCC (Device) object caffe2/CMakeF
christopherzimmerman
christopherzimmerman commented Oct 6, 2020

It would be helpful to have gates for trig functions with simple derivatives, such as sin, cos, etc. The general pattern can be viewed in grad.arithmetic_ops. A Gate must have a backward method, and a cache method. So for example, the sin, gate would look like:

class Num::Grad::SinGate(T) < Num::Grad::Gate(T)
  getter a : Num::Grad::Variable(T)

  def initialize(@a :

Improve this page

Add a description, image, and links to the autograd 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 autograd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.