From 8d45cac9d90ec3d396965aa0d2488da8d6da2d3d Mon Sep 17 00:00:00 2001 From: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Date: Mon, 11 May 2020 17:15:05 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c25483d..9f48828 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # The fastai book - draft +**Note on PRs right now:** The book has gone through the copywriter at O'Reilly and we are in the process of pushing back all their changes to the draft notebooks. Please refrain from making any PR right now as it will likely conflict with the revised version. + These draft notebooks cover an introduction to deep learning, [fastai](https://docs.fast.ai/), and [PyTorch](https://pytorch.org/). fastai is a layered API for deep learning; for more information, see [the fastai paper](https://www.mdpi.com/2078-2489/11/2/108). Everything in this repo is copyright Jeremy Howard and Sylvain Gugger, 2020 onwards. These notebooks will be used for [a course we're teaching](https://www.usfca.edu/data-institute/certificates/deep-learning-part-one) in San Francisco from March 2020, and will be available as a MOOC from around July 2020. In addition, our plan is that these notebooks will form the basis of [this book](https://www.amazon.com/Deep-Learning-Coders-fastai-PyTorch/dp/1492045527), which you can pre-order. It will not have the same GPL restrictions that are on this draft.