일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 프로그래머스
- WebOS
- build
- SWEA
- 다시풀기
- py
- 내휴학생활중의아주큰일
- level1
- 자바
- LEVEL2
- BFS
- 어렵다
- 휴학
- SQL
- Python
- Matrix Factorization
- androidstudio
- level3
- 파이썬
- git
- MSBuild
- 컴퓨터비전
- java
- 대학원일기
- level4
- 안드로이드스튜디오
- 컨트리뷰톤
- D3
- Github
- 대학원
Archives
- Today
- Total
목록인턴십 (10)
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