์ฝ๋ฉ์์ MNIST ์ค์ต์ ํ๋ ค๋ ์ค ๋ณด๊ฒ ๋ ์๋ฌ ๋ฉ์์ง์ด๋ค. No module named ์๋ฌ๋ pip(๋๋ !pip) install๋ก ์ฌ๋งํ๋ฉด ๋ค ํด๊ฒฐ๋๋๋ฐ, pip install tensorflow-examples๋ก ํด๊ฒฐ๋์ง ์์์ ๊ตฌ๊ธ๋งํด๋ดค๋ค.
์ถ์ฒ๋ https://github.com/tensorflow/tensorflow/issues/32790 ์ด๊ณ ๋ด๊ฐ ์ฌ์ฉํ ๋ฐฉ๋ฒ์ 1)์ด๋ค.
import ์ฌ์ฉ
import tensorflow_datasets as tfds
# Construct a tf.data.Dataset
dataset = tfds.load(name="mnist", split=tfds.Split.TRAIN)
tensorflow_datasets์ด๋ผ๋ ๋ชจ๋์ importํ๊ณ name์์ mnist์์ ๋ช ์ํด์ฃผ๋ฉด ์๋์ ๊ฐ์ด ์์ฃผ ๊น๋ํ๊ฒ ์คํ๋๋ค.
import ์ฌ์ฉ X
TF 2.X์์๋ ํน์ ๋ชจ๋์ importํ์ง ์์๋ tf.keras.datasets.mnist ๋ง์ผ๋ก mnist ๋ฐ์ดํฐ ์ฌ์ฉ์ด ๊ฐ๋ฅํ๋ค๊ณ ํ๋ค.
'๐จโ๐ซ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[PyTorch] PyTorch ์ค์น (0) | 2021.08.11 |
---|---|
[Sklearn] ConvergenceWarning: lbfgs failed to converge (status=1) (0) | 2021.05.28 |
[TensorFlow] tf 2.x์์ tf 1.x ์ฝ๋ ์คํํ๊ธฐ (0) | 2021.02.05 |
[VSC] how to use C in vscode (0) | 2020.12.30 |
[Python] anaconda, tensorflow ์ค์น (0) | 2020.12.29 |