ethanfetaya / NRI

Neural relational inference for interacting systems - pytorch
MIT License
732 stars 157 forks source link

How long does it takes to generate data? #7

Closed wzm2256 closed 6 years ago

wzm2256 commented 6 years ago

It took me nearly 8 hours to generate data. Is it normal? The CPU utilization is very low during the generation process, I suppose the program could be further optimized.

ethanfetaya commented 6 years ago

The data generation is slow and does not use GPU. As we just ran it once and work with the stored simulated data, speeding this wasn't a priority. We will be happy for any contribution if you are interested.