Added
* pytorch-lightning callbacks (TensorBoardAddSS, TensorBoardAddClassification)
for add_ss and add_rgb for segmentation and classification tasks, respectively.
* Initial form of a project template to get ideas going quickly.
* ADE20K dataset
* various optimizers and getters
* various activation functions and getters
* LoadStateDictMixin that adds verbosity to model loading and has more laxed
`strict` shape requirements.
* pretrained resnet models (from torchvision) that utilize LoadStateDictMixin
* Label smoothing losses