Build a Fashion-MNIST CNN with PyTorch

Tags: AI  

This project is based on  PyTorch which was introduced by Facebook in 2017. DataSet is Fashion MNIST which is a dataset from Zalando's article images. It has a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, along with a label from 10 classes. It is a replacement for MNIST dataset to benchmark machine learning algorithms. 

lyan Published by 2021-07-10 01:49

Detail »

闲聊Framebuffer

Tags: VGA  

接触过图形相关的同学应该对Framebuffer这个名词不陌生,但Framebuffer究竟是什么,用来做什么,本文就来闲聊一下Framebuffer。

lyan Published by 2021-07-01 01:36

Detail »