MinJun Kim

Results 2 issues of MinJun Kim

When training with custom .png image, the following error occurs. ``` class Smooth(nn.Module): def __init__(self): super().__init__() kernel = [[1, 2, 1], [2, 4, 2], [1, 2, 1]] # define the...

question

Hello, @babbu3682 Thank you for providing code! I try to train custom dataset, but there is an error. (also testing your sample dataset, but occur same error) my train.sh code...