Deep learning
Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.
Here are 28,514 public repositories matching this topic...
During debugging I've seen many constructs like list(map(lambda i: torch.device('cuda:' + str(i)), gpus))
I'd propose to replace those by "regular" list comprehensions. So the above is equivalent to [torch.device('cuda:' + str(i)) for i in gpus]
This replacement can be automated via regexp replacement for (likely) almost all cases.
Reasoning: The nesting of parentheses and the inline
-
Updated
Sep 19, 2020 - Jupyter Notebook
-
Updated
Oct 15, 2020 - Python
-
Updated
Sep 25, 2020 - C++
-
Updated
Sep 30, 2020
-
Updated
Oct 1, 2020 - Python
-
Updated
Sep 30, 2020 - Jupyter Notebook
-
Updated
Oct 8, 2020
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Aug 27, 2020 - TeX
-
Updated
Oct 5, 2020 - Jupyter Notebook
Add volume Bar
some recordings have low volume so the output can be sometimes really quiet. how about we add a volume bar so we can make the output louder/quieter?
-
Updated
Oct 15, 2020 - Python
-
Updated
Oct 16, 2020 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 16, 2020 - C++
-
Updated
Aug 24, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Sep 8, 2020 - C++
-
Updated
Oct 15, 2020
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Oct 16, 2020 - C++
-
Updated
Oct 11, 2020 - Python
-
Updated
Jun 12, 2017
-
Updated
Oct 9, 2020 - Python
- Wikipedia
- Wikipedia


Please make sure that this is a feature request. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template
System information