Skip to content

Files

Latest commit

Jan 20, 2021
dd89722 · Jan 20, 2021

History

History
This branch is 92 commits behind google-deepmind/deepmind-research:master.

cs_gan

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 15, 2020
Oct 2, 2019
Jan 15, 2020
Oct 2, 2019
Jan 20, 2021
Nov 11, 2020
Jan 15, 2020
Jan 15, 2020
Jan 20, 2021
Jan 20, 2021
Nov 1, 2019
Nov 11, 2020
Jan 20, 2021
Jan 20, 2021

Deep Compressed Sensing

This is the example code for the following ICML 2019 paper. If you use the code here please cite this paper.

Yan Wu, Mihaela Rosca, Timothy Lillicrap Deep Compressed Sensing. ICML 2019. [arXiv].

Running the code

The code contains:

  • the implementation of the compressed sensing algorithm (cs.py).
  • the implementation of the GAN algorithm (gan.py).
  • a main file (main_cs.py) to reproduce the Compressed Sensing results in the paper.
  • a main file (main_gan.py) to reproduce the GAN results in the paper (the improvement over the SN-GAN baseline via latent optimization).