我運行的是使用翻譯上IPython的演示: >> %run translate.py --data_dir data --train_dir data --max_train_data_size 100000
進程得到某種原因自動死亡。這是運行的輸出。 Preparing WMT data in data/
I tensorflow/core/common_runtime/local_dev
我使用tensorflow提供的seq2seq.py庫構建seq2seq模型。 在培訓任何我想要在tensorboard中可視化未經訓練的模型的圖形網絡之前,但它不想顯示這個。 下面是一個重現我的問題的最小示例。 任何人有一個想法,爲什麼這不起作用?你只能在模型訓練後看到模型的圖形嗎? import tensorflow as tf
import numpy as np
from tensor