From 9807e9454201e48667f68c57378769f24bd0d2ea Mon Sep 17 00:00:00 2001 From: autodocs Date: Wed, 1 Feb 2017 16:02:16 +0000 Subject: [PATCH] build based on f932f4b --- latest/contributing.html | 2 +- latest/examples/logreg.html | 2 +- latest/index.html | 2 +- latest/internals.html | 2 +- latest/models/basics.html | 2 +- latest/models/debugging.html | 11 ++++++++++- latest/models/recurrent.html | 2 +- latest/search_index.js | 2 +- 8 files changed, 17 insertions(+), 8 deletions(-) diff --git a/latest/contributing.html b/latest/contributing.html index 05ca5f67..5d37eb2c 100644 --- a/latest/contributing.html +++ b/latest/contributing.html @@ -104,7 +104,7 @@ Contributing & Help - + diff --git a/latest/examples/logreg.html b/latest/examples/logreg.html index dcd42dd3..b4a5bb27 100644 --- a/latest/examples/logreg.html +++ b/latest/examples/logreg.html @@ -107,7 +107,7 @@ Logistic Regression - + diff --git a/latest/index.html b/latest/index.html index f0681018..b2b4ebce 100644 --- a/latest/index.html +++ b/latest/index.html @@ -110,7 +110,7 @@ Home - + diff --git a/latest/internals.html b/latest/internals.html index 190e4763..6def325a 100644 --- a/latest/internals.html +++ b/latest/internals.html @@ -104,7 +104,7 @@ Internals - + diff --git a/latest/models/basics.html b/latest/models/basics.html index cfe66f12..62b878c6 100644 --- a/latest/models/basics.html +++ b/latest/models/basics.html @@ -128,7 +128,7 @@ Model Building Basics - + diff --git a/latest/models/debugging.html b/latest/models/debugging.html index f574a07f..085653fc 100644 --- a/latest/models/debugging.html +++ b/latest/models/debugging.html @@ -107,7 +107,7 @@ Debugging - + @@ -194,6 +194,15 @@ Notice that while the first W * x + b line was defined in Flux's source code. In this way Flux makes it easy to drill down into problem areas, without showing you the full graph of thousands of nodes at once.

+

+With the typo fixed, the output of +@shapes + looks as follows: +

+
# /Users/mike/test.jl, line 18:
+opossum = σ(Affine(10, 20)(Input()[1]::(5,10))::(5,20))::(5,20)
+# /Users/mike/test.jl, line 19:
+wren = softmax(Affine(20, 15)(opossum)::(5,15))::(5,15)