Esempio n. 1
0
 def convert(self, x):
     if self.gpu:
         try:
             return LayeredRnnGenotype.compileGpu(x)
         except:
             import traceback
             traceback.print_exc()
             raise
     else:
         return LayeredRnnGenotype.compile(x)
Esempio n. 2
0
 def convert(self, x):
     if self.gpu:
         try:
             return LayeredRnnGenotype.compileGpu(x)
         except:
             import traceback
             traceback.print_exc()
             raise
     else:
         return LayeredRnnGenotype.compile(x)