SeanNaren / warp-ctc

Pytorch Bindings for warp-ctc
Apache License 2.0
756 stars 271 forks source link

add cpu only test #7

Closed dhpollack closed 6 years ago

dhpollack commented 6 years ago

for those lowly people (me) that aren't running everything on a GPU. I know, we really shouldn't cater to them, but I guess they are also people.

In all seriousness, there is no reason the tests require a GPU. It's nice to be able to test things in CPU only before pushing them somewhere with a GPU especially if you are paying for the GPU time.

SeanNaren commented 6 years ago

hahaha thanks for the PR man, LGTM!