| Jan | FEB | Mar |
| 14 | ||
| 2020 | 2021 | 2022 |
COLLECTED BY
Collection: github.com
Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
.py extensions because TensorFlow does not yet support the current Python.
●dynamic_programming/k_means_clustering_tensorflow.py_tf
●machine_learning/lstm/lstm_prediction.py_tf
●neural_network/gan.py_tf
●neural_network/input_data.py_tf
TODO: Restore the .py file extensions
Read more
good first issue
torch.max with:
●CUDA bfloat16
●CPU float16 and bfloat16
torch.max has support for CUDA float16:
>>> torch.rand(10, dtype=torch.float16, device='cuda').max()
tensor(0.8530, device='cuda:0', dtype=torch.float16)
But all three other combinations of CPU/CUDA and float16/bfloat16 are not supported:
>>> torch.ra
Read more
function request
good first issue
module: half
triaged
Open
scipy.linalg functions (e.g. svd, qr, eig, eigh, pinv, pinv2 ...) have a default kwarg check_finite=True that we typically leave to the default value in scikit-learn.
As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a
Read more
Bug
Easy
Performance
good first issue
Open
scrapy.utils.response.response_httprepr inside DownloaderStats middleware causing application to make unnecessary memory allocation.
response_httprepr used only one time - to calculate response sizes fo
Read more
enhancement
good first issue
performance
Open
master branch of 3b1b/manim: Rendering on GPU using OpenGL and moderngl. Support interaction and have higher efficiency.
(二)ManimCommunity/manim: (@ManimCommunity
Read more
good first issue
Styler ignores column class on the index_name row and just inputs blank, which is a pain for controlling table_styles using column selectors.
Read more
Bug
Styler
good first issue
Open
os.umaskorfilesystem.umask, we always temporarily set it to a different value and then restore it using a try/finally block. I expect this pattern to continue.
Because of that, why don't we create a simple function in certbot.util that can be used as a context manager to set umask to a value and restore it to its previous value when exiting the with blo
Read more
area: code health
easy-fix
good first issue
priority: unplanned
Open