Skip to content

File size warning

s233039 requested to merge memory_warning into main

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.

Merge request reports