所以我有這樣的代碼,工程,直到我希望它來繪製tensorboard對我來說: import numpy as np
import tensorflow as tf
import tqdm
from sklearn.model_selection import train_test_split
from tensorflow.python.framework import ops
ops
我想獲得下面的神經網絡的訓練過程的摘要。 import tensorflow as tf
import numpy as np
from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets(".\MNIST",one_hot=True)
# Create the
我試圖想象我在一個遠程服務器訓練有素的一堂訓練課。我使用SCP複製在我的本地iMac電腦的文件。我試圖通過運行張量板來可視化數據。它運行tensorboard站點,但我無法獲得可視化。每個圖表都有一個零點。我在終端上得到這個警告。 WARNING:tensorflow:Unable to get first event timestamp for run
470_313_0.0001_2500_