Closed ugtony closed 6 years ago
"img_Batch,targets,time_step_Batch = next(train_gen)" I did not wrote the code, the warpctc requires four inputs
Yes, I've changed the codes a little bit to train the model with tf.nn.ctc_loss. I'll check that later, thanks for the hint. I was also wondering what Python version did you run you codes with? 2.x or 3.x? Thanks.
README: python3
Hi, I run the program with python3.5 using the command:
and got the following error
It seems like the data_generator_task function cannot be pickled because it is not defined at the top level of a module (https://docs.python.org/3/library/pickle.html#what-can-be-pickled-and-unpickled), but I don't know how to fix it. Does anyone encounter the same error?
BTW, it runs fine when use_multiprocessing is set to False.