Deep learning
Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.
Here are 42,456 public repositories matching this topic...
-
Updated
Feb 10, 2022 - C++
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
-
Updated
Feb 10, 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
-
Updated
Jan 4, 2022 - Jupyter Notebook
-
Updated
Jan 15, 2022 - Python
-
Updated
Jan 17, 2022
-
Updated
Jan 31, 2022 - Python
-
Updated
Nov 29, 2021 - C++
-
Updated
Feb 7, 2022 - Python
-
Updated
Jan 10, 2022 - Python
-
Updated
Feb 5, 2022 - Python
-
Updated
Feb 7, 2022 - Jupyter Notebook
-
Updated
Aug 20, 2021
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jan 13, 2022 - Jupyter Notebook
-
Updated
Aug 27, 2020 - TeX
-
Updated
Jan 9, 2022 - C++
-
Updated
Oct 16, 2021 - Python
-
Updated
Nov 4, 2021 - Python
-
Updated
Feb 10, 2022 - Python
-
Updated
Feb 9, 2022 - Python
-
Updated
Feb 10, 2022 - Jupyter Notebook
-
Updated
Jun 28, 2021 - Python
-
Updated
Feb 10, 2022 - JavaScript
After training a model, we should expose utilities so that the user can load their best checkpoint in memory.
Trainer.load_checkpoint(path)
to load an arbitrary checkpoint.trainer.best_checkpoint
to loadtrainer.best_checkpoint_path
into memory.
-
Updated
Jan 4, 2022 - C++
-
Updated
Feb 10, 2022 - Python
-
Updated
Feb 9, 2022
- 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
.