-
Updated
Jun 14, 2021
datasets
Here are 1,343 public repositories matching this topic...
-
Updated
Oct 12, 2021 - Python
At the moment, from API there are two useful columns about tasks:
| Key | Type | Description |
|---|---|---|
| tasks.created_at | datetime | Date and time of task creation. |
| tasks.updated_at | datetime | Date and time of last update to the task. |
However, in tabs (views) there are possible columns tasks:created_at a
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
-
Updated
Nov 16, 2021 - Python
🚨 🚨 Feature Request
- Related to an existing Issue
- A new implementation (Improvement, Extension)
If your feature will improve HUB
Need a way to check if a dataset already exists.
hub.empty throws an error if a dataset exists and hub.load throws an error if the dataset does not exist.
Need a way to check if a dataset already exists without throwing a
-
Updated
Nov 16, 2021 - Python
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
Mar 1, 2020 - Python
Is there a specific app this action is for?
Discord
Please provide a link to the relevant API docs for the specific service / operation.
https://discord.com/developers/docs/resources/user#create-dm
-
Updated
Nov 12, 2021
-
Updated
Sep 16, 2021 - Python
-
Updated
Aug 1, 2021 - Python
-
Updated
Jan 28, 2021 - Jupyter Notebook
-
Updated
Oct 18, 2021 - Vue
-
Updated
Nov 15, 2021 - Julia
Issue to track tutorial requests:
- Deep Learning with PyTorch: A 60 Minute Blitz - #69
- Sentence Classification - #79
-
Updated
Nov 8, 2021 - Python
-
Updated
May 18, 2021 - Python
-
Updated
Nov 16, 2019 - Python
What?
Currently, API manually throws its own messages and errors. We should move them to werkzeug exceptions.
-
Updated
Nov 10, 2021
-
Updated
Aug 25, 2021
-
Updated
Jun 12, 2021
-
Updated
Dec 10, 2020
-
Updated
Nov 15, 2021 - Python
Improve this page
Add a description, image, and links to the datasets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datasets topic, visit your repo's landing page and select "manage topics."
f-strings offer better readability/performance than
str.formatand%, so we should use them in all places in our codebase unless there is good reason to keep the older syntax.