lmoroney / dlaicourse

Notebooks for learning deep learning
5.66k stars 5.36k forks source link

Course 2 exercise 7(missing question and few more problems) #25

Closed JonathanSum closed 5 years ago

JonathanSum commented 5 years ago

Anyways, thank you for this course and the free exercises. I have learned a lot. Thank You

Exercise 7 becomes answer 7, which the exercise itself is answers included For the code block 13, the code:

train_dir = '/tmp/training'
validation_dir = '/tmp/validation'

It should be at the top of the code block 12 in order to allow the code block 12 to run.