Guillaume Lambard
Guillaume Lambard
First of all, thank you very much for sharing your implementation of the Snapshot Ensembling. However, you should not use the `callbacks.LearningRateScheduler` to update the learning rate. As mentioned in...
**Trouble**: When `python download.py --documents --media --web` gives: ``` Traceback (most recent call last): File "/miniconda3/envs/omniparse-venv/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1603, in _get_module return importlib.import_module("." + module_name, self.__name__) File "/miniconda3/envs/omniparse-venv/lib/python3.10/importlib/__init__.py", line 126, in...
**Trouble**: During installation with `pip install -e .`, I encountered the following error: ``` Obtaining file:///omniparse Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting...
First, thank you very much for your great work! Also, I would like to highlight a small syntax error in the way we create a new env with conda in...
**Issue**: ``` >>> import scipdf Traceback (most recent call last): File "", line 1, in File "/home/guillaume/miniconda3/envs/grobid_python/lib/python3.9/site-packages/scipdf/__init__.py", line 6, in from scipdf.pdf.parse_pdf import * File "/home/guillaume/miniconda3/envs/grobid_python/lib/python3.9/site-packages/scipdf/pdf/__init__.py", line 1, in from...