修改dataloader
This commit is contained in:
parent
af1bed54ea
commit
e380094fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import os
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
import pandas as pd
|
||||||
|
|
||||||
def create_dataloaders(data_root='..',
|
def create_dataloaders(data_root='..',
|
||||||
batch_size=32,
|
batch_size=32,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue