Hello, thanks for ur work & code !
I noticed that you used "conv1" and "conv2" of the ImageConv's resaults as the chosen_conv of GN layer.
I want to know that why use ["conv1", "conv2"] ?
How about use all conv like chosen_conv = ["conv0", "conv1", "conv2"]?
And Can I just use "conv2" ?
Hope for ur reply :D
Thank U
Hello, thanks for ur work & code !
I noticed that you used
"conv1"and"conv2"of the ImageConv's resaults as the chosen_conv of GN layer.I want to know that why use
["conv1", "conv2"]?How about use all conv like
chosen_conv = ["conv0", "conv1", "conv2"]?And Can I just use
"conv2"?Hope for ur reply :D
Thank U