TensorFlow-Tutorials
TensorFlow-Tutorials copied to clipboard
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
TypeError: Cannot interpret feed_dict key as Tensor: The name 'DecodeJpeg/contents:0' refers to a Tensor which does not exist. The operation, 'DecodeJpeg/contents', does not exist in the graph 이렇게 오류가 납니다....
챕터별로 정리하면서 공부하고 있는데, 그림파일이 있으면 좋겠습니당. 좋은 책 써 주셔서 정말 감사합니다!
올려주신 코드를 보고 연습을 하고 있는데 다음과 같은 문제가 생깁니다. 코드: for i in range(total_batch): batch_xs, batch_ys = data.next_batch(BatchSize=batch_size, shuffle=data_shuffle) batch_xs = np.asarray(batch_xs) batch_ys = np.asarray(batch_ys) batch_xs = batch_xs.reshape(-1, 48,...
Can translate it into english?