The layer and instance norm code in the video use std instead of var. This is fixed in the notebook
I said binomial when I meant binary. Also shown incorrectly in the XL spreadsheet (now fixed).
The variance of a batch of one calculates to 0, not infinity. (With some technical exceptions.) Therefore BatchNorm would attempt to scale the filter to infinity.
You donât need to, the first lesson should be understandable without since Jeremy and Chris will cover the basics. If you have time to, it certainly wonât do any harm⊠but there is also a lot of material in those lessons in PyTorch
Thanks! Expanding on that, do you have any good ressources to start learning swift? Maybe thereâs a thread about that on harebrain, havenât been there a lot yet.
The official book, more specifically its introduction is really great to discover all the basic functionality in Swift. Bonus: it can be opened in playgrounds on an ipad/mac if you have one and be interactive.