We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vgg_feqture concatenate 한 직후
그 직후 self.conv_concate(x) 한 모습
SPADE_Colorization/models/networks/architecture.py
Lines 317 to 318 in 8ad7a5d
학습할 수록 극단적인 형태로 진행된다. self.conv_concate은 kernel_size=1 인데 왜 격자무늬가 나타나는 거지...?? 어떻게 나타나는 거지?
The text was updated successfully, but these errors were encountered:
아. 맨위 그림은 x[0][0]을 찍은건데, x.sum(dim=1)[0] 를 찍으니까 아래와 같다.
즉 그 앞단에서 문제가 있는 것은 확실. 어디서 정화기 문제인지는 좀더 탐지해보겠다
Sorry, something went wrong.
No branches or pull requests
vgg_feqture concatenate 한 직후
그 직후 self.conv_concate(x) 한 모습
SPADE_Colorization/models/networks/architecture.py
Lines 317 to 318 in 8ad7a5d
학습할 수록 극단적인 형태로 진행된다.
self.conv_concate은 kernel_size=1 인데 왜 격자무늬가 나타나는 거지...?? 어떻게 나타나는 거지?
The text was updated successfully, but these errors were encountered: