-
Updated
Feb 12, 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 11,540 public repositories matching this topic...
-
Updated
Feb 12, 2022 - Python
-
Updated
Feb 13, 2022 - JavaScript
-
Updated
Feb 10, 2022 - Go
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Jan 25, 2022 - Jupyter Notebook
-
Updated
Feb 11, 2022 - C++
Thank you for submitting a feature request. Before proceeding, please review MLflow's Issue Policy for feature requests and the MLflow Contributing Guide.
**Please fill in this feature request template to ensure a timely and thorough response.
-
Updated
Jul 1, 2021 - Python
-
Updated
Dec 14, 2021 - Jupyter Notebook
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
Currently all milvus config is loaded from milvus.yaml, and config change need to restart the process.
The config file will be a big trouble for production environment because if user change some of the configs by their own they need to take ca
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
-
Updated
Feb 13, 2022 - Shell
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginnerFedora & 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
Feb 11, 2022
-
Updated
Feb 11, 2022 - C++
-
Updated
Oct 25, 2021 - C#
-
Updated
Feb 3, 2022
-
Updated
Feb 12, 2022 - Python
-
Updated
Feb 10, 2022 - Python
-
Updated
Nov 8, 2021 - Python
Metaflow currently supports Py>=3.4 (with limited support for Py2.7) and R>=3.8. The GH tests only test for Py3.7 and R4.1. We should ensure we test on the whole set of permutations.
-
Updated
Jan 14, 2022 - Python
-
Updated
Jan 19, 2022 - Python
Proposed refactor
Move all the variables defined here that are only used in one file
https://github.com/PyTorchLightning/pytorch-lightning/blob/1e36cffbca3f92855d82907370544fade1656da6/pytorch_lightning/utilities/imports.py#L98-L134
to their respective files.
Motivation
This encapsulates code and avoids clutter from the utilities.
Pitch
Move:
_APEX_AVAILABLE