日々精進

新しく学んだことを書き留めていきます

2016-10-08から1日間の記事一覧

keras/Tensor flowで学習処理を実行すると「tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'input_3' with dtype float and shape [?,299,299,3]」エラー

AI

原因というか、何が悪いかはよく分からないがTensorBoardの引数の histogram_freq=1 を histogram_freq=0 にすると直った。 TensorBoardかTensor flowかKerasのバグかな。。 エラーメッセージからこの解決策に全然たどり着けず、結構ハマッた。。 以下のIssu…