TensorFlow 的其他命名容器是什么?
What are the other named container of TensorFlow?
看了TensorFlow的论文,发现"There is a default container that persists until the process terminates. Other named containers may be initialized."或者你可以参考https://github.com/samjabrahams/tensorflow-white-paper-notes#47-containers。
那么其他命名容器是什么?我们可以将变量存储在持久的分布式存储中,例如数据库或 NoSQL 吗?
抽象可能会在未来支持这一点,但目前没有其他可用的命名容器。
看了TensorFlow的论文,发现"There is a default container that persists until the process terminates. Other named containers may be initialized."或者你可以参考https://github.com/samjabrahams/tensorflow-white-paper-notes#47-containers。
那么其他命名容器是什么?我们可以将变量存储在持久的分布式存储中,例如数据库或 NoSQL 吗?
抽象可能会在未来支持这一点,但目前没有其他可用的命名容器。