Technical Stuff in Machine Learning

CUDA Installation conda is an easy-to-use way of managing not only Python packages but also many software packages, including CUDA. Switching between different CUDA versions using is therefore straightforward. update-alternatives One can use update-alternatives to switch between different CUDA versions OS-wide. But I wouldn’t recommend it. >>> sudo update-alternatives --install /usr/local/cuda cuda /usr/local/cuda-11.8 118 >>> sudo update-alternatives --display cuda cuda - manual mode link best version is /usr/local/cuda-12.2 link currently points to /usr/local/cuda-11....

June 16, 2024 · 1 min · Me
Generated using [OG Image Playground by Vercel](https://og-playground.vercel.app/)

Markdown Syntax Guide

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. ...

March 11, 2019 · 2 min · Hugo Authors

Code Syntax Guide

Sample article showcasing basic code syntax and formatting for HTML elements.

March 10, 2019 · 2 min · Aditya Telange

Rich Content and Shortcodes

Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. ...

March 10, 2019 · 1 min · Hugo Authors, PaperMod Contributors

Math Typesetting

Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. ...

March 8, 2019 · 1 min · Hugo Authors

Emoji Support

Emoji can be enabled in a Hugo project in a number of ways. ...

March 5, 2019 · 1 min · Hugo Authors

PaperMod

Contains posts related to PaperMod

0 min · Jiachen Yao