Pytorch implementations of deep learning libraries.
Table of Contents
I was really inspired by the work of Yiding Jiang and his group in the paper "Predicting the generalization gap in deep networks with margin distributions", and sought to replicate the work in pytorch. Along the way I noticed that many papers that use similiar methods to predict generalization lacked full pytorch implimentations, and sought to convert them.
- Clone this repo
- Download Starting kit and Public Data from Codalab
- Add path to "ingestion_program" , in line 7 of 'convert_models.py'
- Add path to "input_data", in line 19 of 'convert_models.py'
Distributed under the MIT License. See LICENSE
for more information.
- [1]Y. Jiang, D. Krishnan, H. Mobahi, and S. Bengio, “Predicting the Generalization Gap in Deep Networks with Margin Distributions,” arXiv:1810.00113 [cs, stat], Jun. 2019, Accessed: Jul. 27, 2020. [Online]. Available: http://arxiv.org/abs/1810.00113.