由于生产环境目前还以1.13版本为主, 而google为了推进2.x已经下架了大部分官方教程, 这里简单做一些记录
1. name_scope / variable_scope
注意 tf.get_variable 不受 name_scope 影响
https://blog.csdn.net/u012609509/article/details/80045529
2. SavedModel模型的保存与加载 (pb格式,跨语言部署)
https://blog.csdn.net/mogoweb/article/details/83021524
原文:https://www.cnblogs.com/tpoy/p/14428122.html