Tensorflow

TensorFlow is an open source library that was created by Google. It is used to design, build, and train deep learning models.
Here are 22,141 public repositories matching this topic...
-
Updated
Jul 3, 2021 - Python
🚀 Feature request
Add better error message to HubertForCTC
, Wav2Vec2ForCTC
if labels are bigger than vocab size.
Motivation
Following this issue: huggingface/transformers#12264 it is clear that an error message should be thrown if any of the any of the labels are > self.config.vocab_size
or else silent errors can sneak into the training script.
So w
-
Updated
Mar 8, 2021 - Jupyter Notebook
-
Updated
Jul 5, 2021
-
Updated
Jun 2, 2021 - Python
-
Updated
Jun 25, 2021 - Python
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Jun 27, 2021 - Python
-
Updated
Jun 27, 2021 - C++
-
Updated
Jun 29, 2021 - Python
-
Updated
Mar 30, 2021 - Jupyter Notebook
-
Updated
Dec 21, 2020 - Python
-
Updated
Jul 5, 2021 - Go
-
Updated
Jul 5, 2021 - JavaScript
I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called fetchVideo
and bufferToVideo
that works pretty much like the fetchImage
and bufferToImage
functions.
I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.
face-api.js
...
exports.fetchVideo = fetc
-
Updated
Jul 4, 2021 - C
-
Updated
Jul 2, 2021 - Python
-
Updated
May 16, 2021 - Jupyter Notebook
-
Updated
Jul 2, 2021 - Python
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?
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
-
Updated
Jul 4, 2021 - Python
-
Updated
Dec 22, 2020 - Python
-
Updated
Jul 5, 2021 - Python
-
Updated
Jan 25, 2021 - Python
-
Updated
Jun 29, 2021 - Jupyter Notebook
-
Updated
Jul 1, 2021 - Python
Created by Google Brain Team
Released November 9, 2015
- Organization
- tensorflow
- Website
- www.tensorflow.org
- 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
.