gll89的个人博客分享 http://blog.sciencenet.cn/u/gll89

博文

3D ResNet pre-trained on Kinetics

已有 5109 次阅读 2019-5-27 21:00 |个人分类:DeepLearning|系统分类:科研笔记

注意:resnet-18与-34是shourtcut type是A,其它models的shortcut type是B

resnet-18-kinetics.pth: --model resnet --model_depth 18 --resnet_shortcut A 
resnet-34-kinetics.pth: --model resnet --model_depth 34 --resnet_shortcut A 
resnet-34-kinetics-cpu.pth: CPU ver. of resnet-34-kinetics.pth 
resnet-50-kinetics.pth: --model resnet --model_depth 50 --resnet_shortcut B 
resnet-101-kinetics.pth: --model resnet --model_depth 101 --resnet_shortcut B
resnet-152-kinetics.pth: --model resnet --model_depth 152 --resnet_shortcut B 
resnet-200-kinetics.pth: --model resnet --model_depth 200 --resnet_shortcut B


https://github.com/kenshohara/3D-ResNets-PyTorch


pscp Chest\preprocess\main_ubu.py gaoll@10.76.6.172:/home/gaoll/Codes/Chest/preprocess



https://blog.sciencenet.cn/blog-1969089-1181515.html

上一篇:Install Pytorch on Ubuntu
下一篇:Pytorch training with multi GPUs
收藏 IP: 60.191.2.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-27 03:51

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部