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 25,331 public repositories matching this topic...
🚀 Add missing tokenizer test files
Several tokenizers currently have no associated tests. I think that adding the test file for one of these tokenizers could be a very good way to make a first contribution to transformers.
Tokenizers concerned
not yet claimed
-
LED
-
RemBert
-
Splinter
-
MobileBert
-
ConvBert
-
Electra
-
RetriBert
claim
-
Updated
Apr 8, 2022 - Python
-
Updated
Jan 4, 2022 - Jupyter Notebook
-
Updated
Mar 13, 2022 - Python
-
Updated
Feb 26, 2022 - Python
-
Updated
Mar 25, 2022
-
Updated
Mar 11, 2022 - Jupyter Notebook
-
Updated
Apr 3, 2022 - Python
-
Updated
Apr 4, 2022 - Python
-
Updated
Apr 7, 2022 - Go
-
Updated
Mar 9, 2022 - C++
-
Updated
Apr 1, 2022 - Python
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Apr 6, 2022 - Jupyter Notebook
-
Updated
Aug 13, 2021 - Jupyter Notebook
-
Updated
Apr 7, 2022 - C++
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
Describe the bug
When downloading this subset as of 3-28-2022 you will encounter a split size error after the dataset is extracted. The extracted dataset has roughly ~6m rows while the split expects <1m.
Upon digging a little deeper, I downloaded the raw files from https://s3.amazonaws.com/amazon-reviews-pds/tsv/amazon_reviews_us_PC_v1_00.tsv.gz
and extracted them. A line count via `wc -
Although the results look nice and ideal in all TensorFlow plots and are consistent across all frameworks, there is a small difference (more of a consistency issue). The result training loss/accuracy plots look like they are sampling on a lesser number of points. It looks more straight and smooth and less wiggly as compared to PyTorch or MXNet.
It can be clearly seen in chapter 6([CNN Lenet](ht
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Feb 9, 2022 - 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?
-
Updated
Apr 7, 2022 - Python
/kind feature
Why you need this feature:
Sub-issue of kubeflow/kubeflow#6353
To have support for K8s 1.22 we need to ensure all our crud web apps, Jupyter, TensorBoards, Volumes, are using the v1
version of SubjectAccessReviews
. https://kubernetes.io/docs/reference/using-api/deprec
While trying to speedup my single shot detector, the following error comes up. Any way to fix this,
/usr/local/lib/python3.8/dist-packages/nni/compression/pytorch/speedup/jit_translate.py in forward(self, *args)
363
364 def forward(self, *
-
Updated
Jul 25, 2021 - Jupyter Notebook
-
Updated
Dec 22, 2020 - Python
-
Updated
Dec 22, 2020 - 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
.