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,217 public repositories matching this topic...
Deep Learning for humans
-
Updated
Jul 11, 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
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Mar 8, 2021 - Jupyter Notebook
-
Updated
Jul 11, 2021
TensorFlow code and pre-trained models for BERT
-
Updated
Jun 2, 2021 - Python
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
Updated
Jun 25, 2021 - Python
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
Updated
Jun 8, 2021 - Jupyter Notebook
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
-
Updated
May 13, 2021 - Python
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
-
Updated
Jul 7, 2021 - Python
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
-
Updated
Jun 27, 2021 - C++
Deezer source separation library including pretrained models.
-
Updated
Jun 29, 2021 - Python
100-Days-Of-ML-Code中文版
-
Updated
Mar 30, 2021 - Jupyter Notebook
-
Updated
Dec 21, 2020 - Python
Open-Source Photo Management powered by Go and Google TensorFlow
-
Updated
Jul 9, 2021 - Go
Visualizer for neural network, deep learning, and machine learning models
-
Updated
Jul 10, 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
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Jul 11, 2021 - C
Face recognition using Tensorflow
-
Updated
Jul 2, 2021 - Python
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
-
Updated
May 16, 2021 - Jupyter Notebook
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
-
Updated
Jul 11, 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.
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 175 universities.
-
Updated
Jul 11, 2021 - Python
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
-
Updated
Dec 22, 2020 - Python
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
-
Updated
Jul 11, 2021 - Python
Deep learning library featuring a higher-level API for TensorFlow.
-
Updated
Jan 25, 2021 - Python
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
-
Updated
Jun 29, 2021 - Jupyter Notebook
Mapping a variable-length sentence to a fixed-length vector using BERT model
-
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 generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.