Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 해킹캠프
- 웹 해킹
- WEB-hacking
- hackingcamp
- CVE
- hackctf
- Web
- hackingcamp ctf writeup
- 해외 워게임
- thinkPHP
- XSS
- Web Hacking
- WarGame
- wargame.kr
- CTF
- php
- backdoorctf writeup
- writeup
- hacking
- Hacker.org
- webhacking
- RCE
- backdoorctf 2023 web
- XSS-game
- backdoorctf 2023
- 해외 wargame
- backdoorctf 2023 web Unintelligible
- 웹해킹
- cve 분석
- 해킹캠프 ctf
Archives
- Today
- Total
<OOO>
AttributeError: module 'tensorflow' has no attribute 'placeholder' 해결 본문
728x90
기존에 쓰던
import tensorflow as tf 대신
import tensorflow.compat.v1 as tf 와
tf.disable_v2_behavior()를 추가하면 해결이 된다.
'파이썬' 카테고리의 다른 글
키움증권 api 종목 코드 얻기 (0) | 2021.02.18 |
---|---|
키움증권 api 사용자 정보 얻어오기 (0) | 2021.02.18 |
키움증권 api 로그인 (0) | 2021.02.18 |
키움증권 api 사용법 (0) | 2021.02.18 |
python ta-lib 설치 트러블슈팅 (0) | 2020.12.23 |
Comments