Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 867 Bytes

README.md

File metadata and controls

executable file
·
24 lines (15 loc) · 867 Bytes

dsmnet

1-D seismic imaging (waveform inversion) using convolutional neural networks.
Inputs are computed using the Python package for seismic waveform computation dsmpy.

Example

The result of a test case for a simple single-layer model of the D" region (lowermost 400 km of the Earth's mantle) can be downloaded as a tensorboard log file here.

To view it, please install tensorboard using conda

conda install -n your_environment tensorboard

From the directory where you downloaded the log file, run

tensorboard --logdir=.

and navigate to http://localhost:6006/.