Skip to content

Commit

Permalink
fix: Change import root
Browse files Browse the repository at this point in the history
  • Loading branch information
zzangsu committed Jun 1, 2024
1 parent 1b2ba3d commit 41f761f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autosink_model_training/preprocess.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from transformers import AutoFeatureExtractor
from dataset import load_custom_dataset
from autosink_model_training.dataset import load_custom_dataset
from torchvision.transforms import Compose, Resize, Normalize, ToTensor, RandomHorizontalFlip, ColorJitter, RandomApply, RandomVerticalFlip

# Function to preprocess and augment images
Expand Down

0 comments on commit 41f761f

Please sign in to comment.