강의

멘토링

커뮤니티

Inflearn Community Q&A

wonnho's profile image
wonnho

asked

Artificial Intelligence R GO! Let's do it!

Easy! Simple! Let's build a CNN with R and Keras and challenge 99% accuracy :)

mnist dataset 실행시 에러가 발생합니다.

Written on

·

429

0

install.packages("keras")

library(keras)

install_keras(tensorflow = "cpu")

mnist<-dataset_mnist()

Error: Python module tensorflow.keras was not found.

R

Answer

This question is waiting for answers
Be the first to answer!
wonnho's profile image
wonnho

asked

Ask a question