TensorFlow Dataset `.map` - Is it possible to ignore errors?
Short version: When using Dataset map operations, is it possible to specify that any 'rows' where the map invocation results in an error are quietly filtered out rather than having the error bubble up and kill the whole session? Specifics: I have an input pipeline set up that (more or less) does the following: reads a set of file paths of images stored locally (images of varying dimensions) reads a suggested set of 'bounding boxes' from a csv Produces the set of all image path to bounding box combinations Reads and decodes the image then produces the set of 'cropped' images for each of these