Dataset Viewer issue: JobManagerCrashedError

#1
by chcorbi - opened
Owner

The dataset viewer is not working.

Error details:

Error code:   JobManagerCrashedError

cc @albertvillanova @lhoestq @severo .

I refreshed the Viewer and there is a new error:

PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7f7789051680>

it looks like some of the images can't be loaded properly

Owner

Hi @lhoestq ,

Thank you for your help. I have updated the configuration in README to only show images_bottom:

 configs:
  - config_name: default
    data_files:
      - split: train
        path: train/images_bottom/**
      - split: val
        path: val/images_bottom/**
      - split: test
        path: test/images_bottom/**
    default: true

Would i be possible to refresh the Viewer again as the error code is now back to
Error code: JobManagerCrashedError

Hi ! I refreshed it and this time it seems there is a bug with the Viewer and it doesn't show the images_bottom images as requested. It should be fixed soon, once we have updated the Viewer's backend to the latest datasets library version

Sign up or log in to comment