openclimatefix / power_perceiver

Machine learning experiments using the Perceiver IO model to forecast the electricity system (starting with solar)
MIT License
7 stars 1 forks source link

Use different random number generator seeds for each GPU process #132

Closed JackKelly closed 2 years ago

JackKelly commented 2 years ago

When using IterableDataset, it looks like each GPU gets the same data, which isn't what we want!

See: