일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 수찾기
- 쓰레드
- Eclipse
- 상속
- 스캐너
- Operator
- equals프레임워크
- 2267
- acmicpc
- iomanip
- C++
- 프랜드함수
- 조작자
- OOP
- Java
- 자바
- 객체지향
- 코딩
- 데이터베이스
- 배열
- 경제성공학
- 백준
- 구조체배열
- 재귀함수
- 무작위 변수
- 교환학생일지
- 알고리즘
- 이클립스
- 프로그래머스
- 예외
- Today
- Total
목록🖥️ 컴퓨터공학 🖥️/코드 에러 모음집 (9)
글쓰는공대생의 IT블로그

https://better-coding.com/solved-attributeerror-module-tensorflow-has-no-attribute-placeholder/ [SOLVED] - AttributeError: module 'tensorflow' has no attribute 'placeholder' The cause of the mentioned problem is incompatibile code with installed tensorflow library. In this case you have code compatible with tensorflow 1.0 version but installed tensorflow 2.0 or higher. Let's see what you can do ..

https://vispud.blogspot.com/2019/05/tensorflow200a0-attributeerror-module.html Tensorflow==2.0.0a0 - AttributeError: module 'tensorflow' has no attribute 'global_variables_initializer' Download template bootstrap for free ! vispud.blogspot.com import tensorflow as tf model=tf.global_variables_initializer() 이렇게 명령문을 작성하였더니 이런 오류가 발생하였다. 해결방법은 import tensorflow as tf model=tf.compat.v1.global_vari..

https://github.com/conda/conda/issues/8903 RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operating environment. · Issue #8903 · c The following packages will be DOWNGRADED: anaconda 2019.03-py37_0 --> custom-py37_1 Proceed ([y]/n)? y Preparing transaction: done Verifying transaction: failed RemoveError: 'setuptools'... github.com setuptools이라는 패키지가 설치되지 않아..