Is the Resnet34 Model Pretrained?

#2
by Cat-ion - opened

Hi, thank you very much for the model! I just want to know if your Resnet34 was pretrained on imagenet-1k and transfer learnt on cifar-10?

Hi, no, the model's weight initialization is random. You can check the hyperparameters used for training at https://huggingface.co/edadaltocg/resnet34_cifar10/blob/main/hyperparameters.json.

Sign up or log in to comment