TensorFlow5 Tensorflow| keras load weights attributeerror: 'str' object has no attribute 'decode' 지난 글에 이어서 RetinaFace를 설치하며 겪는 에러.. Tensorflow| RuntimeError: The current Numpy installation fails to pass a sanity check GitHub에서 github.com/peteryuX/retinaface-tf2 로 retinaface를 실행해보다 numpy installation error 발생 환경과 requirement 모두 권장하는 방식대로 가상환경 하나 구축해서 설치했음 RuntimeError: The cu.. littlestartime.tistory.com 아래와 같은 에러가 발생... original_keras_version = f.attrs['keras_version'].decode('utf8') Attrib.. 2020. 12. 15. Tensorflow| RuntimeError: The current Numpy installation fails to pass a sanity check GitHub에서 github.com/peteryuX/retinaface-tf2 로 retinaface를 실행해보다 numpy installation error 발생 환경과 requirement 모두 권장하는 방식대로 가상환경 하나 구축해서 설치했음 RuntimeError: The current Numpy installation ('C:\\Users\\사용자이름\\anaconda3\\envs\\retinaface-tf2\\lib\\site-packages\\numpy\\__init__.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: tinyurl.com/y3dm3.. 2020. 12. 15. Keras | Simple MNIST convnet 예제 따라 해보기 본 포스팅은 개인 공부를 위해 케라스 공식 사이트(keras.io/about/)에 게재된 내용을 한글로 정리한 것입니다. 오늘 정리해볼 예제는 MNIST 데이터셋을 활용해 convnet(합성곱) 딥러닝 모델을 구축하는 sample이다. 출처: keras.io/examples/vision/mnist_convnet/ Keras documentation: Simple MNIST convnet Simple MNIST convnet Author: fchollet Date created: 2015/06/19 Last modified: 2020/04/21 Description: A simple convnet that achieves ~99% test accuracy on MNIST. View in Colab • Gi.. 2020. 12. 8. Keras | About Keras 케라스 간단 소개 및 사용해보기 본 포스팅은 개인 공부를 위해 케라스 공식 사이트(keras.io/about/)에 게재된 내용을 한글로 정리한 것입니다. About Keras 케라스는 파이썬으로 쓰인 딥러닝 API로 머신 러닝 플랫폼인 Tensorflow 위에서 구동 * API(Application Programming Interface, 응용 프로그램 프로그래밍 인터페이스) : 응용 프로그램에서 사용할 수 있도록 운영 체제나 프로그래밍 언어가 제공하는 기능을 제어할 수 있게 만든 인터페이스 First contact with Keras 케라스 구조의 핵심은 layer와 모델이다. 아래에서는 학습하는 방법을 간단히 소개한다. 0. Keras는 TensorFlow 2.0에 tensorflow.keras로 함께 패키징 되어 있다. 아나콘다 .. 2020. 12. 8. 이전 1 2 다음