-
Updated
Apr 5, 2021
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 10,757 public repositories matching this topic...
-
Updated
Jun 30, 2021 - Python
-
Updated
Oct 19, 2019
-
Updated
Jun 28, 2021 - JavaScript
-
Updated
Jun 29, 2021 - Python
-
Updated
Apr 16, 2021 - JavaScript
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.
-
Updated
Jun 30, 2021 - C
-
Updated
Jun 29, 2021 - C++
-
Updated
Jun 29, 2021 - Python
-
Updated
Jun 6, 2021 - Python
-
Updated
Jun 18, 2021 - Python
-
Updated
May 17, 2021 - Jupyter Notebook
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
-
Updated
Apr 12, 2021 - Shell
-
Updated
Jun 30, 2021 - Python
-
Updated
Mar 12, 2021 - Jupyter Notebook
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
Jun 28, 2021 - Jupyter Notebook
Hello spoooopyyy hackers
This is a Hacktoberfest only issue!
This is also data-sciency!
The Problem
Our English dictionary contains words that aren't English, and does not contain common English words.
Examples of non-common words in the dictionary:
"hlithskjalf",
"hlorrithi",
"hlqn",
"hm",
"hny",
"ho",
"hoactzin",
"hoactzine
-
Updated
Apr 21, 2020 - Python
-
Updated
Jun 30, 2021 - Python
-
Updated
May 27, 2021 - C
-
Updated
Jun 14, 2021 - Python
-
Updated
Mar 25, 2021 - Python
-
Updated
Jun 29, 2021
-
Updated
Jun 29, 2021 - C++
-
Updated
Jul 15, 2020 - Python
If the Trainer's
profiler
parameter is set to"pytorch"
and theTrainer
's logger is an instance ofLoggerCollection
, the profiler fails to write to a local file (with a warning).The path for said file is derived from [this property](https://github.com/PyTorchLightning/pytorch-lightning/blob/28afc7a10d9f9c1160935fb5c81a1a8c0492b392/pytorch_lightning/trainer/properties.py#L22