Here are the print results before the code crashes: ======================================. [(3007, 3007)] Using gpu device 0: Quadro K4000M (CNMeM is disabled, CuDNN 3007) [array(5001.4716796875, dtype=float32)] . [(3007, 3007)] Using gpu device 0: Quadro K4000M (CNMeM is disabled, CuDNN 3007) [array(5058.68408203125, dtype=float32)] . ===========================================
On Thursday, August 17, 2017 at 6:26:09 PM UTC-4, [email protected] wrote: > > the extracted code above is in \theano\compile\function_module.py > > On Thursday, August 17, 2017 at 6:24:13 PM UTC-4, [email protected] wrote: >> >> I added a print statement before the line where the code crashes, i.e., >> >> t0_fn = time.time() >> print(self.fn()) >> try: >> outputs = self.fn() >> >> and the error is the same, i.e., ValueError: dimension mismatch in >> x,y_idx arguments. >> Please recommend where I can find and print out the x, y_idx arguments to >> see what's going on. >> Thank you, >> Arnold >> > -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
