Skip to content

Dataloader optimisation - #20

Open
0xtristan wants to merge 3 commits into
masterfrom
dataloader_optimisation
Open

Dataloader optimisation#20
0xtristan wants to merge 3 commits into
masterfrom
dataloader_optimisation

Conversation

@0xtristan

Copy link
Copy Markdown
Collaborator
  • mapping transform BEFORE windowing
  • var seq lens and goal tiling are computationally expensive (we ought to do on device) so I've removed from dataloader
  • multi-threaded tfrecords mapper (NOT the IO, this has to be single threaded)
  • action validation also taxing, it could be risky removing but it's also too slow. We should validate our data once off beforehand

tfrizza added 3 commits March 8, 2021 08:27
 - var seq lens and goal tiling are computationally expensive (we ought to do on device) so I've removed from dataloader
 - multi-threaded tfrecords mapper (NOT the IO, this has to be single threaded)
 - action validation also taxing, it could be risky removing but it's also too slow. We should validate our data once off beforehand
@0xtristan 0xtristan added the bug Something isn't working label Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants