Skip to content

Instantly share code, notes, and snippets.

@tchaton
Created May 11, 2021 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tchaton/f3ceafeb246b46f8c8f7d9e4498760b0 to your computer and use it in GitHub Desktop.
Save tchaton/f3ceafeb246b46f8c8f7d9e4498760b0 to your computer and use it in GitHub Desktop.
imports
import os
from typing import Callable, List
import kornia.augmentation as K
import torch
from pytorchvideo.transforms import ApplyTransformToKey, RandomShortSideScale, UniformTemporalSubsample
from torch.utils.data.sampler import RandomSampler
from torchvision.transforms import CenterCrop, Compose, RandomCrop, RandomHorizontalFlip
import flash
from flash.core.classification import Labels
from flash.core.finetuning import NoFreeze
from flash.data.utils import download_data
from flash.video import VideoClassificationData, VideoClassifier
@bayesianist
Copy link

Error not found Labels from flash.core.classification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment