Thomas Delteil
Thomas Delteil
FIX is here: https://github.com/baidu-research/warp-ctc/pull/118
can this PR be merged? WarpCTC is failing on V100 otherwise. edit: With this branch I am getting: ``` ./test_gpu Running GPU tests Some or all tests fail ```
Can you share the error you get when you use: `document = extractor.get_result(job_id=job_id, api=TextractAPI.ANALYZE)` ?
Duplicate of #120
Do you know how 'bad' this is? in % of accuracy lost compared to the original model let's say on imagenet image classification tasks? Is it due to different implementation...
Thanks @spidyDev for the update!
I should have this sorted out in the next 2 weeks. Thanks
@zzdang, this is true, this was an acceptable trade off given the small size of the IAM dataset, and to get the ability to load pre-processed images quickly. If your...
It looks like you are experiencing overfitting. https://en.wikipedia.org/wiki/Overfitting A few ideas to overcome this and regularization to your model: - you can stop training when the validation loss start going...
Thanks @techietrader, fine-tuning your network on a classification task on your own dataset is a good idea. Two things to keep in mind: - Try to create a gold cassette...