X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dagnn.git;a=blobdiff_plain;f=README.md;h=6418a4029420fe3ae652952b637ef6e43787051a;hp=436aa63d1c585c267e8ee40756f23588a01765b0;hb=6a412f5164d3b4085f657114b797006eb7e56a74;hpb=5a149d40e14c1931103514b41c56a4139f06973a diff --git a/README.md b/README.md index 436aa63..6418a40 100644 --- a/README.md +++ b/README.md @@ -104,17 +104,5 @@ a pdf file with dot graph.dot -T pdf -o graph.pdf ``` -###nn.DAG:updateOutput(input)### - -See the torch documentation. - -###nn.DAG:updateGradInput(input, gradOutput)### - -See the torch documentation. - -###nn.DAG:accGradParameters(input, gradOutput, scale)### - -See the torch documentation. - -- *Francois Fleuret, Jan 13th, 2017*