Konik Kothari
Results
2
issues of
Konik Kothari
``` import numpy as np import pyct as ct img = np.random.rand(128,128) A = ct.fdct2((128,128), 4, 16, False, norm=False, cpx=False) c = np.random.rand(49577) #length of coeffs for 128x128 image def...
From the `experiment_scripts/` folder, I try to run `train_inverse_helmholtz.py` experiment as follows. ` python3 train_inverse_helmholtz.py --experiment_name fwi --batch_size 1 ` The supplementary section 5.3 of the paper states that a...