Lesson 7 - CIFAR10: How did the learner initialize weights?

In Lesson 7, we learned how to create CNNs and Resnets from scratch. However, I am not sure how the weights are initialized. Back in Lesson 5 (movielens), we used Kaiming initialization. But in this one, if I am not mistaken, we are just creating the layers and the network.