Skip to content

Code compatible with original publication datasets

Choose a tag to compare

@nikolasborrel nikolasborrel released this 19 Oct 21:02
· 12 commits 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.