keep-loving-pythonのブログ

Pythonを愛し続けたいです(Pythonが流行っている限りですが。。。)

2022-04-07から1日間の記事一覧

解決策。ValueError: view limit minimum -36912.5 is less than 1 and is an invalid Matplotlib date value. This often happens if you pass a non-datetime value to an axis that has datetime units

環境 Windows10 Python3.7.2 GPUなしPC エラー ValueError: view limit minimum -36912.5 is less than 1 and is an invalid Matplotlib date value. This often happens if you pass a non-datetime value to an axis that has datetime units エラーに出会…

解決策。NotImplementedError: Cannot convert a symbolic Tensor (lstm/strided_slice:0) to a numpy array.

環境 Windows10 Python3.7.2 GPUなしPC エラー NotImplementedError: Cannot convert a symbolic Tensor (lstm/strided_slice:0) to a numpy array. エラー時モジュールバージョン Keras 2.1.0 numpy 1.21.5 <--これの問題 tensorflow 2.2.0 エラーに出会…