Skip to content

Instantly share code, notes, and snippets.

@Eshan-Agarwal
Created April 29, 2020 19:33
Show Gist options
  • Save Eshan-Agarwal/0780e601d4cff0b47b2cb7d1e16c999e to your computer and use it in GitHub Desktop.
Save Eshan-Agarwal/0780e601d4cff0b47b2cb7d1e16c999e to your computer and use it in GitHub Desktop.
dataset_info for horses_or_humans
{
"citation": "@ONLINE {horses_or_humans,\nauthor = \"Laurence Moroney\",\ntitle = \"Horses or Humans Dataset\",\nmonth = \"feb\",\nyear = \"2019\",\nurl = \"http://laurencemoroney.com/horses-or-humans-dataset\"\n}",
"description": "A large set of images of horses and humans.",
"downloadSize": "161055054",
"location": {
"urls": [
"http://laurencemoroney.com/horses-or-humans-dataset"
]
},
"name": "horses_or_humans",
"schema": {
"feature": [
{
"name": "image",
"shape": {
"dim": [
{
"size": "300"
},
{
"size": "300"
},
{
"size": "3"
}
]
},
"type": "INT"
},
{
"name": "label",
"type": "INT"
}
]
},
"sizeInBytes": "161055054",
"splits": [
{
"name": "test",
"numShards": "10",
"shardLengths": [
"256"
],
"statistics": {
"features": [
{
"name": "image",
"numStats": {
"commonStats": {
"numNonMissing": "256"
},
"max": 255.0
}
},
{
"name": "label",
"numStats": {
"commonStats": {
"numNonMissing": "256"
},
"max": 1.0
}
}
],
"numExamples": "256"
}
},
{
"name": "train",
"numShards": "10",
"shardLengths": [
"514",
"513"
],
"statistics": {
"features": [
{
"name": "image",
"numStats": {
"commonStats": {
"numNonMissing": "1027"
},
"max": 255.0
}
},
{
"name": "label",
"numStats": {
"commonStats": {
"numNonMissing": "1027"
},
"max": 1.0
}
}
],
"numExamples": "1027"
}
}
],
"supervisedKeys": {
"input": "image",
"output": "label"
},
"version": "3.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment