Closed bilzard closed 3 years ago
I found this bug by printing model summary. The model should return out instead of x (the original input image).
out
x
https://github.com/KushajveerSingh/resize_network_cv/blob/main/src/models/resizer.py#L76
Close this issue because it duplicates #1.
I found this bug by printing model summary. The model should return
out
instead ofx
(the original input image).https://github.com/KushajveerSingh/resize_network_cv/blob/main/src/models/resizer.py#L76