ResNet-Tensorflow-master

所属分类:人工智能/神经网络/深度学习
开发工具:Python
文件大小:8KB
下载次数:6
上传日期:2020-05-26 16:21:07
上 传 者Lyot
说明:  使用tensorflow框架对高光谱图像进行识别、分类
(Recognition and classification of hyperspectral images using densenet structure)

文件列表:
LICENSE (1079, 2019-04-23)
ResNet.py (11119, 2019-04-23)
main.py (2264, 2019-04-23)
ops.py (5101, 2019-04-23)
utils.py (7263, 2019-04-23)

# ResNet-Tensorflow Simple Tensorflow implementation of ***pre-activation*** ResNet18, ResNet34, ResNet50, ResNet101, ResNet152 ## Summary ### dataset * [tiny_imagenet](https://tiny-imagenet.herokuapp.com/) * cifar10, cifar100, mnist, fashion-mnist in `keras` (`pip install keras`) ### Train * python main.py --phase train --dataset tiny --res_n 18 --lr 0.1 ### Test * python main.py --phase test --dataset tiny --res_n 18 --lr 0.1 ## Related works * [SENet-Tensorflow](https://github.com/taki0112/SENet-Tensorflow) * [DenseNet-Tensorflow](https://github.com/taki0112/Densenet-Tensorflow) * [ResNeXt-Tensorflow](https://github.com/taki0112/ResNeXt-Tensorflow) ## Author Junho Kim

近期下载者

相关文件


收藏者