-
Pytorch's forward hooks
08 Jul 2019
Pytorch’s hooks If you want to inspect or modify the outputs or grad_outputs of intermediate layers or final layers then...
-
Semantic-Segmentation with the help of U-Nets
05 Jun 2019
Introduction / Summary: This project focuses on building an UNET model for implementation of semantic segmentation on pascal voc 2012...