私は外部ファイルに変数層のすべての値を保存するためにこの関数を作成: # Counter for total number of iterations performed so far
total_iterations = 0
def test_save(num_iterations):
# Ensure we update the global variable rather t
私はTensorFlowを使用してCNNに関連するプロジェクトに取り組んでいます。 I画像があるため、グレースケールのサイズ(250250)であった for filename in glob.glob('input_data/*.jpg'):
input_images.append(cv2.imread(filename,0))
image_size_input = len(input_im