from fastai.vision import *
path = Path('Path_to_the_X-ray_image_folders')
np.random.seed(41)
data = ImageDataBunch.from_folder(path, train="Train", valid ="Valid",
ds_tfms=get_transforms())
IndexError: index 0 is out of bounds for axis 0 with size 0
Я не мог понять источник ошибки. Можете ли вы ввести код здесь? Спасибо.