일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- LEVEL2
- java
- 대학원일기
- 프로그래머스
- SWEA
- git
- py
- 내휴학생활중의아주큰일
- 휴학
- WebOS
- 어렵다
- level3
- level1
- 대학원
- 안드로이드스튜디오
- 컴퓨터비전
- 자바
- D3
- BFS
- MSBuild
- 파이썬
- Github
- Matrix Factorization
- level4
- 컨트리뷰톤
- Python
- build
- SQL
- androidstudio
- 다시풀기
Archives
- Today
- Total
목록TensorFlow (1)
bit가 눈 앞에서 왔다갔다
AttributeError: module 'tensorflow' has no attribute 'Session'
AttributeError: module 'tensorflow' has no attribute 'Session' -> tensorflow 2.1.0 사용 중인데, 2.x 부터는 session을 정의해주는 걸 생략한다고 함 코드 수정 hello = tf.constant("Hellodfadf") sess = tf.Session() print(sess.run(hello)) //에서 hello = tf.constant("Hellodfadf") # sess = tf.Session() print(hello) 그리고 새로운 경고?를 만남 tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlo..
인턴십/연구실 인턴십
2021. 8. 20. 16:51