Caleb Moses

Results 7 comments of Caleb Moses

I figured this one out. The `.cfg` file included in the repo is `crnn.cfg`, not `arch.cfg`. I'll put through a PR to the readme file to fix this.

(Caveat: We're currently running on 0.2.0-alpha.7, but my findings seem to be consistent with everyone else) I was just about to put through a feature request rather similar to this....

I’m just transcribing audio to evaluate our model performance. We want evaluations to be fast so we can try out lots of model parameters. I could sample instead, but since...

Chiming in again- I didn't have access to `evaluate.py` since we were on an old 0.2.0 alpha release. But having updated to 0.4.1, I've been very pleased by `evaluate.py`'s performance....

I think they moved everything to bitbucket, so it may still be possible to fix. I might try this myself tomorrow because why not?

This blog post makes an argument for either zipping or consolidating your large file counts to something more manageable. They make the fair point that transfers via s3 or azure...

I needed this so I came up with a hack where I prefix the pattern variables with an pattern id so I can gather, separate and spread to get the...