A walk with fastai2 - Vision - Study Group and Online Lectures Megathread

dls.c is made if we pass our dataloaders to cnn_learner. It will read this to figure out how many outputs we want in our head

It gets split between the two, so it turns into 512 (they both run at once). Another thing to explore for this is how create_head uses the input filters :wink:

And here: