Neural Network
Artificial neural networks (ANN) are computational systems that "learn" to perform tasks by considering examples, generally without being programmed with any task-specific rules.
Here are 12,178 public repositories matching this topic...
Motivation
Currently lots of C++ based unit tests are executed directly from test.sh/win-test.sh for example:
https://github.com/pytorch/pytorch/blob/0bd8d0951dcb4063c0f7552a7404bd7f0e7b6e6f/.jenkins/pytorch/test.sh#L317
Which have following drawbacks:
- It excluded those test runtime from auto-sharding/auto-categorization
- Make them subject of running on only particular platform (
-
Updated
Sep 14, 2021 - Jupyter Notebook
-
Updated
Sep 17, 2021 - Python
-
Updated
Sep 2, 2021
-
Updated
Sep 14, 2021 - C
-
Updated
Aug 27, 2021 - C++
-
Updated
Sep 18, 2021 - Python
-
Updated
Sep 17, 2021 - JavaScript
fitDataset() expects a Dataset that produces elements of a certain shape, with matching batch sizes etc., and throws errors (from standardizeDataIteratorOutput()) when the conditions are not met. These errors should be tested.
-
Updated
Sep 10, 2021 - Jupyter Notebook
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Sep 17, 2021 - C
-
Updated
May 2, 2021
-
Updated
May 2, 2021 - TypeScript
-
Updated
Sep 7, 2021
Bug Report
Is the issue related to model conversion?
If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sklearn-onnx, keras-onnx, onnxmltools) to get the best help.
Describe the bug
T
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Sep 17, 2021 - Python
-
Updated
Jan 16, 2021 - Java
-
Updated
Jan 25, 2021 - Python
-
Updated
Dec 22, 2020 - Python
-
Updated
Jan 15, 2021 - Jupyter Notebook
-
Updated
Oct 22, 2020
-
Updated
Aug 14, 2019 - TypeScript
-
Updated
Sep 10, 2021 - Python
-
Updated
Sep 9, 2021
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
Sep 17, 2021 - Python
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
.