Jianzhu Wang

Results 3 issues of Jianzhu Wang

There is something wrong in the normalization part of the dataset; Also, 'save_image' does not accept the ‘illegal’ input. Users should fix these bugs.

The crucial code are as follows: if conv_index == '22': self.vgg = nn.Sequential(*modules[:8]) elif conv_index == '54': self.vgg = nn.Sequential(*modules[:35]) According to some explanations like in https://paperswithcode.com/method/vgg-loss, we usually use...