How to load a huge dataset

hi guys , I’m new in pytorch , I am wondering if 3GB image dataset is huge to load in my CPU memory , should I crop or resize them (5050 → 3232) if that’s possible

it moreso depends on your RAM. Assuming you have enough overhead → there it shouldn’t be a problem. Cropping and resizing is a great way to speed things up, but you risk losing information