- Implementation of Learning to Resize Images for Computer Vision Tasks.
-
You can find the code of Resizer Block in lib/resizer_block.py.
-
The code is tested on MNIST dataset.
-
If there is something wrong in my code, please contact me, thanks!
- python 3.8.11
- pytorch 1.9.0 (other version works too, I think)
python demo_MNIST_train.py
- The code works well with Pytorch 1.9.0.
- None