I have a list of TFRecords files storing a variable X (variable number of rows and 268 columns) and Y (same number of elements as X). When I try to parse them in order to pass them directly to the keras.fit() method, I get a 'MapDataset' object is not subscriptable error.
I am really struggling to understand why this error is happening given that I can loop inside the MapDataset (meaning that the data is there). I have searched a lot but I did not managed to find the solution!