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 11,424 public repositories matching this topic...
The array API specification stipulates four numeric constants:
einfnanpi
PyTorch currently supports none.
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
Jun 10, 2021 - Python
-
Updated
Jun 1, 2021
-
Updated
Sep 8, 2020 - C++
-
Updated
Jun 11, 2021 - C
-
Updated
Jun 11, 2021 - Python
Useful for converting greyscale image back to rgb so that the output can be rendered on canvas with toPixels.
tf api: https://www.tensorflow.org/api_docs/python/tf/image/grayscale_to_rgb
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
May 25, 2021 - Jupyter Notebook
-
Updated
Apr 16, 2021 - JavaScript
Refer to doc2vec.py, infer_vector function seems to be using epochs for the number of iterations and steps is not in used.
However, in the similarity_unseen_docs function, steps is used when calling the infer_vector function.
-
Updated
May 2, 2021 - TypeScript
-
Updated
May 2, 2021
-
Updated
Jun 11, 2021 - C
-
Updated
Apr 5, 2021
-
Updated
Oct 16, 2020 - Jupyter Notebook
Bug Report
Is the issue related to model conversion? No
Describe the bug
DynamicQuantizeLinear function op does not have shape inference function defined. In absence of shape inference, function body is used to get the shape inference for the function op and although it works as a fallback option it hurts perf.
Expected behavior
Add shape inference function for DynamicQuan
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
-
Updated
Jan 25, 2021 - Python
-
Updated
Jan 16, 2021 - Java
-
Updated
Dec 22, 2020 - Python
-
Updated
Jan 15, 2021 - Jupyter Notebook
-
Updated
Oct 22, 2020
-
Updated
Aug 14, 2019 - TypeScript
-
Updated
May 13, 2021 - Python
-
Updated
Apr 14, 2021
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
Jun 9, 2021 - Python

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.