본문 바로가기

#tensorflow

Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2 Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2 Tensorflow를 GPU로 돌리고 있기 때문에 위와 같은 경고를 무시 했었는데,혹시나 해서 구글링을 했더니 역시나 답을 깔끔하게 해놓았다. 결론 부터 말하자면, GPU로 테스트 하시는 분들은 신경 쓰지 않아도 된다. 만약, CPU로 테스트를 진행하시는 분들은 아래 내용을 참고 하세요. If you don't have a GPU and want to utilize CPU as much as possible, you should build tensorflow from the source optimized for your CPU with AV.. 더보기
[TensorFlow] TensorFlow를 윈도우에 설치하기 인공지능에 관심이 생기다 보니 자연스럽게 TensorFlow를 테스트 해보기 위해 윈도우에 설치를 했습니다. Docker를 이용하거나 가상 드라이브를 만들어서 Linux에 설치하거나 다양한 방법이 있는데요. 전 Android 개발자이다 보니 JetBrain 사 제품에 익숙해서 PyCharm을 이용해서 설치하는 방법을 올리고자 합니다. 1. 설치 파일 다운로드 Python3.5 : https://www.python.org/downloads/release/python-352/PyCharm : https://www.jetbrains.com/pycharm/download/#section=windowsAnaconda : https://www.continuum.io/downloads 위 사이트 가서 설치 파일을 모.. 더보기
[TensorFlow] TensorFlow 참고 사이트 TensorFlow Korea 블로그 : https://tensorflow.blog/TensorFlow github : https://github.com/tensorflow/tensorflow CPUU의 Daydreamin : http://cpuu.postype.com/category/%EB%A8%B8%EC%8B%A0-%EB%9F%AC%EB%8B%9D TensorFlow install os setup : https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/get_started/os_setup.mdTensorFlow install in ubuntu : http://yeramee.tistory.com/1TensorFlow install.. 더보기