if deivce type is CPU, remove the timeout argument to TextIteratorStreamer

#5

the timeout argument to TextIteratorStreamer (was 20 s) failed to have the program run on the CPU. It seemed to be taking ~25 seconds. Removing it altogether apparently make the wait indefinite.
My test with 120s. as the value also worked on the CPU without the code erroring out.

Added support to run on a CPU

dntrplytch changed pull request status to closed
dntrplytch changed pull request status to open

Added support to run on a CPU

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment