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,393 public repositories matching this topic...
-
Updated
Oct 8, 2021 - Python
Assertions can't be relied upon for control flow because they can be disabled, as per the following:
$ python --help
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ...
...
-O : remove assert and __debug__-dependent statem
-
Updated
Sep 10, 2021 - Jupyter Notebook
-
Updated
Oct 6, 2021 - Python
-
Updated
Oct 2, 2021
-
Updated
Sep 11, 2021 - Python
-
Updated
Sep 14, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Sep 22, 2021 - Python
-
Updated
Jul 30, 2021 - C++
-
Updated
Sep 3, 2021 - Python
-
Updated
Aug 11, 2021 - Jupyter Notebook
-
Updated
Oct 7, 2021 - Go
-
Updated
Oct 8, 2021 - JavaScript
-
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 8, 2021 - C
-
Updated
Aug 25, 2021 - Python
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Oct 8, 2021 - Python
Bug Report
Is the issue related to model conversion?
If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sklearn-onnx, keras-onnx, onnxmltools) to get the best help.
Describe the bug
T
-
Updated
Oct 7, 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
-
Updated
Dec 22, 2020 - Python
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
from datasets import load_dataset
dataset = load_dataset("c4", 'realnewslike', streaming =True, split='train')
dataset = dataset.remove_columns('url')
AttributeError: 'IterableDataset' object has no attribute 'remove_columns'
**Describe the
-
Updated
Jul 1, 2021 - Python
-
Updated
Oct 6, 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
.