end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

2022-09-12から1日間の記事一覧

mnistのデータを numpy と pillow for python で pngへ変換

# coding: utf-8 from PIL import Image import sys, os import urllib.request import gzip import numpy as np def main(): mymnist = MyMnist() (x_train, t_train, x_test, t_test) = mymnist.load_mnist() i = 0 while i < 10: img = Image.fromarray(n…