keras-inception-resnet-v2:使用Keras的Inception-ResNet v2模型(带有权重文件)

时间:2024-05-23 19:46:46
【文件属性】:

文件名称:keras-inception-resnet-v2:使用Keras的Inception-ResNet v2模型(带有权重文件)

文件大小:45KB

文件格式:ZIP

更新时间:2024-05-23 19:46:46

machine-learning deep-learning keras Python

keras-inception-resnet-v2 使用Keras的Inception-ResNet v2模型(带有权重文件) 在python 3.6下使用tensorflow-gpu==1.15.3和Keras==2.2.5进行了测试(尽管存在很多弃用警告,因为此代码是在TF 1.15之前编写的)。 层和命名遵循TF-slim的实现: : 消息 该实现已合并到keras.applications模块中! 在GitHub上安装最新版本的Keras并使用以下命令导入: from keras . applications . inception_resnet_v2 import InceptionResNetV2 , preprocess_input 用法 基本上与keras.applications.InceptionV3模型相同。 from inception_resnet


【文件预览】:
keras-inception-resnet-v2-master
----.gitignore(28B)
----requirements.txt(105B)
----test_inception_resnet_v2.py(3KB)
----evaluate_imagenet.py(3KB)
----inception_resnet_v2.py(19KB)
----README.md(3KB)
----load_weights.py(2KB)
----elephant.jpg(33KB)
----extract_weights.py(3KB)

网友评论