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 | 29 | 30 |
Tags
- backdoorctf 2023
- 해외 wargame
- 해킹캠프 ctf
- writeup
- thinkPHP
- hacking
- 웹해킹
- 웹 해킹
- Web
- backdoorctf 2023 web Unintelligible
- hackingcamp
- backdoorctf writeup
- XSS
- CVE
- 해킹캠프
- 해외 워게임
- webhacking
- cve 분석
- WEB-hacking
- WarGame
- backdoorctf 2023 web
- Web Hacking
- hackctf
- wargame.kr
- hackingcamp ctf writeup
- RCE
- XSS-game
- Hacker.org
- php
- 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 |