├── Byol.py ├── Main_ImageNet.py ├── Normalization_Techniques.py ├── README.md ├── ResNets.py ├── Result2.JPG ├── Testing_CIFAR 10_100_SVHN.py ├── Training_CIFAR 10_100_SVHN.py ├── VGG.py ├── Vision-Transformer(ViT).py ├── alexnet.py ├── data_loader.py ├── densenet.py ├── helper.py ├── method.JPG ├── resnet.py └── squeezenet.py /Byol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/Byol.py -------------------------------------------------------------------------------- /Main_ImageNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/Main_ImageNet.py -------------------------------------------------------------------------------- /Normalization_Techniques.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/Normalization_Techniques.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/README.md -------------------------------------------------------------------------------- /ResNets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/ResNets.py -------------------------------------------------------------------------------- /Result2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/Result2.JPG -------------------------------------------------------------------------------- /Testing_CIFAR 10_100_SVHN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/Testing_CIFAR 10_100_SVHN.py -------------------------------------------------------------------------------- /Training_CIFAR 10_100_SVHN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/Training_CIFAR 10_100_SVHN.py -------------------------------------------------------------------------------- /VGG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/VGG.py -------------------------------------------------------------------------------- /Vision-Transformer(ViT).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/Vision-Transformer(ViT).py -------------------------------------------------------------------------------- /alexnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/alexnet.py -------------------------------------------------------------------------------- /data_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/data_loader.py -------------------------------------------------------------------------------- /densenet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/densenet.py -------------------------------------------------------------------------------- /helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/helper.py -------------------------------------------------------------------------------- /method.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/method.JPG -------------------------------------------------------------------------------- /resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/resnet.py -------------------------------------------------------------------------------- /squeezenet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AfifaKhaled/Batch-Channel-Normalization/HEAD/squeezenet.py --------------------------------------------------------------------------------