Adrian Meidell Fiorito
Results
1
comments of
Adrian Meidell Fiorito
I had the same problem when using variable sized inputs. The problem comes from `vis.optimizers.Optimizer._get_seed_input(self, seed_input)`, in ``` if seed_input.shape != desired_shape: seed_input = np.moveaxis(seed_input, -1, 1) ``` The problem...