GeophyAI / seistorch

A pytorch-based package for seismic invesrion with automatic differentiation.
28 stars 5 forks source link

Some issues #1

Closed zhangxiaoshuotttt closed 2 months ago

zhangxiaoshuotttt commented 5 months ago
  1. Here now we must set as these parameters and COULDN'T change them.
zhangxiaoshuotttt commented 5 months ago
  1. This should be python ../../../fwi.py forward.yml \
zhangxiaoshuotttt commented 5 months ago
  1. I will write some codes help convert Sgy format into HDF5, and give some cooments
zhangxiaoshuotttt commented 5 months ago
  1. These should be changed
zhangxiaoshuotttt commented 5 months ago
  1. This is useless, It should be step-per-epoch
GeophyAI commented 5 months ago

Thank you for all your comments on seistorch. Q1: I've added a alert when the boundary with is not 50. Q2: I've modified the script to the right one. Additionally, u can refer to examples/forward_modeling/different_eq for more modeling examples. Q3: There's a segyreader class in seistorch/io.py, u can develope that based on my codes. Q4: The argument--nproc_per_nodeshould be set as the number of GPU u have. Q5: Yes, u r right. All the--num-batches in inversion script should be modified to --step-per-epoch (I will modify those scripts gradually in the coming updates).