PyTorch Utility Package to setup training and testing pipeline for Computer Vision Tasks
Package has 5 sub-packages
Consists of Dataset, Dataloader functions and classes
Has two different network files, based on CIFAR-10 and MNIST
Consists of Train and Testing part of NeuralNet
Mainly modelsummary with Receptive Field calculated layer-wise
Consists of DataUtils and ModelUtils, which has helper functions mainly to plot and visualize data in former, & latter has model related functions.
* Depthwise
* Dilated
* BatchNorm
* GroupNorm
* LayerNorm
* with layer-wise Receptive Field
Loss functions
* Cross Entropy Loss
* NLLoss
Evaluation Metrics
* Accuracy
Optimizers
* Stochastic Gradient Descent
LR Schedulers
* Step LR
* Reduce LR on Plateau
* One Cycle Policy
* MNIST
* CIFAR10