Deep learning
Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.
Here are 41,964 public repositories matching this topic...
-
Updated
Jan 26, 2022 - C++
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 26, 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 19, 2022 - Python
-
Updated
Nov 29, 2021 - C++
-
Updated
Jan 5, 2022 - Python
-
Updated
Jan 10, 2022 - Python
-
Updated
Jan 23, 2022 - Python
-
Updated
Jan 26, 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
Jan 26, 2022 - Python
-
Updated
Jan 26, 2022 - Jupyter Notebook
-
Updated
Jan 26, 2022 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Jan 15, 2022 - JavaScript
Problem: Currently JsonLoggerCallback.handle_result will load in the entirety of the existing results, append the new result, and then rewrite the entire file. This may not scale when running long-running jobs or jobs with large results.
Potential Fix:
-
Updated
Jan 4, 2022 - C++
-
Updated
Jan 20, 2022
-
Updated
Jan 25, 2022 - 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.