Skip to content

Instantly share code, notes, and snippets.

View chaudharyachint08's full-sized avatar
❤️
Work from Home

Achint Chaudhary chaudharyachint08

❤️
Work from Home
  • Bangalore, India
View GitHub Profile
sudo apt-get upgrade -y
sudo apt-get update -y
sudo apt-get install gcc g++ make cmake htop iotop tree dkms wget git zip unzip -y
# Installing Alpa (https://alpa-projects.github.io/install.html)
# CUDA 11.4 and cuDNN 8.2.0 required
sudo dnf install gcc gcc-c++ make -y
sudo dnf install wget git zip unzip -y
# https://linuxconfig.org/error-unable-to-find-the-kernel-source-tree-for-the-currently-running-kernel-centos-rhel
#!/bin/bash
# Succint & Verbose inputs to this script are
# ./work.sh
# ./work.sh -f true -e py3 -g j -d NSP -p 8008
# ./work.sh -f true -e py3 -g e -d . -p 8888
# Allowing script to detect conda at .bashrc
eval "$(conda shell.bash hook)"
@chaudharyachint08
chaudharyachint08 / GPU-Fix (WSL-Ubuntu + TF 2.16).md
Last active March 22, 2024 22:35
Provides fix for using GPU on TF 2.16.1 which was release before proper testing
@chaudharyachint08
chaudharyachint08 / gate_da_material.md
Last active June 18, 2025 20:45
GATE(DA) Preparation Material

Probability and Statistics (with Counting/Combinatorics)

  • Mathematics (Class 11 & 12) - NCERT Relevant Chapters
    • Class 11 - Ch 1. Sets
    • Class 11 - Ch 2. Relations and Functions
    • Class 12 - Ch 1. Relations and Functions
    • Class 11 - Ch 6. Permutations and Combinations