修改dataloader

This commit is contained in:
yukun-hh 2026-04-12 20:10:53 +08:00
parent af1bed54ea
commit e380094fa1

View file

@ -13,7 +13,7 @@ import os
from PIL import Image
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
def create_dataloaders(data_root='..',
batch_size=32,