최대 1 분 소요

원인 : NonMatchingChecksumError: Artifact https://drive.google.com/uc?export=download&id=0B7EVK8r0v71pZjFTYXZWM3FlRnM

tfds (TensorFlow 데이터세트)를 load하는 과정에서 생긴 에러 (celeb_a)

celeb_a = tfds.load('celeb_a')

image

해결방법

구글 공식 사이트 답변

image

tfds 및 Google 클라우드 스토리지

colab에서 실행할 때 이 코드를 실행

from google.colab import auth
auth.authenticate_user()

구글 클라우드 인증

+ 만약 KeyError: <ExtractMethod.NO_EXTRACT: 1>가 나왔다면?

(해결 찾는 중)

댓글남기기