Skip to content

Commit

Permalink
flint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonSantiago committed Nov 23, 2024
1 parent 0211804 commit 2c58d49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sparsecoding/transforms/images.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import torch
import torch.fft as fft
import warnings
from typing import Dict, Optional
from functools import lru_cache
from .whiten import whiten, compute_whitening_stats
Expand Down Expand Up @@ -281,9 +282,6 @@ def __call__(self, images: torch.Tensor) -> torch.Tensor:

def __repr__(self):
return "custom whitening augmentation"

import warnings
import torch


def sample_random_patches(
Expand Down

0 comments on commit 2c58d49

Please sign in to comment.