Open Brainkite opened 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:
Woups sorry, just realized con2d is a finction calling both nn.Conv2d and nn.ReLU. Sorry about that?
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: