updated header

This commit is contained in:
Sarthak Yadav 2023-12-14 16:28:00 +01:00
parent 15a6c155a8
commit 29b7a97342

View File

@ -3,9 +3,6 @@ Implementation of ResNets for CIFAR-10 as per the original paper [https://arxiv.
Configurations include ResNet-20, ResNet-32, ResNet-44, ResNet-56, ResNet-110, ResNet-1202.
There's no BatchNorm is mlx==0.0.4, using LayerNorm instead.
Authors:
Sarthak Yadav, 2023
"""
from typing import Any