tensorflow1 Feeds (13) Feeds 앞의 예는 텐서를 상수(Constants)와 변수(Variables)에 저장하여 계산그래프안으로 텐서를 끌어옵니다. The examples above introduce tensors into the computation graph by storing them in Constants and Variables. TensorFlow는 그래프 안의 모든 ops에 텐서를 직접 붙이는 feed메커니즘도 제공합니다. TensorFlow also provides a feed mechanism for patching a tensor directly into any operation in the graph. feed는 일시적으로 op의 출력을 텐서 값으로 대체합니다. A feed temporarily repla.. 2016. 3. 31. 이전 1 다음