1. ホーム
  2. テンソルフロー

Tensorflow Error 1 AttributeError: __enter__

2022-02-10 17:57:47
<パス

Tensorflow error:AttributeError: 入力

I.
コードブロック

with tf.Session as sess:


エラーです。

with tf.Session as sess:
AttributeError: __enter__


エラーの理由 セッションは常にwrite()を忘れている

ii.
コードブロック

sess.run(tf.global_variables_initializer)


エラーです。

TypeError: Fetch argument <function global_variables_initializer at 0x000002116AA07B88> has invalid type <class 'function'>, must be a string or Tensor. (Can not convert a function into a Tensor or Operation.)


エラーの理由
tf.global_variables_initialize が書き込まれていない()