This is a screenshot from the lecture video ‘Hellow World with tf. Transform’, I am really kinda confused about what is happening here:
so I think based on the lecture that the preprocessing_fn is a pre-defined function run by the tft_beam.AnalyzeAndTransformDataset, and the result is a tuple returned to the raw_data, and raw_data_metadata,
some questions:
what does the second line ’ with …’ do?
where is the data passed in, what is the input/ where is it getting the raw data from?
Thanks for your help!