Skip to content
View mantasu's full-sized avatar
🎓
Studying
🎓
Studying

Highlights

  • Pro
Block or Report

Block or report mantasu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. cs231n cs231n Public

    Shortest solutions for CS231n 2021-2024

    Jupyter Notebook 211 49

  2. cs224n cs224n Public

    Solutions for CS224n (2022)

    Python 44 17

  3. face-crop-plus face-crop-plus Public

    Face aligner and cropper with quality enhancement and attribute parsing

    Python 49 6

  4. glasses-detector glasses-detector Public

    Glasses detection, classification and segmentation

    Python 33 6

  5. Tensorflow & Pytorch installation wi... Tensorflow & Pytorch installation with CUDA (Linux and WSL2 for Windows 11)
    1
    # Install Tensorflow & Pytorch with CUDA [_Linux_ | _WSL2_]
    2
    
    
    3
    ## Overview
    4
    
    
    5
    This guide provides steps on how to install [Tensorflow](https://www.tensorflow.org/) and [Pytorch](https://pytorch.org/) on _Linux_ environment (including **WSL2** - _Windows Subsystem for Linux_) with [NVIDIA GPU](https://www.nvidia.com/en-gb/graphics-cards/) support. Here I focus on **Ubuntu 22.04** and **WSL2** (_Windows 11_) but things should work on more/less recent/relevant versions. From what I've checked there are no full consistent guidelines, hopefully this one should clear things up (also serve as a reminder for me).