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,769 public repositories matching this topic...
🚀 Feature
Support to pickle a jitted function (or at least throw a TypeError
when using protocol 0 and 1).
Motivation
Trying to pickle a jitted function either raises TypeError: cannot pickle 'torch._C.ScriptFunction' object
when protocol>1
or far worse when using protocol=0
or protocol=1
python 3.9.5 dies with:
terminate called after throwing an instance of 'std::runt
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
Jul 26, 2021 - Python
-
Updated
Jun 22, 2021
-
Updated
Sep 8, 2020 - C++
-
Updated
Jul 26, 2021 - C
-
Updated
Jul 26, 2021 - Python
Reference from TensorFlow: https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/matrix-band-part
This op is used by the Music Transformer model.
-
Updated
Jul 26, 2021 - JavaScript
-
Updated
Jul 21, 2021 - Jupyter Notebook
-
Updated
Apr 16, 2021 - JavaScript
In gensim/models/fasttext.py:
model = FastText(
vector_size=m.dim,
vector_size=m.dim,
window=m.ws,
window=m.ws,
epochs=m.epoch,
epochs=m.epoch,
negative=m.neg,
negative=m.neg,
# FIXME: these next 2 lines read in unsupported FB FT modes (loss=3 softmax or loss=4 onevsall,
# or model=3 supervi
-
Updated
Jul 26, 2021 - C
-
Updated
May 2, 2021 - TypeScript
-
Updated
May 2, 2021
-
Updated
Apr 5, 2021
-
Updated
Jul 19, 2021 - Jupyter Notebook
New Operator
Describe the operator
Why is this operator necessary? What does it accomplish?
This is a frequently used operator in tensorflow/keras
Can this operator be constructed using existing onnx operators?
If so, why not add it as a function?
I don't know.
Is this operator used by any model currently? Which one?
Are you willing to contribute it?
-
Updated
Jul 26, 2021 - Python
-
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
Jul 21, 2021 - Python
-
Updated
Jul 8, 2021
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
Jul 26, 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
.