Instructions to use edadaltocg/resnet34_cifar10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use edadaltocg/resnet34_cifar10 with timm:
import timm model = timm.create_model("hf_hub:edadaltocg/resnet34_cifar10", pretrained=True) - Notebooks
- Google Colab
- Kaggle
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.