Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Tensorflow 在ipython上运行translate将终止进程_Tensorflow - Fatal编程技术网

Tensorflow 在ipython上运行translate将终止进程

Tensorflow 在ipython上运行translate将终止进程,tensorflow,Tensorflow,我正在ipython上运行translate演示,使用: >%run translate.py--data\u dir data--train\u dir data--max\u train\u data\u size 100000 由于某种原因,进程会自动终止。这是运行的输出 准备数据中的WMT数据/ I tensorflow/core/common_runtime/local_device.cc:25]本地设备操作内并行线程:3 I tensorflow/core/common_runti

我正在ipython上运行translate演示,使用:

>%run translate.py--data\u dir data--train\u dir data--max\u train\u data\u size 100000
由于某种原因,进程会自动终止。这是运行的输出

准备数据中的WMT数据/
I tensorflow/core/common_runtime/local_device.cc:25]本地设备操作内并行线程:3
I tensorflow/core/common_runtime/local_session.cc:45]本地会话操作间并行线程:3
创建3层1024个单元。
使用新参数创建模型。
阅读发展和培训数据(限制:100000)。
读取数据行100000
被杀死的

我在一个运行Ubuntu14.04的流浪者盒子上运行它,没有gpu。这里可能会发生什么?

这不是ipython/tensorflow特有的

如果linux内核基本上决定某个进程使用了太多内存,那么这种杀戮可能来自它


从命令行运行translate.py it时,它是否工作?