Can anyone explain how to split a dataset into train and test using variables in Tensorflow. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Can anyone explain how to split a dataset into train and test using variables in Tensorflow.

Suppose we have variables input,ouput=tfds.load('dataset',as_supervised=True,with_info=True) How to divide datasets using those variables.

24th May 2020, 4:21 AM
L PRASANTH
L PRASANTH - avatar
1 Réponse
+ 1
Check out all possible combinations implemented: https://www.tensorflow.org/datasets/splits
24th May 2020, 8:41 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar