SeanNaren / warp-ctc

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

FatalError: std::bad_alloc #48

Open smize2one opened 6 years ago

smize2one commented 6 years ago

I use CPU for warp-ctc, but while i am running a simple example like you show,bad_alloc occurs.I should what to do. Thanks.

carolinebear commented 6 years ago

Same questions

wgharbieh commented 6 years ago

It would be more helpful if you post the code that you ran and the error stack trace that you got.

smize2one commented 6 years ago

In fact, the example can be performed in pytorch0.4. For the older version,we should modify codes.

lysukhin commented 6 years ago

Were you able to solve this? I'm getting torch.FatalError: std::bad_alloc as well.