Sam
Sam
Emiruz, this is a great point, I'll make the change. Although I can't say it'll be made in the next week or so. In the meantime, you'll either have to...
Link to `./static/human_q1.pkl` has been fixed (see the _Building MNIST-1D_ notebook, notebook #2, for an example of how to load this properly) ; dataset can still be generated from scratch...
> @damian-nplan: This is something else. > > The config files of layout/segmentation models have changed recently. > > Unfortunately, there is no automatic way to force downloading model config...
No, there is not. If you make one, please let me know. I'll merge it and give you credit :)
Check out the Jupyter notebook I wrote for the repeat-copy task: https://github.com/greydanus/dnc/blob/master/repeat-copy/repeat-copy-nn.ipynb Work through all the code in that notebook, then check out some of the files in the 'dnc'...
A PR featuring this addition would be much appreciated :)
Sorry about that - I think I pushed a breaking change earlier today. I just made the relevant fix. Are you still seeing this error?
Ok, thanks for the response. I was able to fix this bug by adding: ``` os.environ["DD_USE_TORCH"] = "1" os.environ["DD_USE_TF"]="0" os.environ["USE_TORCH"] = "1" os.environ["USE_TF"] = "0" ``` Before the line where...
I just pip installed from the master branch and the fix you describe solved my issue. Thanks for the quick fix!
Note, this occurs even without table transformers or table detection, eg: ``` analyzer = dd.get_dd_analyzer(reset_config_file=True, config_overwrite= [ "OCR.USE_DOCTR=True", # we disable Tesseract and use DocTr as OCR engine "OCR.USE_TESSERACT=False"]) ```...