Michael Virgo
Results
2
issues of
Michael Virgo
The current way the dataset is loaded for training is super inefficient and loads the whole dataset all at once. As such, I should consider changing the dataset from being...
Scipy deprecated `imresize` as of 1.3.0 and now suggests using PIL to resize images. This will require both updating code as well as the environment file to eventually remove scipy...
enhancement