Prabhsimran Singh
Prabhsimran Singh
https://github.com/SeanNaren/warp-ctc/issues/62
@fi000 actually since we're randomly sampling a batch from memory at each of these time steps, it would essentially only decrease the number of iterations/ batch updates. I'm not very...
@fi000 can you provide a link to the said paper. 1. `self.model.predict(next_state)[0]` predicts on batch as @CarterEllsworth pointed out. It returns an array of predictions for each of the elements...
@ratis86 thanks for pointing this out. There's no particular reason that I'm aware of. You can contact the respective contributor for that. However we're gonna be implementing the general as...
@CoderINusE you're welcome to submit a PR.
@CoderINusE please see `copy` branch. This feature is partially implemented. Just need to iron out a few bugs and write tests.
@yaoyiran you might wanna remove the `dim` keyword arg from `relu` and also add `dim=2` in the `softmax` and see if that resolves the issue. What version of `pytorch` are...
@jinfagang could you try running your code with `develop` branch?
@jinfagang this has been a recurring issue, however the fix has already been made on the `develop` branch. Will update on `master` soon. Please see #180 for a simple workaround.
@lethienhoa I'll see to it. Thanks for pointing this out.