HeadstrongCatgirl
Results
3
comments of
HeadstrongCatgirl
5700xt here. All the images are solid brownish grey colour, but the gpu clocks are raised appropriately during generation.
ValueError: Layer weight shape (3, 3, 3, 64) not compatible with provided weight shape (64, 3, 3, 3)
I have replaced the 94th line in image_analogy/vgg16.py with `weights[0] = np.transpose(np.array(weights[0])[:, :, ::-1, ::-1], (2, 3, 1, 0))` and it works like charm now.
It gets better with more training.