Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

pretrained_models.py 375 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
  1. MODEL_URLS = {"regnetY800_imagenet": "https://deci-pretrained-models.s3.amazonaws.com/regnetY800_imagenet.pth",
  2. "resnet50_imagenet": "https://deci-pretrained-models.s3.amazonaws.com/resnet50_imagenet.pth",
  3. "repvgg_a0_imagenet": "https://deci-pretrained-models.s3.amazonaws.com/repvgg_a0_imagenet.pth"}
  4. PRETRAINED_NUM_CLASSES = {"imagenet": 1000}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...