Skip to content

Instantly share code, notes, and snippets.

View benihime91's full-sized avatar
:shipit:
:)

Ayushman Buragohain benihime91

:shipit:
:)
View GitHub Profile
set-option -sa terminal-overrides ",xterm*:Tc"
set -g mouse on
set -g base-index 1
set -g pane-base-index 1
set-window-option -g pane-base-index 1
set-option -g renumber-windows on
set -g pane-border-status top
@benihime91
benihime91 / timm.ipynb
Last active March 24, 2022 22:19 — forked from Chris-hughes10/timm.ipynb
timm.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Ubuntu 20.04 for Deep Learning

In the name of God

This gist contains steps to setup Ubuntu 20.04 for deep learning.


Install Ubuntu 20.04:

@benihime91
benihime91 / effres-agc.yaml
Created June 24, 2021 08:20 — forked from rwightman/effres-agc.yaml
timm config for training an nfnet, load with --config arg, override batch size, lr for your number of GPUs/dist nodes
aa: rand-m6-n5-inc1-mstd1.0
amp: false
apex_amp: false
aug_splits: 0
batch_size: 256
bn_eps: null
bn_momentum: null
bn_tf: false
channels_last: false
checkpoint_hist: 10
@benihime91
benihime91 / lr-suggestors.ipynb
Created May 8, 2021 22:30 — forked from muellerzr/lr-suggestors.ipynb
LR Suggestors.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.