Hi,
I’m trying to run the resnet50_cifar_inference.py script, but it requires a model checkpoint file named resnet50_cifar_gelu_kurt.pt.
However, I can’t find any instructions or links in the repository or documentation that explain how to:
- obtain this file, or
- train the model to generate it myself.
Could you please clarify:
- Where to download or generate
resnet50_cifar_gelu_kurt.pt?
- If it needs to be trained locally, which script or configuration should be used?
- Any required datasets, training parameters, or dependencies not mentioned in the README?
Thanks in advance for your help!
Hi,
I’m trying to run the
resnet50_cifar_inference.pyscript, but it requires a model checkpoint file namedresnet50_cifar_gelu_kurt.pt.However, I can’t find any instructions or links in the repository or documentation that explain how to:
Could you please clarify:
resnet50_cifar_gelu_kurt.pt?Thanks in advance for your help!