文件名称:tf_estimator_example:Tensorflow估算器示例
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-03 14:24:50
Python
Tensorflow估算器示例 有关如何使用Tensorflow的类的示例脚本。 该存储库作为随附的博客文章,位于 感兴趣的主要文件将是 ,该文件定义了一个示例估计器,用于在mnist上训练网络。 设定环境 使用 Python: conda env create -f env.yml source activate tensorflow 训练 本地培训 设置环境后,您可以使用以下方法在本地运行培训: ./src/mnist_estimator.py 可以使用监视培训: tensorboard --logdir=./mnist_training 训练后,您可以使用以下方法检查推论: ./src/mnist_inference.py 在Google Cloud上进行培训 在创建一个[新项目所描述 。 (我将我的项目命名为mnist-estimator ) 安装Google C
【文件预览】:
tf_estimator_example-master
----.gitignore(35B)
----env.yml(501B)
----src()
--------__init__.py(0B)
--------mnist_estimator.py(7KB)
--------mnist_inference.py(2KB)
----README.md(3KB)