mnist-cluttered:杂乱的 MNIST 数据集

时间:2021-06-16 11:25:29
【文件属性】:
文件名称:mnist-cluttered:杂乱的 MNIST 数据集
文件大小:6KB
文件格式:ZIP
更新时间:2021-06-16 11:25:29
Lua 杂乱的 MNIST 数据集 安装脚本将下载 MNIST 并生成mnist/*.t7文件: luajit download_mnist.lua 用法示例: 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())
【文件预览】:
mnist-cluttered-master
----example.lua(676B)
----LICENSE(1KB)
----README.md(462B)
----mnist_cluttered.lua(6KB)
----download_mnist.lua(5KB)

网友评论