model
model copied to clipboard
Automate progressive image resizing
To train the multi size images architecture, we need to either stop/restart the model every ~10 epochs, changing progressively the image size in the data loader.
Preferrably we would implement a pytorch hook to make this change automatically.