Skip to content

Instantly share code, notes, and snippets.

@agvdndor
Created March 27, 2022 14:32
Show Gist options
  • Save agvdndor/1994b52413c44ec1e3f564b45aa1881b to your computer and use it in GitHub Desktop.
Save agvdndor/1994b52413c44ec1e3f564b45aa1881b to your computer and use it in GitHub Desktop.
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