Code Monkey home page Code Monkey logo

software.siahkoohi2019itl's Introduction

The importance of transfer learning in seismic modeling and imaging

This repository contains source codes for experiemtns in Siahkoohi, A., Louboutin, M. and Herrmann, F.J., 2019. The importance of transfer learning in seismic modeling and imaging. Geophysics, 84(6), pp.1-30. doi: 10.1190/geo2019-0056.1.

Prerequisites

This code has been tested on Deep Learning AMI (Amazon Linux) Version 24.2 (predefined tensorflow_p36 conda environment) on Amazon Web Services (AWS). We used g3s.xlarge instance. Also, we use GCC compiler version 7.3.0.

Links to required datasets (shot records, gradients, and wavefield snapshots) to reproduce the results in the paper are provided in the scripts described below. Unless you want to generate them yourself, feel free to skip installing Devito. If you are interested in generating the training/testing data yourself, the code that generates training/testing data in this experiment is based on a customized Devito-3.2.0 which can be found on my GitHub repository. Follow the steps below to install the required softwares:

cd $HOME
git clone https://github.com/alisiahkoohi/devito.git
git clone https://github.com/alisiahkoohi/importance-of-transfer-learning.git

cd devito
git checkout customized
conda env create -f environment.yml
source activate devito-customized
pip install -e .
export DEVITO_ARCH=gnu
export OMP_NUM_THREADS=4
export DEVITO_OPENMP=1

cd $HOME/importance-of-transfer-learning
pip install --user -r  requirements.txt

Repository map

.
|
├── src                  			# source codes
│   ├── data-conditioning
│   ├── gradient-conditioning
│   ├── simulation-conditioning
└── ...
  • data-conditioning/: source code for generating data conditioning results

  • gradient-conditioning/: source code for generating gradient conditioning results

  • simulation-conditioning/: source code for generating simulation conditioning results

For more details regarding how to run the experiments, refer to the README.md file in each experiment's directory.

Citation

If you find this software useful in your research, please cite:

@article{siahkoohi2019transfer,
    author={Siahkoohi, Ali and Louboutin, Mathias and Herrmann, Felix J.},
    title={The importance of transfer learning in seismic modeling and imaging},
    month={7},
    year={2019},
    doi = {10.1190/geo2019-0056.1},
    journal = {{Geophysics}},
    number = {6},
    pages = {A47--A52},
    publisher = {SEG},
    volume = {84}
}

Questions

Please contact [email protected] for further questions.

Acknowledgments

The authors thank Xiaowei Hu for his open-access repository on GitHub. Our software implementation built on this work.

Author

Ali Siahkoohi

software.siahkoohi2019itl's People

Contributors

alisiahkoohi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.