keep-loving-pythonのブログ

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

2022-08-20から1日間の記事一覧

解決策。NotImplementedError: Cannot convert a symbolic tf.Tensor (ArgMax:0) to a numpy array.

解決策。NotImplementedError: Cannot convert a symbolic tf.Tensor (ArgMax:0) to a numpy array. エラーの内容 NotImplementedError: Cannot convert a symbolic tf.Tensor (ArgMax:0) to a numpy array. エラー詳細。 Traceback (most recent call last)…

解決策。TypeError: Variable is unhashable. Instead, use variable.ref() as the key.

解決策。TypeError: Variable is unhashable. Instead, use variable.ref() as the key. エラーの内容 TypeError: Variable is unhashable. Instead, use variable.ref() as the key. エラー詳細 Traceback (most recent call last): File "tf_trans.py", li…

解決策。tensorflow.lite.python.convert_phase.ConverterError: bad allocation

解決策。tensorflow.lite.python.convert_phase.ConverterError: bad allocation エラー tensorflow.lite.python.convert_phase.ConverterError: bad allocation エラーの全体 Traceback (most recent call last): File "tf00.py", line 81, in <module> tflite_quan</module>…

解決策。FileNotFoundError: [Errno 2] No such file or directory: './models/output.tflite'

解決策。FileNotFoundError: [Errno 2] No such file or directory: './models/output.tflite' エラーの内容 FileNotFoundError: [Errno 2] No such file or directory: './models/output.tflite' メッセージ全体 Traceback (most recent call last): File "…