fastai / course-v3

The 3rd edition of course.fast.ai
https://course.fast.ai/
Apache License 2.0
4.9k stars 3.55k forks source link

Missing ReLU in notebook 06 part 2 #448

Open Brainkite opened 4 years ago

Brainkite commented 4 years ago

Fast.ai Deep Learning Course Part 2, notebook 06_cuda_cnn_hooks_init:

When we refactor the CNN model builder I think the ReLUs after the Conv2D are missing: image

Brainkite commented 4 years ago

Woups sorry, just realized con2d is a finction calling both nn.Conv2d and nn.ReLU. Sorry about that?