From 69b50a07fee86beed87ce7c005f45df7fe28eb67 Mon Sep 17 00:00:00 2001
From: autodocs
Pkg.add("Flux.jl")
-using Flux
+Pkg.update()
+Pkg.add("Flux.jl")
You'll also need a backend to run real training, if you don't have one already. Choose from diff --git a/latest/internals.html b/latest/internals.html index 964087c8..3b5298e8 100644 --- a/latest/internals.html +++ b/latest/internals.html @@ -136,7 +136,7 @@ Internals - + diff --git a/latest/models/basics.html b/latest/models/basics.html index 5d661c97..d79e93c4 100644 --- a/latest/models/basics.html +++ b/latest/models/basics.html @@ -155,7 +155,7 @@ Model Building Basics - + diff --git a/latest/models/debugging.html b/latest/models/debugging.html index 29415246..04b3ac9d 100644 --- a/latest/models/debugging.html +++ b/latest/models/debugging.html @@ -139,7 +139,7 @@ Debugging - + diff --git a/latest/models/recurrent.html b/latest/models/recurrent.html index 10bab704..c417d86f 100644 --- a/latest/models/recurrent.html +++ b/latest/models/recurrent.html @@ -139,7 +139,7 @@ Recurrence - + diff --git a/latest/models/templates.html b/latest/models/templates.html index 3833c54d..43ecfe45 100644 --- a/latest/models/templates.html +++ b/latest/models/templates.html @@ -155,7 +155,7 @@ Model Templates - + diff --git a/latest/search_index.js b/latest/search_index.js index 682eadb5..4cbc7fa1 100644 --- a/latest/search_index.js +++ b/latest/search_index.js @@ -29,7 +29,7 @@ var documenterSearchIndex = {"docs": [ "page": "Home", "title": "Installation", "category": "section", - "text": "... Charging Ion Capacitors ...Pkg.add(\"Flux.jl\")\nusing FluxYou'll also need a backend to run real training, if you don't have one already. Choose from MXNet or TensorFlow (MXNet is the recommended option if you're not sure):Pkg.add(\"MXNet\") # or \"TensorFlow\"\nPkg.test(\"Flux\") # Make sure everything installed properly" + "text": "... Charging Ion Capacitors ...Pkg.update()\nPkg.add(\"Flux.jl\")You'll also need a backend to run real training, if you don't have one already. Choose from MXNet or TensorFlow (MXNet is the recommended option if you're not sure):Pkg.add(\"MXNet\") # or \"TensorFlow\"\nPkg.test(\"Flux\") # Make sure everything installed properly" }, {