资源简介
tensorflow对数据集中数据的读取与运算结果保存、训练模型、测试模型
代码片段和文件信息
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License Version 2.0 (the “License“);
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing software
# distributed under the License is distributed on an “AS IS“ BASIS
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
“““Builds the CIFAR-10 network.
Summary of available functions:
# Compute input images and labels for train
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-07-22 02:35 chapter_2\
文件 1115 2018-07-22 02:35 chapter_2\test.py
文件 4350 2018-07-22 02:35 chapter_2\cifar10_train.py
文件 10250 2018-07-22 02:35 chapter_2\cifar10_multi_gpu_train.py
文件 2274 2018-07-22 02:35 chapter_2\cifar10_input_test.py
文件 9898 2018-07-22 02:35 chapter_2\cifar10_input.py
文件 2205 2018-07-22 02:35 chapter_2\cifar10_extract.py
文件 5458 2018-07-22 02:35 chapter_2\cifar10_eval.py
文件 527 2018-07-22 02:35 chapter_2\cifar10_download.py
文件 14656 2018-07-22 02:35 chapter_2\cifar10.py
文件 899 2018-07-22 02:35 chapter_2\__init__.py
文件 418 2018-07-22 02:35 chapter_2\README_eng.md
文件 2005 2018-07-22 02:35 chapter_2\README.md
文件 8884 2018-07-22 02:35 chapter_2\C.jpg
文件 1683 2018-07-22 02:35 chapter_2\BUILD
文件 11948 2018-07-22 02:35 chapter_2\B.jpg
文件 5946 2018-07-22 02:35 chapter_2\A.jpg
评论
共有 条评论