Please ask any questions relevant to today’s lesson here. For more advanced or less directly relevant discussion, please use the further discussion topic.
Please remember to like a post instead of saying thanks, and that duplicate posts will be removed to make this topic easier to read (nothing personal).
Some of the notebook titles look familiar. Will you please say a sentence or two about what is different about the Class7-V1 notebooks before you launch into it. It will help us all in making our notes.
Thank you very much for the efforts you put in
Is there a good way to know which components of from fastai import * we are using in a given notebook if we don’t want to import everything? I’ve been confused by the course notebooks using global variables (it’s hard to know where they come from). Especially seems relevant when we want to “producationalize” a model.
I wonder why libraries like fastai don’t support different image sizes and instead we choose to resize and crop? If the image sizes in a given batch are the same size it should work or am I missing something here?
The problem is that your model likes randomness, so you have to give it batches of images that aren’t necessarily the same sizes if you want to do that.