-
Updated
May 18, 2022
Artificial Intelligence
The branch of computer science dealing with the reproduction, or mimicking of human-level intelligence, self-awareness, knowledge, conscience, and thought in computer programs.
Here are 12,330 public repositories matching this topic...
-
Updated
May 20, 2022 - Python
文本中如果有数字读不出来
-
Updated
May 21, 2022 - Go
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
May 21, 2022 - JavaScript
🐛 Bug
Trainer profilers are typehinted with the deprecated BaseProfiler instead of Profiler. This means that you cannot use class_path initialization of profilers with LightningCLI.
Error message:
- "pytorch_lightning.profiler.PyTorchProfiler" is not a subclass of <class 'pytorch_lightning.profiler.base.BaseProfiler'>
- Expected a <class 'str'> but got "{'class_path':
-
Updated
May 17, 2022 - Jupyter Notebook
-
Updated
Apr 21, 2022
-
Updated
May 19, 2022 - C++
[DOC-FIX] Document the maximum value and legal characters for log_param, log_metric and set_tag
URLS with the issue:
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.log_param
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.log_metric
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.set_tag
Description of proposal:
Document the maximum value and legal characters for log_param, log_metric and set_tag. Note that log_metric's value i
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
Current chunk manager didn't accept ctx for timeout and tracing control.
such as:
Read(ctx, Context, filePath string) ([]byte, error)
Why is this needed?
No response
Anything else?
No response
-
Updated
May 20, 2022 - Jupyter Notebook
We support toml as params file. There are a few issues with our current toml parsing:
- We use
tomllibrary, which is not toml 1.0 standard compatible. Also, the library is not being actively maintained. tomldumping does not preserve existing formatting.- iterative/dvc#6402
We can try migrating to tomli (which
Fedora & apt-get
Specs
- Leon version: latest
- OS (or browser) version: Fedora 30
- Node.js version: 10.16.3
- Complete "npm run check" output:
➡ Here is the diagnosis about your current setup
✔ Run
✔ Run modules
✔ Reply you by texting
❗ Amazon Polly text-to-speech
❗ Google Cloud text-to-speech
❗ Watson text-to-speech
❗ Offline text-to-speech
❗ Google Cloud speech-to-text
❗ Watson spee
-
Updated
Nov 21, 2018 - Shell
-
Updated
May 2, 2022
-
Updated
May 20, 2022 - C++
-
Updated
Oct 25, 2021 - C#
-
Updated
Feb 3, 2022
-
Updated
May 20, 2022 - Python
-
Updated
May 11, 2022 - Python
-
Updated
Jan 14, 2022 - Python
-
Updated
May 19, 2022 - Python
-
Updated
Apr 11, 2022 - JavaScript
Interpret
Yes
TikaConverter requires tika to be running, which can be achieved by executing docker run -p 9998:9998 apache/tika:1.24.1. However, to simplify the usage of TikaConverter for users, it would be nice to have a method to launch the docker container from within Haystack. As an example, for our document stores, we have launch methods, such as [launch_es()](https://github.com/deepset-ai/haystack
-
Updated
May 22, 2022 - Python