Channel Algebra
"Adding" and "subtracting" elements within the neural network.

model = models.inception_v3(pretrained=True)
dreamy_boi = dreamer(model)

Now let's see what happens when we "add" them


Last updated