Exemplo n.º 1
0
 def home(self, *suffix_paths):
     return path.join(get_data_home(), 'uiuc_car', self.name, *suffix_paths)
Exemplo n.º 2
0
 def home(self, *names):
     return os.path.join(get_data_home(), 'larochelle_etal_2007', self.NAME,
                         *names)
Exemplo n.º 3
0
 def home(self, *suffix_paths):
     return path.join(get_data_home(), 'oxford_pet', self.name,
                      *suffix_paths)
Exemplo n.º 4
0
 def home(self, *suffix_paths):
     return path.join(get_data_home(), 'inria', self.name, *suffix_paths)
Exemplo n.º 5
0
 def home(self, *suffix_paths):
     return path.join(get_data_home(), 'inria', self.name, *suffix_paths)
Exemplo n.º 6
0
 def home(self, *names):
     return os.path.join(get_data_home(), "lfw", self.NAME, *names)
Exemplo n.º 7
0
 def home(self, *names):
     return os.path.join(get_data_home(), 'cifar10', *names)
Exemplo n.º 8
0
 def home(self, *names):
     return os.path.join(
             get_data_home(),
             'larochelle_etal_2007',
             self.NAME,
             *names)
Exemplo n.º 9
0
 def home(self, *names):
     return os.path.join(get_data_home(), 'pubfig83', *names)
Exemplo n.º 10
0
 def home(self, *names):
     return os.path.join(get_data_home(), 'cifar10', *names)
Exemplo n.º 11
0
 def home(self, *suffix_paths):
     return path.join(get_data_home(), 'oxford_pet', self.name, 
                      *suffix_paths)
Exemplo n.º 12
0
 def home(self, *names):
     return os.path.join(get_data_home(), 'mnist', *names)
Exemplo n.º 13
0
 def home(self, *names):
     return os.path.join(get_data_home(), 'lfw', self.NAME, *names)