Skip to content

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

For reproducing results from PNAS publication

17 Dec 18:17
Compare
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'.