The article introduces most of the common buses in a server/desktop, their transport speed and the way to calculate it.
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.
今天遇到服务器无法SSH,VNC操作命令提示fork:cannot allocate memory
free查看内存还有(注意,命令可能要多敲几次才会出来)
闲聊Framebuffer
Tags: VGA
接触过图形相关的同学应该对Framebuffer这个名词不陌生,但Framebuffer究竟是什么,用来做什么,本文就来闲聊一下Framebuffer。
代码是如何控制硬件的
Tags: 计算机原理
理解这句话:世界上没有软件,软件只是对硬件的一种反映,就像意识是对世界的一种反映是一样的!
相信这样就很容易理解了。