Python-PyTorch图像分类模型脚本预训练权重集合

上传者: 39841882 | 上传时间: 2022-07-25 15:17:56 | 文件大小: 97KB | 文件类型: ZIP
PyTorch image models, scripts, pretrained weights -- (SE)ResNet/ResNeXT, DPN, EfficientNet, MixNet, MobileNet-V3/V2/V1, MNASNet, Single-Path NAS, FBNet, and more

文件下载

资源详情

[{"title":"( 55 个子文件 97KB ) Python-PyTorch图像分类模型脚本预训练权重集合","children":[{"title":"rwightman-pytorch-image-models-1202d05","children":[{"title":".gitignore <span style='color:#111;'> 1.18KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 14.83KB </span>","children":null,"spread":false},{"title":"validate.py <span style='color:#111;'> 7.31KB </span>","children":null,"spread":false},{"title":"timm","children":[{"title":"loss","children":[{"title":"cross_entropy.py <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 78B </span>","children":null,"spread":false}],"spread":true},{"title":"utils.py <span style='color:#111;'> 10.72KB </span>","children":null,"spread":false},{"title":"models","children":[{"title":"dpn.py <span style='color:#111;'> 11.85KB </span>","children":null,"spread":false},{"title":"inception_v4.py <span style='color:#111;'> 10.04KB </span>","children":null,"spread":false},{"title":"pnasnet.py <span style='color:#111;'> 17.50KB </span>","children":null,"spread":false},{"title":"senet.py <span style='color:#111;'> 18.92KB </span>","children":null,"spread":false},{"title":"inception_resnet_v2.py <span style='color:#111;'> 12.08KB </span>","children":null,"spread":false},{"title":"xception.py <span style='color:#111;'> 7.67KB </span>","children":null,"spread":false},{"title":"resnet.py <span style='color:#111;'> 11.54KB </span>","children":null,"spread":false},{"title":"model_factory.py <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"inception_v3.py <span style='color:#111;'> 4.85KB </span>","children":null,"spread":false},{"title":"densenet.py <span style='color:#111;'> 8.71KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 164B </span>","children":null,"spread":false},{"title":"test_time_pool.py <span style='color:#111;'> 1.64KB </span>","children":null,"spread":false},{"title":"helpers.py <span style='color:#111;'> 3.85KB </span>","children":null,"spread":false},{"title":"adaptive_avgmax_pool.py <span style='color:#111;'> 3.09KB </span>","children":null,"spread":false},{"title":"gluon_resnet.py <span style='color:#111;'> 29.54KB </span>","children":null,"spread":false},{"title":"median_pool.py <span style='color:#111;'> 1.66KB </span>","children":null,"spread":false},{"title":"conv2d_same.py <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"gen_efficientnet.py <span style='color:#111;'> 56.16KB </span>","children":null,"spread":false}],"spread":false},{"title":"__init__.py <span style='color:#111;'> 66B </span>","children":null,"spread":false},{"title":"version.py <span style='color:#111;'> 22B </span>","children":null,"spread":false},{"title":"scheduler","children":[{"title":"scheduler.py <span style='color:#111;'> 3.27KB </span>","children":null,"spread":false},{"title":"cosine_lr.py <span style='color:#111;'> 3.49KB </span>","children":null,"spread":false},{"title":"step_lr.py <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false},{"title":"tanh_lr.py <span style='color:#111;'> 3.56KB </span>","children":null,"spread":false},{"title":"plateau_lr.py <span style='color:#111;'> 2.33KB </span>","children":null,"spread":false},{"title":"scheduler_factory.py <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 206B </span>","children":null,"spread":false}],"spread":true},{"title":"data","children":[{"title":"mixup.py <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"config.py <span style='color:#111;'> 3.14KB </span>","children":null,"spread":false},{"title":"dataset.py <span style='color:#111;'> 2.96KB </span>","children":null,"spread":false},{"title":"distributed_sampler.py <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"random_erasing.py <span style='color:#111;'> 3.32KB </span>","children":null,"spread":false},{"title":"constants.py <span style='color:#111;'> 303B </span>","children":null,"spread":false},{"title":"tf_preprocessing.py <span style='color:#111;'> 8.22KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 204B </span>","children":null,"spread":false},{"title":"loader.py <span style='color:#111;'> 4.63KB </span>","children":null,"spread":false},{"title":"transforms.py <span style='color:#111;'> 7.20KB </span>","children":null,"spread":false}],"spread":true},{"title":"optim","children":[{"title":"__init__.py <span style='color:#111;'> 103B </span>","children":null,"spread":false},{"title":"nadam.py <span style='color:#111;'> 3.67KB </span>","children":null,"spread":false},{"title":"optim_factory.py <span style='color:#111;'> 1.95KB </span>","children":null,"spread":false},{"title":"rmsprop_tf.py <span style='color:#111;'> 5.45KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"train.py <span style='color:#111;'> 21.92KB </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 11.08KB </span>","children":null,"spread":false},{"title":"inference.py <span style='color:#111;'> 4.81KB </span>","children":null,"spread":false},{"title":"convert","children":[{"title":"convert_from_mxnet.py <span style='color:#111;'> 3.95KB </span>","children":null,"spread":false}],"spread":true},{"title":"requirements.txt <span style='color:#111;'> 22B </span>","children":null,"spread":false},{"title":"setup.py <span style='color:#111;'> 1.63KB </span>","children":null,"spread":false},{"title":"distributed_train.sh <span style='color:#111;'> 107B </span>","children":null,"spread":false},{"title":"clean_checkpoint.py <span style='color:#111;'> 2.01KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明