Skip to content

For reproducing results from PNAS publication

Latest
Compare
Choose a tag to compare
@nikolasborrel nikolasborrel released this 17 Dec 18:17
· 1 commit to main since this release

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'.