From 9a75fcd05657a4407bde66b2410134427d5916a7 Mon Sep 17 00:00:00 2001
From: zeptodoctor <44736852+zeptodoctor@users.noreply.github.com>
Date: Tue, 19 Feb 2019 15:20:47 +0000
Subject: [PATCH] build based on ebf50f4
---
dev/community/index.html | 2 +-
dev/data/onehot/index.html | 2 +-
dev/gpu/index.html | 2 +-
dev/index.html | 2 +-
dev/internals/tracker/index.html | 4 +--
dev/models/basics/index.html | 2 +-
dev/models/layers/index.html | 18 ++++++-------
dev/models/recurrence/index.html | 2 +-
dev/models/regularisation/index.html | 2 +-
dev/performance/index.html | 20 ++++++++++++++
dev/saving/index.html | 4 +--
dev/search/index.html | 2 +-
dev/search_index.js | 40 ++++++++++++++++++++++++++++
dev/training/optimisers/index.html | 4 +--
dev/training/training/index.html | 2 +-
15 files changed, 84 insertions(+), 24 deletions(-)
create mode 100644 dev/performance/index.html
diff --git a/dev/community/index.html b/dev/community/index.html
index be6a32be..6c6e0709 100644
--- a/dev/community/index.html
+++ b/dev/community/index.html
@@ -6,4 +6,4 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
ga('create', 'UA-36890222-9', 'auto');
ga('send', 'pageview');
-
Flux All Flux users are welcome to join our community on the Julia forum , the slack (channel #machine-learning), or Flux's Gitter . If you have questions or issues we'll try to help you out.
If you're interested in hacking on Flux, the source code is open and easy to understand – it's all just the same Julia code you work with normally. You might be interested in our intro issues to get started.