├── README.md ├── main.py ├── measures.py └── models ├── fc.py └── vgg.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bneyshabur/generalization-bounds/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bneyshabur/generalization-bounds/HEAD/main.py -------------------------------------------------------------------------------- /measures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bneyshabur/generalization-bounds/HEAD/measures.py -------------------------------------------------------------------------------- /models/fc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bneyshabur/generalization-bounds/HEAD/models/fc.py -------------------------------------------------------------------------------- /models/vgg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bneyshabur/generalization-bounds/HEAD/models/vgg.py --------------------------------------------------------------------------------