Can anyone explain how to split a dataset into train and test using variables in Tensorflow. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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