helmnet icon indicating copy to clipboard operation
helmnet copied to clipboard

Implement in 3D

Open btreeby opened this issue 2 years ago • 0 comments

A 3D version of the helmnet should be considered. This would require the following:

  • Extending the unet to 3D (Conv3D, MaxPool3D, etc)
  • Extend the training data to 3D
  • Add extra dimension (z) to all inputs, PML components etc
  • Extend operators (e.g., Spectral.LaplacianWithPML, etc)
  • Potentially reduce batch size for training
  • Check the replay buffer works with 3D data (or could potentially be replaced with binomial checkpointing as now being implemented in j-Wave)

btreeby avatar Dec 08 '22 14:12 btreeby