웹 페이지에서 주피터 랩 접속하기 1. 이전 블로그를 참고하여 주피터 랩에 접속합니다.
TensorFlow 도커 환경 구축 우분투에서 TensorFlow 2.X 환경 구축하기 1. 도커파일을 생성합니다. 2.
도커파일에는 다음 내용을 입... blog.naver.com 예제 모델 실행하기 1. 패키지 관련 코드를 추가합니다. import os import pathlib import matplotlib import matplotlib.pyplot as plt import io import scipy.misc import numpy as np from six import BytesIO from PIL import Image, ImageDraw, ImageFont from six.moves.urllib.request import urlopen import tensorflow as tf import tensorflow_hub as hub tf.get_logger().setLevel('ERR...
#
TensorFlow
#
Tutorial
원문 링크 : TensorFlow 예제