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 75,095 public repositories matching this topic...
As reported by some people (see NielsRogge/Transformers-Tutorials#53 and on the forum), the generate() method currently does not take into account config.decoder.eos_token_id, only config.eos_token_id to properly stop generation.
Hence, models that are made using EncoderDecoderModel/`VisionEnco
-
Updated
Jan 24, 2022 - Python
🐛 Describe the bug
Usage of RRefContext::handleException in torch/csrc/distributed/rpc/rref_context.cpp is wrong when the future has an error.
RRefContext::handleException uses TORCH_CHECK which throws.
Callers of RRefContext::handleException don't expect that and run code after it without any guarding.
Versions
master
These examples take quite a long time to run, and they make our documentation CI fail quite frequently due to timeout. It'd be nice to speed the up a little bit.
To contributors: if you want to work on an example, first have a look at the example, and if you think you're comfortable working on it and have found a potential way to speed-up execution time while preserving the educational message
-
Updated
Jan 22, 2022 - C++
-
Updated
Dec 4, 2021 - Python
-
Updated
Jan 4, 2022 - Jupyter Notebook
-
Updated
Jan 15, 2022 - Python
After a discussion in IRC today I realised that there were a few things about parametric types that aren't easily understood. It seems that the manual could help a bit more in introducing parametric types. I'm opening this issue to outline some of the things I think could be documented better, and also to gather ideas or examples that might help to write a more hands-on parametric types section in
-
Updated
Jan 15, 2022
-
Updated
Jan 17, 2022
-
Updated
Nov 29, 2021 - C++
-
Updated
Jan 10, 2022 - Python
-
Updated
Jan 23, 2022 - Python
-
Updated
Jan 9, 2022 - Jupyter Notebook
-
Updated
Jan 23, 2022 - Jupyter Notebook
-
Updated
Dec 23, 2021
-
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
Jan 24, 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
Jan 21, 2022 - Jupyter Notebook
-
Updated
Jan 24, 2022 - Python
-
Updated
Jun 28, 2021 - Python
- Wikipedia
- Wikipedia


Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.