add readme

This commit is contained in:
chun 2023-12-23 23:03:05 +08:00
parent 0d7a9da03c
commit a72c67229a

View File

@ -7,8 +7,9 @@ This is my first time to use PyTorch and git to reproduce a paper, so there may
![architecture](./demo/arc.png)
## Demo
I spend 3 days from 12-20 to 12-24 to reproduce the paper, and i get the result as follow. The result is not good, because i trained the model on cifar10 which is 32*32 but test on kodim which is 768*512 and the model is not trained enough.
That is all enough!!
![demo](./demo/demo.png)
## Installation