본문 바로가기

tensorflow30

[코드로 이해하는 딥러닝 15] - 초기화(initialization)의 중요성 [코드로 이해하는 딥러닝 0] - 글연재에 앞서 https://limitsinx.tistory.com/27 [코드로 이해하는 딥러닝 1] - Tensorflow 시작 https://limitsinx.tistory.com/28 [코드로 이해하는 딥러닝 2] - Tensorflow 변수선언 https://limitsinx.tistory.com/29 [코드로 이해하는 딥러닝 3] - Tensorflow placeholder변수 https://limitsinx.tistory.com/30 [코드로 이해하는 딥러닝 4] - 선형회귀(Linear Regression) https://limitsinx.tistory.com/31 [코드로 이해하는 딥러닝 5] - 다중선형회귀(Multiple Linear Regressio.. 2021. 1. 1.
[코드로 이해하는 딥러닝 14] - Drop out [코드로 이해하는 딥러닝 0] - 글연재에 앞서 https://limitsinx.tistory.com/27 [코드로 이해하는 딥러닝 1] - Tensorflow 시작 https://limitsinx.tistory.com/28 [코드로 이해하는 딥러닝 2] - Tensorflow 변수선언 https://limitsinx.tistory.com/29 [코드로 이해하는 딥러닝 3] - Tensorflow placeholder변수 https://limitsinx.tistory.com/30 [코드로 이해하는 딥러닝 4] - 선형회귀(Linear Regression) https://limitsinx.tistory.com/31 [코드로 이해하는 딥러닝 5] - 다중선형회귀(Multiple Linear Regressio.. 2020. 12. 31.
module 'tensorflow_core.compat.v1' has no attribute 'contrib' 해당 오류는 Tensorflow 2.0 이상의 버전을 사용하시는 분들이 1.X버전의 코드를 사용하기 위해 import tensorflow.compat.v1 as tf tf.disable_v2_behavior() 코드를 기반으로 작성하실때 나타나는 문제점입니다. Attribute Error: module 'tensorflow_core.compat.v1' has no attribute 'contrib' 'contrib'는 구글 텐서플로우 개발자 입장에서도 처리하기가 아주 까다로운 문제였는데요 Tensorflow 1.x에서 Xavier부터 각종 스킬들은 모두 해당 라이브러리에 담아놨기때문에.. 2.X으로 업그레이드할때 고민이 많았다는 글을 본적이 있습니다. 2.X 코드들이 직관적이긴 하지만, 1.X도 나름 정.. 2020. 12. 27.
[코드로 이해하는 딥러닝 12] - ReLU(Rectified Linear Unit) [코드로 이해하는 딥러닝 0] - 글연재에 앞서 https://limitsinx.tistory.com/27 [코드로 이해하는 딥러닝 1] - Tensorflow 시작 https://limitsinx.tistory.com/28 [코드로 이해하는 딥러닝 2] - Tensorflow 변수선언 https://limitsinx.tistory.com/29 [코드로 이해하는 딥러닝 3] - Tensorflow placeholder변수 https://limitsinx.tistory.com/30 [코드로 이해하는 딥러닝 4] - 선형회귀(Linear Regression) https://limitsinx.tistory.com/31 [코드로 이해하는 딥러닝 5] - 다중선형회귀(Multiple Linear Regressio.. 2020. 12. 26.
[코드로 이해하는 딥러닝 11-EX] - MNIST를 DNN으로 학습해보기/Adam optimizer [코드로 이해하는 딥러닝 0] - 글연재에 앞서 https://limitsinx.tistory.com/27 [코드로 이해하는 딥러닝 1] - Tensorflow 시작 https://limitsinx.tistory.com/28 [코드로 이해하는 딥러닝 2] - Tensorflow 변수선언 https://limitsinx.tistory.com/29 [코드로 이해하는 딥러닝 3] - Tensorflow placeholder변수 https://limitsinx.tistory.com/30 [코드로 이해하는 딥러닝 4] - 선형회귀(Linear Regression) https://limitsinx.tistory.com/31 [코드로 이해하는 딥러닝 5] - 다중선형회귀(Multiple Linear Regressio.. 2020. 12. 25.