def theano_test_set(self): return tu.shared_dataset(self.test_set)
def theano_valid_set(self): return tu.shared_dataset(self.valid_set)
def theano_train_set(self): return tu.shared_dataset(self.train_set)