Exemplo n.º 1
0
Arquivo: minst.py Projeto: yxiaohan/nn
 def theano_test_set(self):
     return tu.shared_dataset(self.test_set)
Exemplo n.º 2
0
Arquivo: minst.py Projeto: yxiaohan/nn
 def theano_valid_set(self):
     return tu.shared_dataset(self.valid_set)
Exemplo n.º 3
0
Arquivo: minst.py Projeto: yxiaohan/nn
 def theano_train_set(self):
     return tu.shared_dataset(self.train_set)
Exemplo n.º 4
0
Arquivo: minst.py Projeto: yxiaohan/nn
 def theano_test_set(self):
     return tu.shared_dataset(self.test_set)
Exemplo n.º 5
0
Arquivo: minst.py Projeto: yxiaohan/nn
 def theano_valid_set(self):
     return tu.shared_dataset(self.valid_set)
Exemplo n.º 6
0
Arquivo: minst.py Projeto: yxiaohan/nn
 def theano_train_set(self):
     return tu.shared_dataset(self.train_set)