You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this great contribution. Now I am trying to run the offered examples, however, always encounter some problems as follows.
I cannot find where is test_data.mat as needed in docs/src/tutorials/fwi.md.
I am not sure what is the current name of Ops/AdvectionDiffusion/ as described in some examples.
I cannot find the location of generate_m.jl for generating data.
When testing the example FwiFlow-0.3.1.jl/docs/codes/src_fwi_channel, I do not know the correct order to run the example. But also find some problems in data:
For main_mar_fwi.jl, cannot find FWI/Src/params/Mar_source_2001.bin.
For main_run.py or main_two_phase_flow_inversion.jl, there is an error of TypeError("Tensors in list passed to 'values' of 'Pack' Op have types [int32, <NOT CONVERTIBLE TO TENSOR>, <NOT CONVERTIBLE TO TENSOR>] that don't all match.") at out_sw_init, out_p_init = imseq(tfCtxInit)
For CustomOps/FWI
For CustomOps/FWI/Obcalc.jl, cannot find ./params/ricker_10Hz.bin.
For CustomOps/FWI/main_calc_obs_data.py, cannot find ../../AdvectionDiffusion/data/U1.txt`.
For FwiFlow-0.3.1.jl/deps/CustomOps/FWI/paraGene.py, the names 'Cp, Cs, Den, nz, nx' are not defined.
I have attempted to find these files in different versions of FwiFlow.jl and also TwoPhaseFlowFWI, but not successful.
I hope I could get your help.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi developer
Thanks for this great contribution. Now I am trying to run the offered examples, however, always encounter some problems as follows.
test_data.mat
as needed indocs/src/tutorials/fwi.md
.Ops/AdvectionDiffusion/
as described in some examples.generate_m.jl
for generating data.FwiFlow-0.3.1.jl/docs/codes/src_fwi_channel
, I do not know the correct order to run the example. But also find some problems in data:main_mar_fwi.jl
, cannot findFWI/Src/params/Mar_source_2001.bin
.main_run.py
ormain_two_phase_flow_inversion.jl
, there is an error ofTypeError("Tensors in list passed to 'values' of 'Pack' Op have types [int32, <NOT CONVERTIBLE TO TENSOR>, <NOT CONVERTIBLE TO TENSOR>] that don't all match.")
atout_sw_init, out_p_init = imseq(tfCtxInit)
CustomOps/FWI
CustomOps/FWI/Obcalc.jl
, cannot find./params/ricker_10Hz.bin
.CustomOps/FWI/main_calc_obs_data.py, cannot find
../../AdvectionDiffusion/data/U1.txt`.FwiFlow-0.3.1.jl/deps/CustomOps/FWI/paraGene.py
, the names 'Cp, Cs, Den, nz, nx' are not defined.I have attempted to find these files in different versions of FwiFlow.jl and also
TwoPhaseFlowFWI
, but not successful.I hope I could get your help.
Thanks!
The text was updated successfully, but these errors were encountered: