0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python2,191 stars (2,191 stars)866 forks (866 forks)batch import
feature requesthelp wanted
Description
This issue does not include a description.
- Issue type
- performance
- Research direction
- Locate the get segments function in the YouTube 8M repository, likely in a data processing script. Review the current implementation to understand how it works. Identify opportunities to use TensorFlow operations (e.g., tf.map fn, tf.data) for performance gains. Implement the migration, ensuring correctness by comparing outputs. Consider adding tests to validate the changes.