lnnnn123
lnnnn123
I looked in the pytorch package and found this, but I couldn't find the exact location. I want to change the expression of the wave equation, add some pseudo-spectral operation,...
I installed it with pip install deepwave. In previous versions of deeowave you can see these C code implementation, why in the latest version of pytorch deepwave package there is...
Ok, I have roughly understood your meaning, thank you for your reply
Hello, This is my code, the first is a single gun FWI program, the second is the result of running on multiple Gpus. Thank you very much for taking the...
This is my code, because there are too many, I converted it into a file, thank you for your correction. [elatasic.txt](https://github.com/user-attachments/files/15737878/elatasic.txt)
Thanks for your guidance, after my testing, I finally found the reason, I ran the program on four Gpus at the same time, one GPU could run, but it could...
This is my code, the main change is to run the code on 0,1,3 Gpus, welcome your correction. [elatasic.txt](https://github.com/user-attachments/files/15756811/elatasic.txt)
Thank you for your guidance. My multi GPU running program is running correctly. The gradient can be conducted correctly.