From 98d55f72c68c165019e6003e51dc8d1870289f02 Mon Sep 17 00:00:00 2001
From: zeptodoctor <44736852+zeptodoctor@users.noreply.github.com>
Date: Mon, 2 Mar 2020 12:52:32 +0000
Subject: [PATCH] build based on ddab979
---
dev/community/index.html | 2 +-
dev/data/dataloader/index.html | 30 +++++++++++++++++++++
dev/data/onehot/index.html | 4 +--
dev/ecosystem/index.html | 9 +++++++
dev/gpu/index.html | 8 +++---
dev/index.html | 2 +-
dev/models/basics/index.html | 4 +--
dev/models/layers/index.html | 27 +++++++++----------
dev/models/nnlib/index.html | 23 ++++++++++++++++
dev/models/recurrence/index.html | 2 +-
dev/models/regularisation/index.html | 6 ++---
dev/performance/index.html | 4 +--
dev/saving/index.html | 4 +--
dev/search/index.html | 2 +-
dev/search_index.js | 2 +-
dev/training/optimisers/index.html | 40 +++++++++++++---------------
dev/training/training/index.html | 13 +++++----
17 files changed, 121 insertions(+), 61 deletions(-)
create mode 100644 dev/data/dataloader/index.html
create mode 100644 dev/ecosystem/index.html
create mode 100644 dev/models/nnlib/index.html
diff --git a/dev/community/index.html b/dev/community/index.html
index bbbb28cb..ea76941f 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 , or the slack (channel #machine-learning). 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.