-
Updated
Jan 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,254 public repositories matching this topic...
-
Updated
Jan 12, 2022 - Python
-
Updated
Jan 12, 2022 - Go
-
Updated
Jan 4, 2022 - JavaScript
-
Updated
Jan 12, 2022 - JavaScript
-
Updated
Jan 11, 2022 - Jupyter Notebook
-
Updated
Jan 12, 2022 - C++
MLflow Roadmap Item
This is an MLflow Roadmap item that has been prioritized by the MLflow maintainers. We're seeking help with the implementation of roadmap items tagged with the help wanted label.
For requirements clarifications and implementation questions, or to request a PR review, please tag @BenWilson2 in your communications related to this issue.
Proposal Summary
Includ
-
Updated
Jul 1, 2021 - Python
-
Updated
Dec 14, 2021 - Jupyter Notebook
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
I would like to add DataType_UInt64.
Why is this needed?
Databases like mysql support unsigned integer numbers through keywords such as UNSIGNED.
In order to enrich the data type, we have no reason not to support it.
Anything else?
No response
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
Jan 11, 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 - beginner-
Updated
Nov 21, 2018 - Shell
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 19, 2021
-
Updated
Jan 12, 2022 - C++
-
Updated
Oct 25, 2021 - C#
-
Updated
Nov 17, 2021
-
Updated
Jan 12, 2022 - Python
-
Updated
Jan 7, 2022 - Python
-
Updated
Nov 8, 2021 - Python
With a config like this
{
"METAFLOW_DATASTORE_SYSROOT_S3": "s3://mf-test/metaflow/",
}
(note a slash after METAFLOW_DATASTORE_SYSROOT_S3)
metaflow.S3(run=self).put* produces double-slashes like here:
s3://mf-test/metaflow//data/DataLoader/1630978962283843/month=01/data.parquet
The trailing slash in the config shouldn't make a difference
-
Updated
Dec 10, 2021 - Python
-
Updated
Jan 3, 2022 - Python
-
Updated
Jan 11, 2022 - JavaScript
Proposed refactor
Rename
pytorch_lightning/loggers/csv_logs.pytopytorch_lightning/loggers/csv.pyMotivation
None of the other Logger files have "logs" as a suffix in the filename, e.g.
comet.py,neptune.py,tensorboard.pycc @Borda @justusschock @awaelchli @akihironitta @rohitgr7