csgm
csgm copied to clipboard
Code to reproduce results from the paper: "Compressed Sensing using Generative Models".
I would like to replicate your results, but the API of some of the dependencies has changed, thus some of the examples do not work. It would help a lot...
here is the problem, when I run the demos, each returns Traceback (most recent call last): File "./src/compressed_sensing.py", line 177, in main(HPARAMS) File "./src/compressed_sensing.py", line 19, in main xs_dict =...
Hi, I am interested in replicating your work for my domain area. Could you point out the code where the generator is frozen, and the latent vector is optimized? Thank...