This repo contains list of relevent and useful commands and/or functions for Deep Learning:
-
- Code for - Tensorboard in pytorch : writing scalars, hparam, weight distributions and histograms.
- Non-Tensorboard Confusion Matrix
- Code snippets from Aladdin Persson.
-
- sample code of a model with pretrained model as feature extractor.
-
- code for image and video inline plotting/display in a notebook.
-
- code for running object detection using yolo3 cpu in terminal
-
- extract frames from videos/webcam stream.
-
- after processing frames from local video file or camera stream, save it as video. Using Opencv
-
- code for single forward and backward pass in 1 layer neural network.
-
- code for online webcam segmentation and visualisation.
-
- code for conditional attn
-
- basic spacy comands for text preprocessing.
-
- code for converting model to tf lite compatible model
-
- code for using files in tfrec dataformat