<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/rss/styles.xsl" type="text/xsl"?><rss version="2.0"><channel><title>Fan Zhang</title><description>Fan Zhang&apos;s personal website</description><link>https://fzhg.site/</link><item><title>How to install cuda on Ubuntu 18.04 and run Tensorflow and Pytorch</title><link>https://fzhg.site/blog/2018-4-30-ubuntu-1804-cuda-installation/</link><guid isPermaLink="true">https://fzhg.site/blog/2018-4-30-ubuntu-1804-cuda-installation/</guid><description> The blog post describes the process of installing TensorFlow, CUDA, cuDNN, and PyTorch on Ubuntu 18.04. It outlines the necessary steps for successful installation, including preparing the system, installing dependencies, and verifying installations with test runs. The guide is detailed and targeted towards users familiar with Linux and deep learning frameworks.</description><pubDate>Mon, 19 Nov 2018 00:00:00 GMT</pubDate></item><item><title>When Slice copies over themselves…..</title><link>https://fzhg.site/blog/slice/</link><guid isPermaLink="true">https://fzhg.site/blog/slice/</guid><description>The article clarifies the Go language&apos;s slice mechanism, specifically focusing on the copy function&apos;s behavior with overlapping slices. It explains that the copy function handles slices of different lengths and overlaps by copying up to the smaller number of elements, ensuring correct handling even when the source and destination share the same array.</description><pubDate>Tue, 21 Sep 2021 00:00:00 GMT</pubDate></item></channel></rss>