rckirby / torchfire

Embeds Firedrake functionality into PyTorch.
MIT License
1 stars 0 forks source link

Data should not be stored in Github repo #9

Open jonwittmer opened 1 year ago

jonwittmer commented 1 year ago

Consider moving the data stored in demos/nfem_heat_equation/data to a proper data storage platform. Having to download 500MB of data just to get the main firedrake-to-pytorch linking code is pretty excessive and slow. The demo script can then check to see if the data is on disk before fetching it from a server, similar to how pytorch and tensorflow handle their datasets.

rckirby commented 1 year ago

Thanks, this is a good point!