Skip to content

Pytorch implementation for Error Reduction algorithm and Hybrid input-output algorithm.

Notifications You must be signed in to change notification settings

jeongsol-kim/phase_retrieval_algorithms

Repository files navigation

phase_retrieval_algorithms

Pytorch implementation of phase retrieval algorithms. Currently, Error reduction & Hybrid input-output algorithms are implemented.

Requirements

  • pytorch
  • torchvision
  • numpy
  • PIL
  • tqdm

Usage

python solve.py

Required argument

--algorithm         ER or HIO

--num_iterations    Number of iterations for each algorithm.

--num_repeats       Number of repeats for each sample.

--data_root         Data directory

--batch_size        Size of mini-batch

--gpu               Index for gpu device.

About

Pytorch implementation for Error Reduction algorithm and Hybrid input-output algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published