Machine learning
Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.
Here are 76,393 public repositories matching this topic...
Related to #5142, AlbertTokenizer
(which uses SentencePiece) doesn't decode special tokens (like [CLS], [MASK]) properly. This issue was discovered when adding the Nystromformer model (#14659), which uses this tokenizer.
To reproduce (Transformers v4.15 or below):
!pip install -q transformers sentencepiece
from transformers import AlbertTokenizer
tokenizer = AlbertTokenizer.from
🐛 Describe the bug
Currently many tests run in forks but they are expected to fail due to lack of credentials in forks.
This is a bit annoying to contributors:
A failed job example: https://github.com/ppwwyyxx/pytorch/runs/5137367784?check_suite_focus=true
I thin
-
Updated
Feb 15, 2022 - Python
Describe the issue linked to the documentation
Many legitimate notebook style examples have been broken, and specifically by the following PR
scikit-learn/scikit-learn#9061
Here are all the examples that use patterns like # #######
(found by ag -l '# #####*\s#' examples | sort
, note there may be false positives ... for example examples/impute/plot_missing_val
-
Updated
Feb 14, 2022 - C++
-
Updated
Dec 4, 2021 - Python
-
Updated
Jan 4, 2022 - Jupyter Notebook
-
Updated
Jan 15, 2022 - Python
When zipping with a product iterator with no arguments (which produces only one output, the empty tuple), it seems the check for zip completion does not handle this case:
julia> for (z,) in zip(Iterators.product())
@show z
end
z = ()
ERROR: ArgumentError: tuple must be non-empty
Stacktrace:
[1] first(#unused#::Tuple{})
@ Base ./tuple.jl:140
[2] _pisdone
@ ./ite
-
Updated
Jan 25, 2022
-
Updated
Jan 17, 2022
-
Updated
Nov 29, 2021 - C++
-
Updated
Feb 13, 2022
-
Updated
Jan 10, 2022 - Python
-
Updated
Feb 13, 2022 - Python
-
Updated
Feb 7, 2022 - Jupyter Notebook
-
Updated
Feb 15, 2022 - Jupyter Notebook
-
Updated
Aug 20, 2021
-
Updated
Jan 13, 2022 - Jupyter Notebook
-
Updated
Aug 27, 2020 - TeX
-
Updated
Jan 9, 2022 - C++
-
Updated
Nov 4, 2021 - Python
-
Updated
Feb 14, 2022 - Python
Currently many more Python projects like dask and optuna are using Python type hints. With the Python package of xgboost gaining more and more features, we should also adopt mypy as a safe guard against some type errors and for better code documentation.
-
Updated
Feb 15, 2022 - Python
-
Updated
Feb 15, 2022 - Jupyter Notebook
-
Updated
Jun 28, 2021 - Python
- Wikipedia
- Wikipedia
Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generate
doesn't work for protobuf directory. So we can't specify GPUOptions forNewSession
.