Skip to content
#

datasets

Here are 1,056 public repositories matching this topic...

ljades
ljades commented Feb 19, 2021

How to reproduce the behaviour

The error occurs in the Step 5/9 of the docker build process

fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz: BAD signature
WARNING: Ignoring http
Zillibub
Zillibub commented Feb 23, 2021

🐛🐛 Bug Report

⚗️ Current Behavior

Launch of an large_dataset_build.py falls with an exception

  File "hub\store\shape_detector.py", line 107, in _get_chunks
    assert chunks[0] == 1

The chuck value in schema in given example is chunks=(2, 1920, 1080, 3). So to run this code without exceptions I need to change it to chunks=(1, 1920, 1080, 3). Why is there an asserti

Improve this page

Add a description, image, and links to the datasets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datasets topic, visit your repo's landing page and select "manage topics."

Learn more