996技术站 - 活在未来 | KingSun966技术站,极客带你看世界!
https://www.996station.com
程序员开发指南Description
https://guide.996station.com
1.会话
一个运行TensorFlow operation的类。会话包含以下两种开启方式
- tf.Session:用于完整的程序当中
- tf.InteractiveSession:用于交互式上下文中的TensorFlow ,例如shell