Skip to content

lime-j/nafnet-jax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nafnet-jax

A Jax / Flax impl of the paper "Simple Baselines for Image Restoration"

This impl is heavyily based on the GitHub repo of vision-transformer & the original PyTorch impl NAFNet.

Usage

python -m nafnet.main --workdir=./logs \
    --config=$(pwd)/nafnet/configs/config_nafnet.py:w32 \
    --config.base_lr=0.01

Citations

@article{chen2022simple,
  title={Simple Baselines for Image Restoration},
  author={Chen, Liangyu and Chu, Xiaojie and Zhang, Xiangyu and Sun, Jian},
  journal={arXiv preprint arXiv:2204.04676},
  year={2022}
}

Acknowledgements

This work is supported with Cloud TPUs from Google's TPU Research Cloud (TRC).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages