Created
March 27, 2022 14:32
-
-
Save agvdndor/1994b52413c44ec1e3f564b45aa1881b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
import albumentations | |
# load policy as transform based from downloaded json file | |
cifar10_transform = albumentations.load("cifar10_autoalbument.json") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment