Binary_Classifier
在Tensorflow (1.4)数据集( )上使用Tensorflow (1.4) Keras 2.1.5和Tensorflow (1.4)后端在ResNet-50上构建的简单Cat-Dog分类器。
先决条件
确保从此提取的数据集在项目文件夹中。
Python 3+
安装Tensorflow:
$ pip install tensorflow
安装Keras(2.1.5+):
$ pip install keras
安装h5py:
$ pip install h5py
安装PIL(枕头):
$ pip install Pillow
可以在找到适用于MacOS和Ubuntu安装这些库的详细指南。
测验
要测试单个图像以进行预测,请打开终端并运行(建议使用Ubuntu/macOS ):
$ python predict.py
默
2022-04-28 17:13:42
83.87MB
Python
1