Categories
Python

How to Install pandas on Ubuntu 20.04

Here you will learn 3 ways to install pandas on Ubuntu 20.04 through apt or pip or conda. Specifically, you will also learn how to install Python 3 and Python package manager, either pip or conda (Anaconda or Miniconda). pandas & Ubuntu 20.04 Pandas is a fast, efficient, modular and easy-to-use open source framework for […]

Categories
Python PyTorch

How to Install PyTorch with CUDA 9.1

PyTorch is an extremely popular Deep Learning framework that supports the latest CUDA by default, but what if you want to use PyTorch with CUDA 9.1? If you have not upgraded NVIDIA driver or are unable to upgrade CUDA due to lack of root access, an older version such as CUDA 9.1 will cause you […]

Categories
Linux

How to Check CUDA Version Easily

Here you will learn how to check NVIDIA CUDA version in 3 ways: nvcc from CUDA toolkit, nvidia-smi from NVIDIA driver, and simply checking a file. Using one of these methods, you will be able to see the CUDA version regardless the software you are using, such as PyTorch, TensorFlow, conda (Miniconda/Anaconda) or inside docker. […]

Categories
Self-Hosted

How to Install Lidarr on Ubuntu 20.04

Installing Lidarr on Ubuntu 20.04 is easy, and takes just 3 steps. I You’ll also learn how to install Mono in this guide, a C # run time that Lidar is programmed in, and set up the Lidarr key and repo on Ubuntu 20.04 before installation. We are also introducing a lidarr systemd service to allow Lidarr […]

Categories
PyTorch Python

How to Install PyTorch with CUDA 9.0

PyTorch is a very popular Deep Learning framework which by default supports the latest CUDA, but what if you want to use PyTorch with CUDA 9.0? If you haven’t updated NVIDIA driver or can not upgrade CUDA due to lack of root access, an old version like CUDA 9.0 will cause you to settle down. […]

Categories
Python PyTorch

How to Install PyTorch with CUDA 9.2

PyTorch is a well established Deep Learning framework that supports the newest CUDA by default but what if you want to use PyTorch with CUDA 9.2? Whether you have not updated NVIDIA driver or are unable to update CUDA due to lack of root access, an outdated version like CUDA 9.2 would force you to […]

Categories
Python PyTorch

How to Install PyTorch with CUDA 10.2

PyTorch is a well recognized Deep Learning framework that installs by default the newest CUDA but what if you want to Install PyTorch with CUDA 10.2? (The latest CUDA is 11.0 and PyTorch will soon follow up.) If you haven’t upgraded NVIDIA driver or can’t upgrade CUDA due to lack of root access, you will […]

Categories
Self-Hosted

How to Install Jackett on Ubuntu 20.04

Here you will learn how to install Jackett on Ubuntu 20.04. Particularly, you will learn how to install Mono, a C# runtime that Jackett is programmed in, and download the latest Jackett release from GitHub and install it on Ubuntu 20.04. We will also add a systemd service for Jacket to autostart on boot. Jackett […]

Categories
PyTorch Python

How to Check PyTorch CUDA Version Easily

Here you will learn how to check NVIDIA CUDA version for PyTorch and other frameworks like TensorFlow. The 3 methods are nvcc from CUDA toolkit, nvidia-smi from NVIDIA driver, and simply checking a file. Prerequisite Before we begin, you should have installed NVIDIA driver on your system as well as Nvidia CUDA toolkit, aka, CUDA. […]

Categories
PyTorch Python

How to Install PyTorch on Ubuntu 20.04 (pip & conda)

Here you will learn how to install PyTorch on Ubuntu 20.04 using either pip or conda. Specifically, you will learn how to install Python 3 and Python package manager, either pip or conda (Anaconda or Miniconda). You will also learn how to install CUDA through apt-get in the official repository of Ubuntu 20.04. Last but […]

Categories
Python PyTorch

How to Install PyTorch with CUDA 10.1

PyTorch is a widely known Deep Learning framework and installs the newest CUDA by default, but what about CUDA 10.1? If you have not updated NVidia driver or are unable to update CUDA due to lack of root access, you may need to settle down with an outdated version such as CUDA 10.1. Which means […]

Categories
ROS

How to Install ROS Noetic on Raspberry Pi 4

This tutorial will cover how to install ROS Noetic on the Raspberry Pi 4 (Raspberry Pi OS or Raspbian). You will learn how to set up ROS repo/key, build the dependencies of Noetic and install the packages in the ros_comm Noetic variant. ROS Noetic & Raspberry Pi ROS Noetic is the latest version and the […]