Skip to content

Instantly share code, notes, and snippets.

View sushobhana's full-sized avatar
🎯
Focusing

Sushobhana Patra sushobhana

🎯
Focusing
  • Hyderabad
View GitHub Profile
!pip install fastai==0.7.0
!pip install torchtext==0.2.3
!git clone https://github.com/fastai/fastai
# DATA SETS
# Lesson 1
# !wget http://files.fast.ai/data/dogscats.zip && unzip -qq dogscats.zip -d data/
@sushobhana
sushobhana / gsoc.md
Last active September 20, 2020 18:16
project proposal for CASA CRTF File Handling (Astropy).

GSOC PROPOSAL

  • ORGANISATION : OPEN ASTRONOMY
  • SUB-ORGANISATION : ASTROPY

1. Student Information

@sushobhana
sushobhana / configure_cuda_p70.md
Created February 10, 2018 05:53 — forked from alexlee-gk/configure_cuda_p70.md
Use integrated graphics for display and NVIDIA GPU for CUDA on Ubuntu 14.04

This was tested on a ThinkPad P70 laptop with an Intel integrated graphics and an NVIDIA GPU:

lspci | egrep 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation Device 191b (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GM204GLM [Quadro M3000M] (rev a1)

A reason to use the integrated graphics for display is if installing the NVIDIA drivers causes the display to stop working properly. In my case, Ubuntu would get stuck in a login loop after installing the NVIDIA drivers. This happened regardless if I installed the drivers from the "Additional Drivers" tab in "System Settings" or the ppa:graphics-drivers/ppa in the command-line.

@sushobhana
sushobhana / Install NVIDIA Driver and CUDA.md
Created February 9, 2018 04:39 — forked from wangruohui/Install NVIDIA Driver and CUDA.md
Install NVIDIA Driver and CUDA on Ubuntu / CentOS / Fedora Linux OS