Skip to content

Commit 14c3a04

Browse files
committed
aiquizzes
1 parent 1c17cd4 commit 14c3a04

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

fastbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.11"
1+
__version__ = "0.0.12"
22
import matplotlib as mpl, pkgutil
33
from fastai.vision.all import *
44
from pandas.api.types import CategoricalDtype

files/notes/notes-1-1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ We also discuss how AI projects can fail, and techniques for avoiding failure.
88

99
## Questionnaire
1010

11+
The questions below are the same as those in the book. For more, including detailed answers and links to the video timeline, have a look at Radek Osmulski's [aiquizzes](http://aiquizzes.com/howto).
12+
1113
(If you're not sure of the answer to a question, try watching the next lesson and then coming back to this one, or read the first chapter of the book.)
1214

1315
1. Do you need these for deep learning?

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author = Jeremy Howard and Sylvain Gugger
77
author_email = [email protected]
88
copyright = fast.ai
99
branch = master
10-
version = 0.0.11
10+
version = 0.0.12
1111
min_python = 3.6
1212
audience = Developers
1313
language = English

0 commit comments

Comments
 (0)