├── 1.jpg ├── 2.jpg ├── 36.jpg ├── 36.png ├── 9.png ├── README.md ├── code ├── 10-1 deblurmodel.py ├── 10-10 prepro.py ├── 10-11 train_a_sequence.py ├── 10-12 train_model.py ├── 10-2 训练deblur.py ├── 10-3 使用deblur模型.py ├── 10-4 mydataset.py ├── 10-5 AttGANmodels.py ├── 10-6 trainattgan.py ├── 10-7 testattgan.py ├── 10-8 RNNWGAN模型.py ├── 10-9 mydataset.py ├── 11-1 用梯度下降方法攻击PNASNet模型.py ├── 11-2 用数据增强抗攻击.py ├── 11-3 制造更有鲁棒性的对抗样本.py ├── 11-4 mnist_blackbox.py ├── 12-1 在线性回归模型中添加指定节点到检查点文件.py ├── 12-2 使用源码分离方式二次训练.py ├── 12-3 使用源码分离方式二次训练-扩展.py ├── 12-4 将线性回归模型导出成为冻结图.py ├── 12-5 导入冻结图并使用模型进行预测.py ├── 12-6 用saved_model模块导出与导入模型文件.py ├── 12-7 使用saved_model生成与载入带签名的模型.py ├── 12-8 TF-Hub模型例子.py ├── 12-9 将线性回归模型导出成为lite模型.py ├── 13-1 支持远程调用的模型.py ├── 13-2 grpc客户端.py ├── 13-3 CameraExampleAppDelegate.m ├── 13-4 Object_detection_usbcam.py ├── 3-1 使用AI模型来识别图像.py ├── 3-2 使用nasnet-mobile模型来识别图像.py ├── 4-1 将模拟数据制作成内存对象数据集.py ├── 4-10 将图片文件制作成Dataset数据集.py ├── 4-11 将TFRecord文件制作成Dataset数据集.py ├── 4-12 在动态图里读取Dataset数据集.py ├── 4-13 在动态图里读取Dataset数据集_tf2版.py ├── 4-14 在不同场景中应用数据集.py ├── 4-2 带迭代的模拟数据集.py ├── 4-3 将图片制作成内存对象数据集.py ├── 4-4 将excel文件制作成内存对象数据集.py ├── 4-5 将图片文件制作成tfRecord数据集.py ├── 4-6 interleave例子.py ├── 4-7 Dataset对象的操作方法.py ├── 4-8 将内存数据转成DataSet数据集.py ├── 4-9 from_tensor_slices的注意事项.py ├── 5-1 mydataset.py ├── 5-2 model.py ├── 5-3 train.py ├── 5-4 test.py ├── 5-5 测试TF-Hub库中的mobilenet_v2模型.py ├── 5-6 使用模型评估人物的年龄.py ├── 6-1 使用静态图训练一个具有保存检查点功能的回归模型.py ├── 6-10 tf_layers模型.py ├── 6-11 keras回归模型.py ├── 6-12 使用tf.keras预训练模型.py ├── 6-13 在静态图中使用tf.keras.py ├── 6-14 tfjs回归例子.html ├── 6-15 使用估算器框架进行分布式训练.py ├── 6-16 使用估算器框架进行分布式训练ps.py ├── 6-17 使用估算器框架进行分布式训练chief.py ├── 6-18 使用估算器框架进行分布式训练work.py ├── 6-19 用ResNet识别桔子和苹果.py ├── 6-2 使用动态图训练一个具有保存检查点功能的回归模型.py ├── 6-20 在T2T框架中训练mnist.py ├── 6-21 查看T2T模型及超参.py ├── 6-22__tf2code.py ├── 6-3 动态图另一种梯度方法.py ├── 6-4 从动态图种获取变量.py ├── 6-5 静态图中使用动态图.py ├── 6-6 使用估算器框架训练一个回归模型.py ├── 6-7 为估算器添加钩子.py ├── 6-8 自定义hook.py ├── 6-9 将估算器模型转为静态图模型.py ├── 7-1 用wide and deep模型预测人口收入.py ├── 7-10 电影推荐系统.py ├── 7-11 用lattice预测收入.py ├── 7-12 lattice结合dnn.py ├── 7-13 preprocess.py ├── 7-14 MKR.py ├── 7-15 train.py ├── 7-16 data_loader.py ├── 7-2 用boosted_trees模型预测人口收入.py ├── 7-3 使用feature_column处理连续值特征列.py ├── 7-4 将连续值特征转成离散值特征.py ├── 7-5 将离散文本特征列转化为one-hot编码与词向量.py ├── 7-6 根据特征列生成交叉列.py ├── 7-7 序列特征工程.py ├── 7-8 聚类COCO数据集中的标注框.py ├── 7-9 mnistkmeans.py ├── 8-1 读取fasion-mnist 数据集.py ├── 8-10 keras注意力机制模型.py ├── 8-11 yolo_v3.py ├── 8-12 使用YOLOV3模型进行实物检测.py ├── 8-13 annotation.py ├── 8-14 generator.py ├── 8-15 box.py ├── 8-16 darknet53.py ├── 8-17 yolohead.py ├── 8-18 yolov3.py ├── 8-19 weights.py ├── 8-2 Capsulemodel.py ├── 8-20 yololoss.py ├── 8-21 mainyolo.py ├── 8-22 数据集验证.py ├── 8-23 Mask_RCNN网络应用.py ├── 8-24 mask_rcnn_model.py ├── 8-25 mask_rcnn_utils.py ├── 8-26 mask_rcnn_visualize.py ├── 8-27 othernet.py ├── 8-28 训练Mask_RCNN.py ├── 8-29 mask_rcnn_model.py ├── 8-3 使用胶囊网络识别黑白图中的服装图案.py ├── 8-30 mask_rcnn_utils.py ├── 8-31 othernet.py ├── 8-32 mask_rcnn_visualize.py ├── 8-4 capsnet_em.py ├── 8-5 train_EM.py ├── 8-6 NLP文本预处理.py ├── 8-7 TextCnn模型.py ├── 8-8 使用TextCnn模型进行文本分类.py ├── 8-9 使用keras注意力机制模型分析评论者情绪.py ├── 9-1 用RNN网络为女孩生成英文名字.py ├── 9-10 cbhg.py ├── 9-11 attention.py ├── 9-12 TacotronDecoderwrapper.py ├── 9-13 TacotronHelpers.py ├── 9-14 TacotronDecoder.py ├── 9-15 cn_dataset.py ├── 9-16 tacotron.py ├── 9-17 train.py ├── 9-2 用动态图和tf_keras训练模型.py ├── 9-3 利用Resnet进行样本预处理.py ├── 9-4 用估算器实现带注意力机制的Seq2Seq模型.py ├── 9-5 用估算器实现带注意力机制的Seq2Seq模型——手动对齐.py ├── 9-6 预测飞机发动机的剩余使用寿命.py ├── 9-7 用带有动态路由算法的RNN模型对新闻进行分类.py ├── 9-8 时间序列问题.py └── 9-9 样本预处理.py └── tf2code ├── Chapter10 ├── code10.2 │ ├── code-10-1-deblurmodel-TF1.py │ ├── code-10-1-deblurmodel-TF2.py │ ├── code-10-2-训练deblur-TF1.py │ ├── code-10-2-训练deblur-TF2.py │ ├── code-10-3-使用deblur模型-TF1.py │ ├── code-10-3-使用deblur模型-TF2.py │ ├── log.txt │ ├── reportscode-10-1-deblurmodel.txt │ ├── reportscode-10-2-训练deblur.txt │ ├── reportscode-10-3-使用deblur模型.txt │ └── switchnorm.py ├── code10.3 │ ├── Autoname.py │ ├── code10-4-mydataset-TF1.py │ ├── code10-4-mydataset-TF2.py │ ├── code10-5-AttGANmodels-TF1.py │ ├── code10-5-AttGANmodels-TF2.py │ ├── code10-6-trainattgan-TF1.py │ ├── code10-6-trainattgan-TF2.py │ ├── code10-7-testattgan-TF1.py │ ├── code10-7-testattgan-TF2.py │ ├── reportscode10-4-mydataset.txt │ ├── reportscode10-5-AttGANmodels.txt │ ├── reportscode10-6-trainattgan.txt │ └── reportscode10-7-testattgan.txt └── 第十章转码记录.docx ├── Chapter4 ├── code4-1 │ ├── code4-1-TF1.py │ └── code4-1-TF2.py ├── code4-10 │ ├── code4-10 error.png │ ├── code4-10-TF1.py │ ├── code4-10-TF2 - 副本.py │ ├── code4-10-TF2 -TFa.py │ ├── code4-10-TF2(程序没问题框架有bug).py │ ├── reportscode4-10.txt │ └── 新建文本文档.txt ├── code4-12 │ ├── code4-12-TF1.py │ ├── code4-12-TF2.py │ └── reportscode4-12.txt ├── code4-13 │ └── code4-13-TF2.py ├── code4-14 │ ├── code4-14-TF1.py │ ├── code4-14-TF2.py │ └── reportscode4-14.txt ├── code4-2 │ ├── code4-2-TF1.py │ └── code4-2-TF2.py ├── code4-3 │ ├── code4-3-TF1.py │ ├── code4-3-TF2.py │ └── reports-code4-3.txt ├── code4-4 │ ├── code4-4-TF1.py │ ├── code4-4-TF2.py │ ├── iris_test.csv │ ├── iris_training.csv │ └── reportscode4-4.txt ├── code4-5 │ ├── code4-5-TF1.py │ ├── code4-5-TF2.py │ ├── man_woman │ │ ├── man │ │ │ ├── man (1).jpg │ │ │ ├── man (10).jpg │ │ │ ├── man (2).jpg │ │ │ ├── man (3).jpg │ │ │ ├── man (4).jpg │ │ │ ├── man (5).jpg │ │ │ ├── man (6).jpg │ │ │ ├── man (7).jpg │ │ │ ├── man (8).jpg │ │ │ └── man (9).jpg │ │ └── woman │ │ │ ├── woman (1).jpg │ │ │ ├── woman (10).jpg │ │ │ ├── woman (2).jpg │ │ │ ├── woman (3).jpg │ │ │ ├── woman (4).jpg │ │ │ ├── woman (5).jpg │ │ │ ├── woman (6).jpg │ │ │ ├── woman (7).jpg │ │ │ ├── woman (8).jpg │ │ │ └── woman (9).jpg │ ├── mydata.tfrecords │ └── show │ │ ├── 0 │ │ ├── 0_Label_.jpg │ │ ├── 1_Label_.jpg │ │ ├── 2_Label_.jpg │ │ ├── 3_Label_.jpg │ │ ├── 4_Label_.jpg │ │ ├── 5_Label_.jpg │ │ ├── 6_Label_.jpg │ │ ├── 7_Label_.jpg │ │ ├── 8_Label_.jpg │ │ └── 9_Label_.jpg │ │ ├── 1 │ │ ├── 10_Label_.jpg │ │ ├── 11_Label_.jpg │ │ ├── 12_Label_.jpg │ │ ├── 13_Label_.jpg │ │ ├── 14_Label_.jpg │ │ ├── 15_Label_.jpg │ │ ├── 16_Label_.jpg │ │ ├── 17_Label_.jpg │ │ ├── 18_Label_.jpg │ │ └── 19_Label_.jpg │ │ ├── train_0 │ │ ├── 0_Label_0.jpg │ │ ├── 1_Label_0.jpg │ │ └── 2_Label_0.jpg │ │ ├── train_1 │ │ ├── 0_Label_0.jpg │ │ ├── 1_Label_0.jpg │ │ └── 2_Label_0.jpg │ │ ├── train_2 │ │ ├── 0_Label_0.jpg │ │ ├── 1_Label_0.jpg │ │ └── 2_Label_0.jpg │ │ ├── train_3 │ │ ├── 0_Label_0.jpg │ │ ├── 1_Label_1.jpg │ │ └── 2_Label_1.jpg │ │ └── train_4 │ │ ├── 0_Label_1.jpg │ │ ├── 1_Label_1.jpg │ │ └── 2_Label_1.jpg ├── code4-6 │ ├── code4-6-TF1.py │ ├── code4-6-TF2.py │ ├── reportscode4-6.txt │ └── testset │ │ ├── 1mem.txt │ │ ├── 1sys.txt │ │ ├── 2mem.txt │ │ └── 2sys.txt ├── code4-7 │ ├── code4-7-TF1.py │ ├── code4-7-TF2.py │ └── reportscode4-7.txt ├── code4-8 │ ├── code4-8-TF1.py │ ├── code4-8-TF2.py │ └── reportscode4-8.txt └── code4-9 │ ├── code4-9-TF1.py │ ├── code4-9-TF2.py │ └── reportscode4-9.txt ├── Chapter6 ├── code6-11 │ ├── code6-11-TF1.py │ ├── code6-11-TF2.py │ └── reportscode6-11.txt ├── code6-12 │ ├── code6-12-TF1.py │ ├── code6-12-TF2-RESNET.py │ └── reportscode6-12.txt ├── code6-15 │ ├── code6-15-TF1.py │ ├── code6-15-TF2.py │ └── reportscode6-15.txt ├── code6-16 │ ├── code6-16-TF1.py │ ├── code6-16-TF2.py │ └── reportscode6-16.txt ├── code6-17 │ ├── code6-17-TF1.py │ ├── code6-17-TF2.py │ └── reportscode6-17.txt ├── code6-18 │ ├── Autoname.py │ ├── code6-18-TF1.py │ ├── code6-18-TF2.py │ └── reportscode6-18.txt ├── code6-19 │ ├── code6-19-TF1.py │ ├── code6-19-TF2-Resnet.py │ └── reportscode6-19.txt ├── code6-2 │ ├── code6-2-TF1.py │ ├── code6-2-TF2_dot.py │ ├── code6-2-TF2_single.py │ └── reportscode6-2.txt ├── code6-3 │ ├── code6-3-TF1.py │ ├── code6-3-TF2.py │ └── reportscode6-3.txt ├── code6-4 │ ├── code6-4-TF1.py │ ├── code6-4-TF2.py │ └── reportscode6-4.txt ├── code6-5 │ ├── code6-5-TF1.py │ ├── code6-5-TF2.py │ └── reportscode6-5.txt ├── code6-6 │ ├── code6-6-TF1.py │ ├── code6-6-TF2.py │ └── reportscode6-6.txt ├── code6-7 │ ├── code6-7-TF1.py │ ├── code6-7-TF2.py │ └── reportscode6-7.txt ├── code6-8 │ ├── code6-8-TF1.py │ ├── code6-8-TF2.py │ └── reportscode6-8.txt ├── code6-9 │ ├── code6-9-TF1.py │ ├── code6-9-TF2.py │ └── reportscode6-9.txt └── 第六章转码记录.docx ├── Chapter7 ├── Code7-1 │ ├── code7-1-TF1.py │ ├── code7-1-TF2.py │ ├── reportscode7-1.txt │ └── utils │ │ ├── __pycache__ │ │ ├── hooks_helper.cpython-36.pyc │ │ ├── hooks_helper.cpython-37.pyc │ │ ├── model_helpers.cpython-36.pyc │ │ ├── model_helpers.cpython-37.pyc │ │ ├── parsers.cpython-36.pyc │ │ └── parsers.cpython-37.pyc │ │ ├── hooks_helper.py │ │ ├── model_helpers.py │ │ └── parsers.py ├── Code7-10 │ ├── code7-10-TF1.py │ ├── code7-10-TF2.py │ ├── ml-latest-small │ │ ├── links.csv │ │ ├── movies.csv │ │ ├── ratings.csv │ │ └── tags.csv │ └── reportscode7-10.txt ├── Code7-14 │ ├── code7-14-TF1.py │ ├── code7-14-TF2.py │ └── reportscode7-14.txt ├── Code7-15 │ ├── __pycache__ │ │ ├── 7-13 MKRmodel.cpython-36.pyc │ │ ├── 7-14 MKRmodel.cpython-36.pyc │ │ ├── 7-16 data_loader.cpython-36.pyc │ │ ├── code7-14-TF2.cpython-37.pyc │ │ ├── code7-16-TF2.cpython-37.pyc │ │ └── data_loader.cpython-36.pyc │ ├── code7-14-TF2.py │ ├── code7-15-TF1.py │ ├── code7-15-TF2.py │ ├── code7-16-TF2.py │ └── reportscode7-15.txt ├── Code7-16 │ ├── Autoname.py │ ├── code7-16-TF1.py │ ├── code7-16-TF2.py │ └── reportscode7-16.txt ├── Code7-2 │ ├── code7-2-TF1.py │ ├── code7-2-TF2.py │ ├── reportscode7-2.txt │ └── utils │ │ ├── __pycache__ │ │ ├── hooks_helper.cpython-36.pyc │ │ ├── hooks_helper.cpython-37.pyc │ │ ├── model_helpers.cpython-36.pyc │ │ ├── model_helpers.cpython-37.pyc │ │ ├── parsers.cpython-36.pyc │ │ └── parsers.cpython-37.pyc │ │ ├── hooks_helper.py │ │ ├── model_helpers.py │ │ └── parsers.py ├── Code7-3 │ ├── code7-3-TF1.py │ ├── code7-3-TF2.py │ └── reportscode7-3.txt ├── Code7-4 │ ├── code7-4-TF1.py │ ├── code7-4-TF2.py │ └── reportscode7-4.txt ├── Code7-5 │ ├── code7-5-TF1.py │ ├── code7-5-TF2.py │ └── reportscode7-5.txt ├── Code7-6 │ ├── code7-6-TF1.py │ ├── code7-6-TF2.py │ └── reportscode7-6.txt ├── Code7-7 │ ├── code7-7-TF1.py │ ├── code7-7-TF2.py │ └── reportscode7-7.txt ├── Code7-8 │ ├── code7-8-TF1.py │ ├── code7-8-TF2.py │ └── reportscode7-8.txt ├── Code7-9 │ ├── code7-9-TF1.py │ ├── code7-9-TF2.py │ ├── input_data.py │ └── reportscode7-9.txt └── 第七章转码记录.docx ├── Chapter8 ├── Code8.6 │ ├── __pycache__ │ │ ├── code8-13-TF2.cpython-37.pyc │ │ ├── code8-14-TF2.cpython-37.pyc │ │ ├── code8-15-TF2.cpython-37.pyc │ │ ├── code8-16-TF2.cpython-37.pyc │ │ ├── code8-17-TF2.cpython-37.pyc │ │ ├── code8-18-TF2.cpython-37.pyc │ │ ├── code8-19-TF2.cpython-37.pyc │ │ └── code8-20-TF2.cpython-37.pyc │ ├── coco.names │ ├── code8-13-TF2.py │ ├── code8-14-TF2.py │ ├── code8-15-TF2.py │ ├── code8-16-TF2.py │ ├── code8-17-TF2.py │ ├── code8-18-TF2.py │ ├── code8-19-TF2.py │ ├── code8-20-TF2.py │ ├── code8-21-TF1.py │ ├── code8-21-TF2_V1.py │ ├── code8-21-TF2_V2.py │ └── reportscode8-21.txt ├── code8.3 │ ├── Code8-6 │ │ ├── Autoname.py │ │ ├── __pycache__ │ │ │ ├── 8-4 NLP文本预处理.cpython-36.pyc │ │ │ ├── 8-5 TextCnn模型.cpython-36.pyc │ │ │ ├── data_helpers.cpython-36.pyc │ │ │ ├── predata.cpython-36.pyc │ │ │ ├── text.cpython-37.pyc │ │ │ └── text_cnn.cpython-36.pyc │ │ ├── code8-6-TF1.py │ │ ├── code8-6-TF2.py │ │ ├── preprocessing │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-36.pyc │ │ │ │ ├── __init__.cpython-37.pyc │ │ │ │ ├── categorical.cpython-36.pyc │ │ │ │ ├── categorical_vocabulary.cpython-36.pyc │ │ │ │ ├── categorical_vocabulary.cpython-37.pyc │ │ │ │ ├── text.cpython-36.pyc │ │ │ │ └── text.cpython-37.pyc │ │ │ ├── categorical.py │ │ │ ├── categorical_vocabulary.py │ │ │ ├── code8-6-TF2.py │ │ │ └── text.py │ │ ├── reportscode8-6.txt │ │ └── text.py │ ├── Code8-7 │ │ ├── code8-7-TF1.py │ │ └── code8-7-TF2.py │ └── Code8-8 │ │ ├── __pycache__ │ │ ├── code8-6-TF2.cpython-37.pyc │ │ └── code8-7-TF2.cpython-37.pyc │ │ ├── code8-6-TF2.py │ │ ├── code8-7-TF2.py │ │ ├── code8-8-TF1.py │ │ ├── code8-8-TF2.py │ │ ├── preprocessing │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-36.pyc │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── categorical.cpython-36.pyc │ │ │ ├── categorical_vocabulary.cpython-36.pyc │ │ │ ├── categorical_vocabulary.cpython-37.pyc │ │ │ ├── text.cpython-36.pyc │ │ │ └── text.cpython-37.pyc │ │ ├── categorical.py │ │ ├── categorical_vocabulary.py │ │ ├── code8-6-TF2.py │ │ └── text.py │ │ ├── reportscode8-8.txt │ │ └── text_cnn_model │ │ ├── 1586433544 │ │ ├── checkpoints │ │ │ ├── checkpoint │ │ │ ├── model-2000.data-00000-of-00001 │ │ │ ├── model-2000.index │ │ │ └── model-2000.meta │ │ ├── summaries │ │ │ └── train │ │ │ │ └── events.out.tfevents.1586433544.DESKTOP-7CN17FA │ │ └── vocab │ │ └── 1586519929 │ │ ├── checkpoints │ │ ├── checkpoint │ │ ├── model-100.data-00000-of-00001 │ │ ├── model-100.index │ │ ├── model-100.meta │ │ ├── model-200.data-00000-of-00001 │ │ └── model-200.index │ │ ├── summaries │ │ └── train │ │ │ └── events.out.tfevents.1586519929.DESKTOP-7CN17FA │ │ └── vocab ├── code8.4 │ ├── Code8-10 │ │ ├── code8-10-TF1.py │ │ ├── code8-10-TF2.py │ │ └── reportscode8-10.txt │ └── Code8-9 │ │ ├── __pycache__ │ │ └── code8-10-TF2.cpython-37.pyc │ │ ├── backend.py │ │ ├── code8-10-TF2.py │ │ ├── code8-9-TF1.py │ │ ├── code8-9-TF2.py │ │ └── reportscode8-9.txt └── 第八章转码记录.docx └── Chapter9 ├── code9.5 ├── 9-6-预测飞机发动机的剩余使用寿命-TF1.py ├── 9-6-预测飞机发动机的剩余使用寿命-TF2.py ├── JANetLSTMCell.py ├── PM_test.txt ├── PM_train.txt ├── PM_truth.txt ├── model_regression_verify.png └── reports9-6-预测飞机发动机的剩余使用寿命.txt ├── code9.6 ├── 9-7-用带有动态路由算法的RNN模型对新闻进行分类-TF1.py ├── 9-7-用带有动态路由算法的RNN模型对新闻进行分类-TF2.py └── reports9-7-用带有动态路由算法的RNN模型对新闻进行分类.txt └── 第九章转码记录.docx /1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/1.jpg -------------------------------------------------------------------------------- /2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/2.jpg -------------------------------------------------------------------------------- /36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/36.jpg -------------------------------------------------------------------------------- /36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/36.png -------------------------------------------------------------------------------- /9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/9.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/README.md -------------------------------------------------------------------------------- /code/10-1 deblurmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-1 deblurmodel.py -------------------------------------------------------------------------------- /code/10-10 prepro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-10 prepro.py -------------------------------------------------------------------------------- /code/10-11 train_a_sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-11 train_a_sequence.py -------------------------------------------------------------------------------- /code/10-12 train_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-12 train_model.py -------------------------------------------------------------------------------- /code/10-2 训练deblur.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-2 训练deblur.py -------------------------------------------------------------------------------- /code/10-3 使用deblur模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-3 使用deblur模型.py -------------------------------------------------------------------------------- /code/10-4 mydataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-4 mydataset.py -------------------------------------------------------------------------------- /code/10-5 AttGANmodels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-5 AttGANmodels.py -------------------------------------------------------------------------------- /code/10-6 trainattgan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-6 trainattgan.py -------------------------------------------------------------------------------- /code/10-7 testattgan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-7 testattgan.py -------------------------------------------------------------------------------- /code/10-8 RNNWGAN模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-8 RNNWGAN模型.py -------------------------------------------------------------------------------- /code/10-9 mydataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/10-9 mydataset.py -------------------------------------------------------------------------------- /code/11-1 用梯度下降方法攻击PNASNet模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/11-1 用梯度下降方法攻击PNASNet模型.py -------------------------------------------------------------------------------- /code/11-2 用数据增强抗攻击.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/11-2 用数据增强抗攻击.py -------------------------------------------------------------------------------- /code/11-3 制造更有鲁棒性的对抗样本.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/11-3 制造更有鲁棒性的对抗样本.py -------------------------------------------------------------------------------- /code/11-4 mnist_blackbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/11-4 mnist_blackbox.py -------------------------------------------------------------------------------- /code/12-1 在线性回归模型中添加指定节点到检查点文件.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/12-1 在线性回归模型中添加指定节点到检查点文件.py -------------------------------------------------------------------------------- /code/12-2 使用源码分离方式二次训练.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/12-2 使用源码分离方式二次训练.py -------------------------------------------------------------------------------- /code/12-3 使用源码分离方式二次训练-扩展.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/12-3 使用源码分离方式二次训练-扩展.py -------------------------------------------------------------------------------- /code/12-4 将线性回归模型导出成为冻结图.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/12-4 将线性回归模型导出成为冻结图.py -------------------------------------------------------------------------------- /code/12-5 导入冻结图并使用模型进行预测.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/12-5 导入冻结图并使用模型进行预测.py -------------------------------------------------------------------------------- /code/12-6 用saved_model模块导出与导入模型文件.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/12-6 用saved_model模块导出与导入模型文件.py -------------------------------------------------------------------------------- /code/12-7 使用saved_model生成与载入带签名的模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/12-7 使用saved_model生成与载入带签名的模型.py -------------------------------------------------------------------------------- /code/12-8 TF-Hub模型例子.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/12-8 TF-Hub模型例子.py -------------------------------------------------------------------------------- /code/12-9 将线性回归模型导出成为lite模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/12-9 将线性回归模型导出成为lite模型.py -------------------------------------------------------------------------------- /code/13-1 支持远程调用的模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/13-1 支持远程调用的模型.py -------------------------------------------------------------------------------- /code/13-2 grpc客户端.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/13-2 grpc客户端.py -------------------------------------------------------------------------------- /code/13-3 CameraExampleAppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/13-3 CameraExampleAppDelegate.m -------------------------------------------------------------------------------- /code/13-4 Object_detection_usbcam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/13-4 Object_detection_usbcam.py -------------------------------------------------------------------------------- /code/3-1 使用AI模型来识别图像.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/3-1 使用AI模型来识别图像.py -------------------------------------------------------------------------------- /code/3-2 使用nasnet-mobile模型来识别图像.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/3-2 使用nasnet-mobile模型来识别图像.py -------------------------------------------------------------------------------- /code/4-1 将模拟数据制作成内存对象数据集.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-1 将模拟数据制作成内存对象数据集.py -------------------------------------------------------------------------------- /code/4-10 将图片文件制作成Dataset数据集.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-10 将图片文件制作成Dataset数据集.py -------------------------------------------------------------------------------- /code/4-11 将TFRecord文件制作成Dataset数据集.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-11 将TFRecord文件制作成Dataset数据集.py -------------------------------------------------------------------------------- /code/4-12 在动态图里读取Dataset数据集.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-12 在动态图里读取Dataset数据集.py -------------------------------------------------------------------------------- /code/4-13 在动态图里读取Dataset数据集_tf2版.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-13 在动态图里读取Dataset数据集_tf2版.py -------------------------------------------------------------------------------- /code/4-14 在不同场景中应用数据集.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-14 在不同场景中应用数据集.py -------------------------------------------------------------------------------- /code/4-2 带迭代的模拟数据集.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-2 带迭代的模拟数据集.py -------------------------------------------------------------------------------- /code/4-3 将图片制作成内存对象数据集.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-3 将图片制作成内存对象数据集.py -------------------------------------------------------------------------------- /code/4-4 将excel文件制作成内存对象数据集.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-4 将excel文件制作成内存对象数据集.py -------------------------------------------------------------------------------- /code/4-5 将图片文件制作成tfRecord数据集.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-5 将图片文件制作成tfRecord数据集.py -------------------------------------------------------------------------------- /code/4-6 interleave例子.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-6 interleave例子.py -------------------------------------------------------------------------------- /code/4-7 Dataset对象的操作方法.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-7 Dataset对象的操作方法.py -------------------------------------------------------------------------------- /code/4-8 将内存数据转成DataSet数据集.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-8 将内存数据转成DataSet数据集.py -------------------------------------------------------------------------------- /code/4-9 from_tensor_slices的注意事项.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/4-9 from_tensor_slices的注意事项.py -------------------------------------------------------------------------------- /code/5-1 mydataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/5-1 mydataset.py -------------------------------------------------------------------------------- /code/5-2 model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/5-2 model.py -------------------------------------------------------------------------------- /code/5-3 train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/5-3 train.py -------------------------------------------------------------------------------- /code/5-4 test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/5-4 test.py -------------------------------------------------------------------------------- /code/5-5 测试TF-Hub库中的mobilenet_v2模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/5-5 测试TF-Hub库中的mobilenet_v2模型.py -------------------------------------------------------------------------------- /code/5-6 使用模型评估人物的年龄.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/5-6 使用模型评估人物的年龄.py -------------------------------------------------------------------------------- /code/6-1 使用静态图训练一个具有保存检查点功能的回归模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-1 使用静态图训练一个具有保存检查点功能的回归模型.py -------------------------------------------------------------------------------- /code/6-10 tf_layers模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-10 tf_layers模型.py -------------------------------------------------------------------------------- /code/6-11 keras回归模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-11 keras回归模型.py -------------------------------------------------------------------------------- /code/6-12 使用tf.keras预训练模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-12 使用tf.keras预训练模型.py -------------------------------------------------------------------------------- /code/6-13 在静态图中使用tf.keras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-13 在静态图中使用tf.keras.py -------------------------------------------------------------------------------- /code/6-14 tfjs回归例子.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-14 tfjs回归例子.html -------------------------------------------------------------------------------- /code/6-15 使用估算器框架进行分布式训练.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-15 使用估算器框架进行分布式训练.py -------------------------------------------------------------------------------- /code/6-16 使用估算器框架进行分布式训练ps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-16 使用估算器框架进行分布式训练ps.py -------------------------------------------------------------------------------- /code/6-17 使用估算器框架进行分布式训练chief.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-17 使用估算器框架进行分布式训练chief.py -------------------------------------------------------------------------------- /code/6-18 使用估算器框架进行分布式训练work.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-18 使用估算器框架进行分布式训练work.py -------------------------------------------------------------------------------- /code/6-19 用ResNet识别桔子和苹果.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-19 用ResNet识别桔子和苹果.py -------------------------------------------------------------------------------- /code/6-2 使用动态图训练一个具有保存检查点功能的回归模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-2 使用动态图训练一个具有保存检查点功能的回归模型.py -------------------------------------------------------------------------------- /code/6-20 在T2T框架中训练mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-20 在T2T框架中训练mnist.py -------------------------------------------------------------------------------- /code/6-21 查看T2T模型及超参.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-21 查看T2T模型及超参.py -------------------------------------------------------------------------------- /code/6-22__tf2code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-22__tf2code.py -------------------------------------------------------------------------------- /code/6-3 动态图另一种梯度方法.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-3 动态图另一种梯度方法.py -------------------------------------------------------------------------------- /code/6-4 从动态图种获取变量.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-4 从动态图种获取变量.py -------------------------------------------------------------------------------- /code/6-5 静态图中使用动态图.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-5 静态图中使用动态图.py -------------------------------------------------------------------------------- /code/6-6 使用估算器框架训练一个回归模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-6 使用估算器框架训练一个回归模型.py -------------------------------------------------------------------------------- /code/6-7 为估算器添加钩子.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-7 为估算器添加钩子.py -------------------------------------------------------------------------------- /code/6-8 自定义hook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-8 自定义hook.py -------------------------------------------------------------------------------- /code/6-9 将估算器模型转为静态图模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/6-9 将估算器模型转为静态图模型.py -------------------------------------------------------------------------------- /code/7-1 用wide and deep模型预测人口收入.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-1 用wide and deep模型预测人口收入.py -------------------------------------------------------------------------------- /code/7-10 电影推荐系统.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-10 电影推荐系统.py -------------------------------------------------------------------------------- /code/7-11 用lattice预测收入.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-11 用lattice预测收入.py -------------------------------------------------------------------------------- /code/7-12 lattice结合dnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-12 lattice结合dnn.py -------------------------------------------------------------------------------- /code/7-13 preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-13 preprocess.py -------------------------------------------------------------------------------- /code/7-14 MKR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-14 MKR.py -------------------------------------------------------------------------------- /code/7-15 train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-15 train.py -------------------------------------------------------------------------------- /code/7-16 data_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-16 data_loader.py -------------------------------------------------------------------------------- /code/7-2 用boosted_trees模型预测人口收入.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-2 用boosted_trees模型预测人口收入.py -------------------------------------------------------------------------------- /code/7-3 使用feature_column处理连续值特征列.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-3 使用feature_column处理连续值特征列.py -------------------------------------------------------------------------------- /code/7-4 将连续值特征转成离散值特征.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-4 将连续值特征转成离散值特征.py -------------------------------------------------------------------------------- /code/7-5 将离散文本特征列转化为one-hot编码与词向量.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-5 将离散文本特征列转化为one-hot编码与词向量.py -------------------------------------------------------------------------------- /code/7-6 根据特征列生成交叉列.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-6 根据特征列生成交叉列.py -------------------------------------------------------------------------------- /code/7-7 序列特征工程.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-7 序列特征工程.py -------------------------------------------------------------------------------- /code/7-8 聚类COCO数据集中的标注框.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-8 聚类COCO数据集中的标注框.py -------------------------------------------------------------------------------- /code/7-9 mnistkmeans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/7-9 mnistkmeans.py -------------------------------------------------------------------------------- /code/8-1 读取fasion-mnist 数据集.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-1 读取fasion-mnist 数据集.py -------------------------------------------------------------------------------- /code/8-10 keras注意力机制模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-10 keras注意力机制模型.py -------------------------------------------------------------------------------- /code/8-11 yolo_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-11 yolo_v3.py -------------------------------------------------------------------------------- /code/8-12 使用YOLOV3模型进行实物检测.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-12 使用YOLOV3模型进行实物检测.py -------------------------------------------------------------------------------- /code/8-13 annotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-13 annotation.py -------------------------------------------------------------------------------- /code/8-14 generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-14 generator.py -------------------------------------------------------------------------------- /code/8-15 box.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-15 box.py -------------------------------------------------------------------------------- /code/8-16 darknet53.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-16 darknet53.py -------------------------------------------------------------------------------- /code/8-17 yolohead.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-17 yolohead.py -------------------------------------------------------------------------------- /code/8-18 yolov3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-18 yolov3.py -------------------------------------------------------------------------------- /code/8-19 weights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-19 weights.py -------------------------------------------------------------------------------- /code/8-2 Capsulemodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-2 Capsulemodel.py -------------------------------------------------------------------------------- /code/8-20 yololoss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-20 yololoss.py -------------------------------------------------------------------------------- /code/8-21 mainyolo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-21 mainyolo.py -------------------------------------------------------------------------------- /code/8-22 数据集验证.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-22 数据集验证.py -------------------------------------------------------------------------------- /code/8-23 Mask_RCNN网络应用.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-23 Mask_RCNN网络应用.py -------------------------------------------------------------------------------- /code/8-24 mask_rcnn_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-24 mask_rcnn_model.py -------------------------------------------------------------------------------- /code/8-25 mask_rcnn_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-25 mask_rcnn_utils.py -------------------------------------------------------------------------------- /code/8-26 mask_rcnn_visualize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-26 mask_rcnn_visualize.py -------------------------------------------------------------------------------- /code/8-27 othernet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-27 othernet.py -------------------------------------------------------------------------------- /code/8-28 训练Mask_RCNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-28 训练Mask_RCNN.py -------------------------------------------------------------------------------- /code/8-29 mask_rcnn_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-29 mask_rcnn_model.py -------------------------------------------------------------------------------- /code/8-3 使用胶囊网络识别黑白图中的服装图案.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-3 使用胶囊网络识别黑白图中的服装图案.py -------------------------------------------------------------------------------- /code/8-30 mask_rcnn_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-30 mask_rcnn_utils.py -------------------------------------------------------------------------------- /code/8-31 othernet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-31 othernet.py -------------------------------------------------------------------------------- /code/8-32 mask_rcnn_visualize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-32 mask_rcnn_visualize.py -------------------------------------------------------------------------------- /code/8-4 capsnet_em.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-4 capsnet_em.py -------------------------------------------------------------------------------- /code/8-5 train_EM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-5 train_EM.py -------------------------------------------------------------------------------- /code/8-6 NLP文本预处理.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-6 NLP文本预处理.py -------------------------------------------------------------------------------- /code/8-7 TextCnn模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-7 TextCnn模型.py -------------------------------------------------------------------------------- /code/8-8 使用TextCnn模型进行文本分类.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-8 使用TextCnn模型进行文本分类.py -------------------------------------------------------------------------------- /code/8-9 使用keras注意力机制模型分析评论者情绪.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/8-9 使用keras注意力机制模型分析评论者情绪.py -------------------------------------------------------------------------------- /code/9-1 用RNN网络为女孩生成英文名字.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-1 用RNN网络为女孩生成英文名字.py -------------------------------------------------------------------------------- /code/9-10 cbhg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-10 cbhg.py -------------------------------------------------------------------------------- /code/9-11 attention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-11 attention.py -------------------------------------------------------------------------------- /code/9-12 TacotronDecoderwrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-12 TacotronDecoderwrapper.py -------------------------------------------------------------------------------- /code/9-13 TacotronHelpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-13 TacotronHelpers.py -------------------------------------------------------------------------------- /code/9-14 TacotronDecoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-14 TacotronDecoder.py -------------------------------------------------------------------------------- /code/9-15 cn_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-15 cn_dataset.py -------------------------------------------------------------------------------- /code/9-16 tacotron.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-16 tacotron.py -------------------------------------------------------------------------------- /code/9-17 train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-17 train.py -------------------------------------------------------------------------------- /code/9-2 用动态图和tf_keras训练模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-2 用动态图和tf_keras训练模型.py -------------------------------------------------------------------------------- /code/9-3 利用Resnet进行样本预处理.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-3 利用Resnet进行样本预处理.py -------------------------------------------------------------------------------- /code/9-4 用估算器实现带注意力机制的Seq2Seq模型.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-4 用估算器实现带注意力机制的Seq2Seq模型.py -------------------------------------------------------------------------------- /code/9-5 用估算器实现带注意力机制的Seq2Seq模型——手动对齐.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-5 用估算器实现带注意力机制的Seq2Seq模型——手动对齐.py -------------------------------------------------------------------------------- /code/9-6 预测飞机发动机的剩余使用寿命.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-6 预测飞机发动机的剩余使用寿命.py -------------------------------------------------------------------------------- /code/9-7 用带有动态路由算法的RNN模型对新闻进行分类.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-7 用带有动态路由算法的RNN模型对新闻进行分类.py -------------------------------------------------------------------------------- /code/9-8 时间序列问题.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-8 时间序列问题.py -------------------------------------------------------------------------------- /code/9-9 样本预处理.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/code/9-9 样本预处理.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.2/code-10-1-deblurmodel-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.2/code-10-1-deblurmodel-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.2/code-10-1-deblurmodel-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.2/code-10-1-deblurmodel-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.2/code-10-2-训练deblur-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.2/code-10-2-训练deblur-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.2/code-10-2-训练deblur-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.2/code-10-2-训练deblur-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.2/code-10-3-使用deblur模型-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.2/code-10-3-使用deblur模型-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.2/code-10-3-使用deblur模型-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.2/code-10-3-使用deblur模型-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.2/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.2/log.txt -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.2/reportscode-10-1-deblurmodel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.2/reportscode-10-1-deblurmodel.txt -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.2/reportscode-10-2-训练deblur.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.2/reportscode-10-2-训练deblur.txt -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.2/reportscode-10-3-使用deblur模型.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.2/reportscode-10-3-使用deblur模型.txt -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.2/switchnorm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.2/switchnorm.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/Autoname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/Autoname.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/code10-4-mydataset-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/code10-4-mydataset-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/code10-4-mydataset-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/code10-4-mydataset-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/code10-5-AttGANmodels-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/code10-5-AttGANmodels-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/code10-5-AttGANmodels-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/code10-5-AttGANmodels-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/code10-6-trainattgan-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/code10-6-trainattgan-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/code10-6-trainattgan-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/code10-6-trainattgan-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/code10-7-testattgan-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/code10-7-testattgan-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/code10-7-testattgan-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/code10-7-testattgan-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/reportscode10-4-mydataset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/reportscode10-4-mydataset.txt -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/reportscode10-5-AttGANmodels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/reportscode10-5-AttGANmodels.txt -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/reportscode10-6-trainattgan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/reportscode10-6-trainattgan.txt -------------------------------------------------------------------------------- /tf2code/Chapter10/code10.3/reportscode10-7-testattgan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/code10.3/reportscode10-7-testattgan.txt -------------------------------------------------------------------------------- /tf2code/Chapter10/第十章转码记录.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter10/第十章转码记录.docx -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-1/code4-1-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-1/code4-1-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-1/code4-1-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-1/code4-1-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-10/code4-10 error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-10/code4-10 error.png -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-10/code4-10-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-10/code4-10-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-10/code4-10-TF2 - 副本.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-10/code4-10-TF2 - 副本.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-10/code4-10-TF2 -TFa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-10/code4-10-TF2 -TFa.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-10/code4-10-TF2(程序没问题框架有bug).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-10/code4-10-TF2(程序没问题框架有bug).py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-10/reportscode4-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-10/reportscode4-10.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-10/新建文本文档.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-10/新建文本文档.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-12/code4-12-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-12/code4-12-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-12/code4-12-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-12/code4-12-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-12/reportscode4-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-12/reportscode4-12.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-13/code4-13-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-13/code4-13-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-14/code4-14-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-14/code4-14-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-14/code4-14-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-14/code4-14-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-14/reportscode4-14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-14/reportscode4-14.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-2/code4-2-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-2/code4-2-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-2/code4-2-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-2/code4-2-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-3/code4-3-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-3/code4-3-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-3/code4-3-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-3/code4-3-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-3/reports-code4-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-3/reports-code4-3.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-4/code4-4-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-4/code4-4-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-4/code4-4-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-4/code4-4-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-4/iris_test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-4/iris_test.csv -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-4/iris_training.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-4/iris_training.csv -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-4/reportscode4-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-4/reportscode4-4.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/code4-5-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/code4-5-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/code4-5-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/code4-5-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/man/man (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/man/man (1).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/man/man (10).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/man/man (10).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/man/man (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/man/man (2).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/man/man (3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/man/man (3).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/man/man (4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/man/man (4).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/man/man (5).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/man/man (5).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/man/man (6).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/man/man (6).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/man/man (7).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/man/man (7).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/man/man (8).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/man/man (8).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/man/man (9).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/man/man (9).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/woman/woman (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/woman/woman (1).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/woman/woman (10).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/woman/woman (10).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/woman/woman (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/woman/woman (2).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/woman/woman (3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/woman/woman (3).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/woman/woman (4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/woman/woman (4).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/woman/woman (5).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/woman/woman (5).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/woman/woman (6).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/woman/woman (6).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/woman/woman (7).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/woman/woman (7).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/woman/woman (8).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/woman/woman (8).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/man_woman/woman/woman (9).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/man_woman/woman/woman (9).jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/mydata.tfrecords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/mydata.tfrecords -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/0/0_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/0/0_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/0/1_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/0/1_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/0/2_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/0/2_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/0/3_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/0/3_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/0/4_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/0/4_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/0/5_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/0/5_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/0/6_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/0/6_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/0/7_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/0/7_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/0/8_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/0/8_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/0/9_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/0/9_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/1/10_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/1/10_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/1/11_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/1/11_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/1/12_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/1/12_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/1/13_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/1/13_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/1/14_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/1/14_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/1/15_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/1/15_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/1/16_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/1/16_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/1/17_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/1/17_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/1/18_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/1/18_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/1/19_Label_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/1/19_Label_.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_0/0_Label_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_0/0_Label_0.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_0/1_Label_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_0/1_Label_0.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_0/2_Label_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_0/2_Label_0.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_1/0_Label_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_1/0_Label_0.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_1/1_Label_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_1/1_Label_0.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_1/2_Label_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_1/2_Label_0.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_2/0_Label_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_2/0_Label_0.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_2/1_Label_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_2/1_Label_0.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_2/2_Label_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_2/2_Label_0.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_3/0_Label_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_3/0_Label_0.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_3/1_Label_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_3/1_Label_1.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_3/2_Label_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_3/2_Label_1.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_4/0_Label_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_4/0_Label_1.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_4/1_Label_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_4/1_Label_1.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-5/show/train_4/2_Label_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-5/show/train_4/2_Label_1.jpg -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-6/code4-6-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-6/code4-6-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-6/code4-6-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-6/code4-6-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-6/reportscode4-6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-6/reportscode4-6.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-6/testset/1mem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-6/testset/1mem.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-6/testset/1sys.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-6/testset/1sys.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-6/testset/2mem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-6/testset/2mem.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-6/testset/2sys.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-6/testset/2sys.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-7/code4-7-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-7/code4-7-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-7/code4-7-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-7/code4-7-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-7/reportscode4-7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-7/reportscode4-7.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-8/code4-8-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-8/code4-8-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-8/code4-8-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-8/code4-8-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-8/reportscode4-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-8/reportscode4-8.txt -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-9/code4-9-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-9/code4-9-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-9/code4-9-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-9/code4-9-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter4/code4-9/reportscode4-9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter4/code4-9/reportscode4-9.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-11/code6-11-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-11/code6-11-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-11/code6-11-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-11/code6-11-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-11/reportscode6-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-11/reportscode6-11.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-12/code6-12-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-12/code6-12-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-12/code6-12-TF2-RESNET.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-12/code6-12-TF2-RESNET.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-12/reportscode6-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-12/reportscode6-12.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-15/code6-15-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-15/code6-15-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-15/code6-15-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-15/code6-15-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-15/reportscode6-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-15/reportscode6-15.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-16/code6-16-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-16/code6-16-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-16/code6-16-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-16/code6-16-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-16/reportscode6-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-16/reportscode6-16.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-17/code6-17-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-17/code6-17-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-17/code6-17-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-17/code6-17-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-17/reportscode6-17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-17/reportscode6-17.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-18/Autoname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-18/Autoname.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-18/code6-18-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-18/code6-18-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-18/code6-18-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-18/code6-18-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-18/reportscode6-18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-18/reportscode6-18.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-19/code6-19-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-19/code6-19-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-19/code6-19-TF2-Resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-19/code6-19-TF2-Resnet.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-19/reportscode6-19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-19/reportscode6-19.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-2/code6-2-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-2/code6-2-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-2/code6-2-TF2_dot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-2/code6-2-TF2_dot.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-2/code6-2-TF2_single.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-2/code6-2-TF2_single.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-2/reportscode6-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-2/reportscode6-2.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-3/code6-3-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-3/code6-3-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-3/code6-3-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-3/code6-3-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-3/reportscode6-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-3/reportscode6-3.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-4/code6-4-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-4/code6-4-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-4/code6-4-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-4/code6-4-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-4/reportscode6-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-4/reportscode6-4.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-5/code6-5-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-5/code6-5-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-5/code6-5-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-5/code6-5-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-5/reportscode6-5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-5/reportscode6-5.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-6/code6-6-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-6/code6-6-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-6/code6-6-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-6/code6-6-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-6/reportscode6-6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-6/reportscode6-6.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-7/code6-7-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-7/code6-7-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-7/code6-7-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-7/code6-7-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-7/reportscode6-7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-7/reportscode6-7.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-8/code6-8-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-8/code6-8-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-8/code6-8-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-8/code6-8-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-8/reportscode6-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-8/reportscode6-8.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-9/code6-9-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-9/code6-9-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-9/code6-9-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-9/code6-9-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter6/code6-9/reportscode6-9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/code6-9/reportscode6-9.txt -------------------------------------------------------------------------------- /tf2code/Chapter6/第六章转码记录.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter6/第六章转码记录.docx -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/code7-1-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/code7-1-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/code7-1-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/code7-1-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/reportscode7-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/reportscode7-1.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/utils/__pycache__/hooks_helper.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/utils/__pycache__/hooks_helper.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/utils/__pycache__/hooks_helper.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/utils/__pycache__/hooks_helper.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/utils/__pycache__/model_helpers.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/utils/__pycache__/model_helpers.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/utils/__pycache__/model_helpers.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/utils/__pycache__/model_helpers.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/utils/__pycache__/parsers.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/utils/__pycache__/parsers.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/utils/__pycache__/parsers.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/utils/__pycache__/parsers.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/utils/hooks_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/utils/hooks_helper.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/utils/model_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/utils/model_helpers.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-1/utils/parsers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-1/utils/parsers.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-10/code7-10-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-10/code7-10-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-10/code7-10-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-10/code7-10-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-10/ml-latest-small/links.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-10/ml-latest-small/links.csv -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-10/ml-latest-small/movies.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-10/ml-latest-small/movies.csv -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-10/ml-latest-small/ratings.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-10/ml-latest-small/ratings.csv -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-10/ml-latest-small/tags.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-10/ml-latest-small/tags.csv -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-10/reportscode7-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-10/reportscode7-10.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-14/code7-14-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-14/code7-14-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-14/code7-14-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-14/code7-14-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-14/reportscode7-14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-14/reportscode7-14.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-15/__pycache__/7-13 MKRmodel.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-15/__pycache__/7-13 MKRmodel.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-15/__pycache__/7-14 MKRmodel.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-15/__pycache__/7-14 MKRmodel.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-15/__pycache__/7-16 data_loader.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-15/__pycache__/7-16 data_loader.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-15/__pycache__/code7-14-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-15/__pycache__/code7-14-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-15/__pycache__/code7-16-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-15/__pycache__/code7-16-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-15/__pycache__/data_loader.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-15/__pycache__/data_loader.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-15/code7-14-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-15/code7-14-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-15/code7-15-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-15/code7-15-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-15/code7-15-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-15/code7-15-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-15/code7-16-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-15/code7-16-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-15/reportscode7-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-15/reportscode7-15.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-16/Autoname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-16/Autoname.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-16/code7-16-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-16/code7-16-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-16/code7-16-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-16/code7-16-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-16/reportscode7-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-16/reportscode7-16.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/code7-2-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/code7-2-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/code7-2-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/code7-2-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/reportscode7-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/reportscode7-2.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/utils/__pycache__/hooks_helper.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/utils/__pycache__/hooks_helper.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/utils/__pycache__/hooks_helper.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/utils/__pycache__/hooks_helper.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/utils/__pycache__/model_helpers.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/utils/__pycache__/model_helpers.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/utils/__pycache__/model_helpers.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/utils/__pycache__/model_helpers.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/utils/__pycache__/parsers.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/utils/__pycache__/parsers.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/utils/__pycache__/parsers.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/utils/__pycache__/parsers.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/utils/hooks_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/utils/hooks_helper.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/utils/model_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/utils/model_helpers.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-2/utils/parsers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-2/utils/parsers.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-3/code7-3-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-3/code7-3-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-3/code7-3-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-3/code7-3-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-3/reportscode7-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-3/reportscode7-3.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-4/code7-4-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-4/code7-4-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-4/code7-4-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-4/code7-4-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-4/reportscode7-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-4/reportscode7-4.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-5/code7-5-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-5/code7-5-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-5/code7-5-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-5/code7-5-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-5/reportscode7-5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-5/reportscode7-5.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-6/code7-6-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-6/code7-6-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-6/code7-6-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-6/code7-6-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-6/reportscode7-6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-6/reportscode7-6.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-7/code7-7-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-7/code7-7-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-7/code7-7-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-7/code7-7-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-7/reportscode7-7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-7/reportscode7-7.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-8/code7-8-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-8/code7-8-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-8/code7-8-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-8/code7-8-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-8/reportscode7-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-8/reportscode7-8.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-9/code7-9-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-9/code7-9-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-9/code7-9-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-9/code7-9-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-9/input_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-9/input_data.py -------------------------------------------------------------------------------- /tf2code/Chapter7/Code7-9/reportscode7-9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/Code7-9/reportscode7-9.txt -------------------------------------------------------------------------------- /tf2code/Chapter7/第七章转码记录.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter7/第七章转码记录.docx -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/__pycache__/code8-13-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/__pycache__/code8-13-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/__pycache__/code8-14-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/__pycache__/code8-14-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/__pycache__/code8-15-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/__pycache__/code8-15-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/__pycache__/code8-16-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/__pycache__/code8-16-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/__pycache__/code8-17-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/__pycache__/code8-17-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/__pycache__/code8-18-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/__pycache__/code8-18-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/__pycache__/code8-19-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/__pycache__/code8-19-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/__pycache__/code8-20-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/__pycache__/code8-20-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/coco.names: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/coco.names -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/code8-13-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/code8-13-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/code8-14-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/code8-14-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/code8-15-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/code8-15-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/code8-16-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/code8-16-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/code8-17-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/code8-17-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/code8-18-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/code8-18-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/code8-19-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/code8-19-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/code8-20-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/code8-20-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/code8-21-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/code8-21-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/code8-21-TF2_V1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/code8-21-TF2_V1.py -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/code8-21-TF2_V2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/code8-21-TF2_V2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/Code8.6/reportscode8-21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/Code8.6/reportscode8-21.txt -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/Autoname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/Autoname.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/__pycache__/8-4 NLP文本预处理.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/__pycache__/8-4 NLP文本预处理.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/__pycache__/8-5 TextCnn模型.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/__pycache__/8-5 TextCnn模型.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/__pycache__/data_helpers.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/__pycache__/data_helpers.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/__pycache__/predata.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/__pycache__/predata.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/__pycache__/text.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/__pycache__/text.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/__pycache__/text_cnn.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/__pycache__/text_cnn.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/code8-6-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/code8-6-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/code8-6-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/code8-6-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/__init__.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/categorical.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/categorical.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/categorical_vocabulary.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/categorical_vocabulary.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/categorical_vocabulary.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/categorical_vocabulary.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/text.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/text.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/text.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/__pycache__/text.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/categorical.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/categorical.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/categorical_vocabulary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/categorical_vocabulary.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/code8-6-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/code8-6-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/preprocessing/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/preprocessing/text.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/reportscode8-6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/reportscode8-6.txt -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-6/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-6/text.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-7/code8-7-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-7/code8-7-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-7/code8-7-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-7/code8-7-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/__pycache__/code8-6-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/__pycache__/code8-6-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/__pycache__/code8-7-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/__pycache__/code8-7-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/code8-6-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/code8-6-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/code8-7-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/code8-7-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/code8-8-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/code8-8-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/code8-8-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/code8-8-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/__init__.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/categorical.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/categorical.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/categorical_vocabulary.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/categorical_vocabulary.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/categorical_vocabulary.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/categorical_vocabulary.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/text.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/text.cpython-36.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/text.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/__pycache__/text.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/categorical.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/categorical.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/categorical_vocabulary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/categorical_vocabulary.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/code8-6-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/code8-6-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/preprocessing/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/preprocessing/text.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/reportscode8-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/reportscode8-8.txt -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/checkpoints/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/checkpoints/checkpoint -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/checkpoints/model-2000.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/checkpoints/model-2000.data-00000-of-00001 -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/checkpoints/model-2000.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/checkpoints/model-2000.index -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/checkpoints/model-2000.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/checkpoints/model-2000.meta -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/summaries/train/events.out.tfevents.1586433544.DESKTOP-7CN17FA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/summaries/train/events.out.tfevents.1586433544.DESKTOP-7CN17FA -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/vocab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586433544/vocab -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/checkpoint -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/model-100.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/model-100.data-00000-of-00001 -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/model-100.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/model-100.index -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/model-100.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/model-100.meta -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/model-200.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/model-200.data-00000-of-00001 -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/model-200.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/checkpoints/model-200.index -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/summaries/train/events.out.tfevents.1586519929.DESKTOP-7CN17FA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/summaries/train/events.out.tfevents.1586519929.DESKTOP-7CN17FA -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/vocab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.3/Code8-8/text_cnn_model/1586519929/vocab -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.4/Code8-10/code8-10-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.4/Code8-10/code8-10-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.4/Code8-10/code8-10-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.4/Code8-10/code8-10-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.4/Code8-10/reportscode8-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.4/Code8-10/reportscode8-10.txt -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.4/Code8-9/__pycache__/code8-10-TF2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.4/Code8-9/__pycache__/code8-10-TF2.cpython-37.pyc -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.4/Code8-9/backend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.4/Code8-9/backend.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.4/Code8-9/code8-10-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.4/Code8-9/code8-10-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.4/Code8-9/code8-9-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.4/Code8-9/code8-9-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.4/Code8-9/code8-9-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.4/Code8-9/code8-9-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter8/code8.4/Code8-9/reportscode8-9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/code8.4/Code8-9/reportscode8-9.txt -------------------------------------------------------------------------------- /tf2code/Chapter8/第八章转码记录.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter8/第八章转码记录.docx -------------------------------------------------------------------------------- /tf2code/Chapter9/code9.5/9-6-预测飞机发动机的剩余使用寿命-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/code9.5/9-6-预测飞机发动机的剩余使用寿命-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter9/code9.5/9-6-预测飞机发动机的剩余使用寿命-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/code9.5/9-6-预测飞机发动机的剩余使用寿命-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter9/code9.5/JANetLSTMCell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/code9.5/JANetLSTMCell.py -------------------------------------------------------------------------------- /tf2code/Chapter9/code9.5/PM_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/code9.5/PM_test.txt -------------------------------------------------------------------------------- /tf2code/Chapter9/code9.5/PM_train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/code9.5/PM_train.txt -------------------------------------------------------------------------------- /tf2code/Chapter9/code9.5/PM_truth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/code9.5/PM_truth.txt -------------------------------------------------------------------------------- /tf2code/Chapter9/code9.5/model_regression_verify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/code9.5/model_regression_verify.png -------------------------------------------------------------------------------- /tf2code/Chapter9/code9.5/reports9-6-预测飞机发动机的剩余使用寿命.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/code9.5/reports9-6-预测飞机发动机的剩余使用寿命.txt -------------------------------------------------------------------------------- /tf2code/Chapter9/code9.6/9-7-用带有动态路由算法的RNN模型对新闻进行分类-TF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/code9.6/9-7-用带有动态路由算法的RNN模型对新闻进行分类-TF1.py -------------------------------------------------------------------------------- /tf2code/Chapter9/code9.6/9-7-用带有动态路由算法的RNN模型对新闻进行分类-TF2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/code9.6/9-7-用带有动态路由算法的RNN模型对新闻进行分类-TF2.py -------------------------------------------------------------------------------- /tf2code/Chapter9/code9.6/reports9-7-用带有动态路由算法的RNN模型对新闻进行分类.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/code9.6/reports9-7-用带有动态路由算法的RNN模型对新闻进行分类.txt -------------------------------------------------------------------------------- /tf2code/Chapter9/第九章转码记录.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aianaconda/TensorFlow_Engineering_Implementation/HEAD/tf2code/Chapter9/第九章转码记录.docx --------------------------------------------------------------------------------