Skip to content

Commit 7b09333

Browse files
authored
Update README.md
added Acknowledgement
1 parent b4449e6 commit 7b09333

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# UNet-based-Denoising-Autoencoder-In-PyTorch
22
Cleaning printed text using Denoising Autoencoder based on UNet architecture in PyTorch
33

4+
## Acknowledgement
5+
The UNet architecture used here is borrowed from https://github.com/jvanvugt/pytorch-unet.
6+
The only modification made in the UNet architecture mentioned in the above link is the addition of dropout layers.
7+
48
## Requirements
59
* torch >= 0.4
610
* torchvision >= 0.2.2
@@ -67,9 +71,3 @@ Once the testing is done, the results will be saved in a directory named *result
6771
<img src='/results/res05.png' width='250' alt='res05.png' hspace='15'>
6872
</div>
6973
</div>
70-
71-
## Acknowledgement
72-
The UNet architecture used here is borrowed from https://github.com/jvanvugt/pytorch-unet
73-
74-
[NIH Chest X-ray Dataset](https://www.kaggle.com/nih-chest-xrays/data#Data_Entry_2017.csv) is used for Multi-Label Disease Classification of of the Chest X-Rays.
75-

0 commit comments

Comments
 (0)