tensorflow 사용법 보고 똑같이 쓰는 중인데
import tensorflow as tf 하고
sess = tf.Session() 입력하면
아래처럼 오류나는데
Traceback (most recent call last):
File "", line 1, in
sess = tf.Session()
AttributeError: module 'tensorflow' has no attribute 'Session'
이거 왜 이러는 건가요??
tensorflow 사용법 보고 똑같이 쓰는 중인데
import tensorflow as tf 하고
sess = tf.Session() 입력하면
아래처럼 오류나는데
Traceback (most recent call last):
File "", line 1, in
sess = tf.Session()
AttributeError: module 'tensorflow' has no attribute 'Session'
이거 왜 이러는 건가요??
해당 댓글은 삭제되었습니다.
pip3로 설치했음? - dc App
cmd에 pip install tensorflow라고 쳐서 깔았어여