-
Updated
Apr 23, 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 13,123 public repositories matching this topic...
-
Updated
May 6, 2022 - Python
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
May 6, 2022 - Python
-
Updated
May 5, 2022 - JavaScript
-
Updated
May 8, 2022 - C++
-
Updated
Oct 19, 2019
-
Updated
May 6, 2022 - Python
-
Updated
May 6, 2022 - C++
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
May 8, 2022 - Python
-
Updated
Oct 28, 2021 - Python
Add T9 decoder
Hey Hackers of this spoopy month!
Welcome to the Ciphey repo(s)!
This issue requires you to add a decoder.
This wiki section walks you through EVERYTHING you need to know, and we've added some more links at the bottom of this issue to detail more about the decoder.
https://github.com/Ciphey/Ciphey/wiki#adding-your-own-crackers--decoders
-
Updated
May 4, 2022 - Python
-
Updated
Apr 22, 2022 - Python
-
Updated
Apr 15, 2022 - Shell
-
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
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
Jul 6, 2021
-
Updated
Apr 24, 2022 - Jupyter Notebook
-
Updated
Nov 21, 2018 - Shell
-
Updated
May 6, 2022 - C++
-
Updated
Mar 11, 2022 - Python
-
Updated
Apr 23, 2022 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Feb 3, 2022
-
Updated
Mar 16, 2022 - C
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
I think would be helpful supporting elasticsearch because is one of the most used search engines
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
_N
tuner.scale_batch_size
finds the suitable batch size and update the batch size of the model AND datamodule.For the model,
tuner.scale_batch_size
updates the batch size in the model regardless ofmodel.batch_size
andmodel.hparams.batch_size
.However, for the datamodule,
tuner.scale_batch_size
updatesdatamodule.batch_size
only, and keepdatamodule.hparams.batch_size