79337302

Date: 2025-01-07 20:46:01
Score: 2
Natty:
Report link

I finnaly find the problem.

tensorflow dataset are a kind of data generator so we don't need to use a data generator to chunck dataset and pass it to tensorflow dataset.

Use .batch() to generated "chunck" of data to read by itteration.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jonathan Roy