Part 1, online study group

Meeting Minutes for 01/26/2020

Presentation on Lesson 4

Questions

  • What does np.random.seed(2) do?
    This post & this one addresses them

The ImageDataBunch creates a validation set randomly each time the code block is run. To maintain a certain degree of reproducibility the np.random.seed() method is built-in within the fastai library.

  • How to stop Google Colab from disconnecting?
    @vijayabhaskar shared this in the previous comment

Challenges

  • Many participants shared the common challenges that they face. This deserves a separate post (will summarize this & possible options soon)

Misc

  • Organizational stuff

Resources

2 Likes