Skip to content

Releases: dtu-act/deeponet-acoustic-wave-prop

v0.3

08 Mar 21:02

Choose a tag to compare

What's Changed

  • Use normalisation from paper and add PyTorch notebook example by @nikolasborrel in #9
  • Use physical quantities in settings, improve data generators by @nikolasborrel in #10
  • Fix missing init.py and package discovery for subpackages

Full Changelog: v0.2...v0.3

v0.2

09 Nov 16:31
11ff54d

Choose a tag to compare

What's Changed

Full Changelog: v0.1...v0.2

Code compatible with original publication datasets

19 Oct 21:02

Choose a tag to compare

All results from the paper 'Sound propagation in realistic interactive 3D scenes with parameterized sources using deep neural operators' by Borrel-Jensen et al. can be reproduced with this version.
If the trained models from https://doi.org/10.11583/DTU.24812004 are used, remember to comment out the lines

U = self.activation(U)
V = self.activation(V)

in line 191-192 inside the file models/networks_flax.py.