강의

멘토링

커뮤니티

Inflearn Community Q&A

jjmjjj031605's profile image
jjmjjj031605

asked

[Tensorflow2] Complete conquest of Python deep learning - Latest techniques of GAN, BERT, RNN, CNN

IMDB movie reviews example data structure

지원오류

Written on

·

193

0

8분12초에 코드짜신 부분을 보면,  train_validation_split = tfds.Split.TRAIN.subsplit([6, 4])에서 

'Split' object has no attribute 'subsplit'과 같은 오류가 발생하고, 이를 조사해보니 subsplit을 더이상 지원하지 않는다고 나와있어서, 이 문제를 해결하려면 어떠한 코드로 교체해야할까요?
오류발생tensorflowkeraspython딥러닝

Answer

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

asked

Ask a question