build based on a11c4bb
This commit is contained in:
parent
20086fafea
commit
111a73f887
@ -104,7 +104,7 @@ Contributing & Help
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/contributing.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/contributing.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
|
@ -107,7 +107,7 @@ Logistic Regression
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/examples/logreg.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/examples/logreg.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
|
@ -110,7 +110,7 @@ Home
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/index.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/index.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
@ -164,6 +164,7 @@ TensorFlow
|
||||
</a>
|
||||
(MXNet is the recommended option if you're not sure):
|
||||
</p>
|
||||
<pre><code class="language-none">Pkg.add("MXNet") # or "TensorFlow"</code></pre>
|
||||
<footer>
|
||||
<hr/>
|
||||
<a class="next" href="models/basics.html">
|
||||
|
@ -104,7 +104,7 @@ Internals
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/internals.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/internals.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
|
@ -128,7 +128,7 @@ First Steps
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/models/basics.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/models/basics.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
@ -142,7 +142,6 @@ First Steps
|
||||
Model Building Basics
|
||||
</a>
|
||||
</h1>
|
||||
<pre><code class="language-none">Pkg.add("MXNet") # or "TensorFlow"</code></pre>
|
||||
<h2>
|
||||
<a class="nav-anchor" id="The-Model-1" href="#The-Model-1">
|
||||
The Model
|
||||
|
@ -107,7 +107,7 @@ Debugging
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/models/debugging.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/models/debugging.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
|
@ -107,7 +107,7 @@ Recurrence
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced/docs/src/models/recurrent.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a11c4bb5c4c73dc94e88474196158f512cbb3c11/docs/src/models/recurrent.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
|
@ -21,7 +21,7 @@ var documenterSearchIndex = {"docs": [
|
||||
"page": "Home",
|
||||
"title": "Installation",
|
||||
"category": "section",
|
||||
"text": "... Charging Ion Capacitors ...Pkg.clone(\"https://github.com/MikeInnes/DataFlow.jl\")\nPkg.clone(\"https://github.com/MikeInnes/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):"
|
||||
"text": "... Charging Ion Capacitors ...Pkg.clone(\"https://github.com/MikeInnes/DataFlow.jl\")\nPkg.clone(\"https://github.com/MikeInnes/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\""
|
||||
},
|
||||
|
||||
{
|
||||
@ -37,7 +37,7 @@ var documenterSearchIndex = {"docs": [
|
||||
"page": "First Steps",
|
||||
"title": "Model Building Basics",
|
||||
"category": "section",
|
||||
"text": "Pkg.add(\"MXNet\") # or \"TensorFlow\""
|
||||
"text": ""
|
||||
},
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user