Build a Fashion-MNIST CNN with PyTorch

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. 

Read More

Setup vhost-user over OVS-DPDK in SUSE

This document is more of a tutorial that should guide you through all of the steps of installing DPDK and Open vSwitch from the packages, and then setup vhost-user ports  for a vm running by qemu command line or libvirt, it will also record  some comman issues.

Read More

Setup Intel Optane DCPMM in KVM/QEMU Guests

We are using Intel Optane DataCenter Persistent Memory Module as the NVDIMM device here. Intel Optane DC Persistent Memory (DCPMM or PMEM) is a new generation of nonvolatile memory (NVM) technology that is fast enough for processors to access stored data directly, without high latency and without a tremendous reduction in performance

Read More