I want to use list of dataset as a input for .fit() function but it returns:
ValueError: Failed to find data adapter that can handle input: (<class 'list'> containing values of types {"<class 'tensorflow.python.data.ops.dataset_ops.PrefetchDataset'>"}), <class 'NoneType'>
I find same question Input multiple datasets to tensorflow model but the data I use is more than 100gb and it does not fit to RAM.
So I can not convert the prefetch data to normal tf tensor. What can I do?