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 23,609 public repositories matching this topic...
Environment info
transformers
version: 4.11.2- Platform: Linux-5.4.0-66-generic-x86_64-with-glibc2.10
- Python version: 3.8.8
- PyTorch version (GPU?): 1.9.1+cu102 (True)
- Tensorflow version (GPU?): not installed (NA)
- F
-
Updated
Oct 31, 2021 - Python
-
Updated
Oct 23, 2021 - Jupyter Notebook
-
Updated
Oct 16, 2021 - Python
-
Updated
Oct 30, 2021
-
Updated
Sep 11, 2021 - Python
-
Updated
Oct 31, 2021 - Jupyter Notebook
-
Updated
Oct 29, 2021 - Python
-
Updated
Oct 31, 2021 - Python
-
Updated
Jul 30, 2021 - C++
-
Updated
Sep 3, 2021 - Python
-
Updated
Oct 30, 2021 - Go
-
Updated
Oct 31, 2021 - JavaScript
-
Updated
Aug 11, 2021 - Jupyter Notebook
-
Updated
Aug 13, 2021 - Jupyter Notebook
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
Oct 29, 2021 - C
-
Updated
Aug 25, 2021 - Python
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Oct 30, 2021 - Python
Bug Report
Describe the bug
An ONNX model with QuantizeLinear (opset 13) passes shape inference when it has no input for zero_point, but fails if the input is the empty string. Trailing optional inputs should be able to be expressed in either way.
onnx version 1.10.1
-
Updated
Oct 31, 2021 - Python
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.
Discussed in microsoft/nni#4070
Originally posted by ZhiyuanChen August 14, 2021
[2021-08-14 10:13:41] INFO (NNIDataStore) Datastore initialization done
[2021-08-14 10:13:41] INFO (RestServer) RestServer start
[2021-08-14 10:13:41] INFO (RestServer) RestServer base port is 8080
[2021-08-14 10:13:41] I
Motivated by huggingface/transformers#12789 in Transformers, one welcoming change would be replacing assertions with proper exceptions. The only type of assertions we should keep are those used as sanity checks.
Currently, there is a total of 87 files with the assert
statements (located under datasets
and src/datasets
), so when working on this, to manage the PR s
-
Updated
Dec 22, 2020 - Python
-
Updated
Jul 1, 2021 - Python
-
Updated
Oct 18, 2021 - Jupyter Notebook
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
.