File size warning
New Dataloader method that compares file size with available memory and throws error if there is not enough. If force_load == True, it prints warning and tries to load anyways. If virtual_stack == True, it doesn't check at all. Added the logic into dataloader.
New function in utils for checking file size.