Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

google-deepmind/mnist-cluttered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cluttered MNIST Dataset

A setup script will download MNIST and produce mnist/*.t7 files:

luajit download_mnist.lua

Example usage:

local mnist_cluttered = require 'mnist_cluttered'
-- The observation will have size 1x100x100 with 8 distractors.
local dataConfig = {megapatch_w=100, num_dist=8}
local dataInfo = mnist_cluttered.createData(dataConfig)
local observation, target = unpack(dataInfo.nextExample())

Releases

No releases published

Packages

No packages published

Languages