You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Minor changes
AutoAlbument now uses the instantiate function from Hydra to create instances of Classification and Semantic Segmentation models. This change allows using custom models inside AutoAlbument. See the CIFAR10 example that uses a custom ResNet-18 model.
AutoAlbument now requires timm>=0.3.2 and segmentation-models-pytorch>=0.1.3.
All arguments to SearchDataset classes in examples are now defined in Hydra configs.