MagicalFox

Results 1 comments of MagicalFox

@aferriss here are some more changes I made 1. instead of num_batch, num_inputs = self.input_layer.output_shape() change it to import lasagne.layers num_batch, num_inputs = lasagne.layers.get_output_shape(self.input_layer) this may not be necessary but...