Open
Description
When testing your own pictures with the shape [3,577,900],this code error which in line 251 in the src/models.py :
the error is :Sizes of tensors must match except in dimension 1. Expected size 557 but got size 556 for tensor number 1 in the list.
the code line 140 in src/models.py:
outputs = self.generator(inputs)
the shape of inputs is :[1,3,557,900]
but the shape of outputs is :[1,1,556,900]
any suggestions to solve this?
Metadata
Assignees
Labels
No labels
Activity