Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cszn authored Dec 18, 2019
1 parent eb45f53 commit e084102
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# [DnCNN](http://www4.comp.polyu.edu.hk/~cslzhang/paper/DnCNN.pdf)
# [Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising](http://ieeexplore.ieee.org/document/7839189/)

# New Training and Testing Codes ([Keras](https://keras.io/) and [PyTorch](https://pytorch.org/))
# New training and testing codes ([PyTorch](https://github.com/cszn/KAIR)) - 18/12/2019
- [main_train_dncnn.py](https://github.com/cszn/KAIR/blob/master/main_train_dncnn.py)

- [main_test_dncnn.py](https://github.com/cszn/KAIR/blob/master/main_test_dncnn.py)

# Training and Testing Codes ([Keras](https://keras.io/) and [PyTorch](https://pytorch.org/))

- [DnCNN-keras](https://github.com/cszn/DnCNN/tree/master/TrainingCodes/dncnn_keras)

Expand Down

0 comments on commit e084102

Please sign in to comment.