残差网络图像分类 复现 tensorflow1.2.0以上

时间:2021-01-02 11:03:09
【文件属性】:

文件名称:残差网络图像分类 复现 tensorflow1.2.0以上

文件大小:38KB

文件格式:GZ

更新时间:2021-01-02 11:03:09

Reproduced ResNet ;

网络环境:ubuntu系统下,python3.4以上,tensorflow1.12.0以上.需要自己训练 * Random split 50k training set into 45k/5k train/eval split. * Pad to 36x36 and random crop. Horizontal flip. Per-image whitening. * Momentum optimizer 0.9. * Learning rate schedule: 0.1 (40k), 0.01 (60k), 0.001 (>60k). * L2 weight decay: 0.002. * Batch size: 128. (28-10 wide and 1001 layer bottleneck use 64)


【文件预览】:
resnet
----g3doc()
--------cifar_resnet_legends.gif(4KB)
--------cifar_resnet.gif(14KB)
----README.md(3KB)
----resnet_model.pyc(10KB)
----cifar_input.pyc(3KB)
----__pycache__()
--------cifar_input.cpython-34.pyc(3KB)
--------resnet_model.cpython-34.pyc(7KB)
----BUILD(579B)
----.idea()
--------workspace.xml(27KB)
--------resnet.iml(458B)
--------misc.xml(328B)
--------modules.xml(264B)
--------inspectionProfiles()
----cifar_input.py(4KB)
----resnet_main.py(8KB)
----resnet_model.py(11KB)

网友评论

  • 超级棒真的