Sujay S Kumar
Sujay S Kumar
I am facing the same issue of Duckling giving a future date. For example, "in June" gives "June 2020". I do not see how I can override this assumption in...
Facing the same issue: ``` Traceback (most recent call last): File "/ocean/projects/cis210027p/skumar8/espnet/tools/venv/bin/espnet_model_zoo_upload", line 8, in sys.exit(main()) File "/ocean/projects/cis210027p/skumar8/espnet/tools/venv/lib/python3.9/site-packages/espnet_model_zoo/zenodo_upload.py", line 296, in main upload_espnet_model(**kwargs) File "/ocean/projects/cis210027p/skumar8/espnet/tools/venv/lib/python3.9/site-packages/espnet_model_zoo/zenodo_upload.py", line 202, in upload_espnet_model upload(...
Can confirm that this issue exists for spacemacs with `pyls` and `lsp-mode`
> * Please add a brief description of this recipe in https://github.com/espnet/espnet/blob/master/egs2/README.md > * The recipe name is not appropriate (too generic). Please come up with an appropriate name by...
The `test_frontend_init` test seems to be failing with the following error ``` > from fairseq.modules import EMAModule, EMAModuleConfig [7830](https://github.com/espnet/espnet/runs/6549515166?check_suite_focus=true#step:8:7831) E ImportError: cannot import name 'EMAModule' from 'fairseq.modules' ``` I don't...
Yes. Since the shorter string is a substring of the longer string, partial_ratio should be 100. This is described in detail in github [documentation](https://github.com/seatgeek/fuzzywuzzy#partial-ratio) as well as the [blog](https://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/) >...
CI passes since it uses Python 3.5.3. This issue seems to happen in Python 3.6 or even 3.5.6