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,291 public repositories matching this topic...
This issue is about the working group specially created for this task. If you are interested in helping out, take a look at this organization, or add me on Discord: ChainYo#3610
We are looking for contributing to HuggingFace's ONNX implementation for all available models on the HF's hub. There is already a lot of architectures implemented for converting PyTorch m
Deep Learning for humans
-
Updated
Apr 4, 2022 - Python
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Jan 4, 2022 - Jupyter Notebook
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
Updated
Mar 13, 2022 - Python
TensorFlow code and pre-trained models for BERT
-
Updated
Feb 26, 2022 - Python
-
Updated
Mar 25, 2022
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
Mar 11, 2022 - 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
Apr 3, 2022 - Python
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
-
Updated
Apr 4, 2022 - Python
Photos App powered by Go and Google TensorFlow
-
Updated
Apr 4, 2022 - Go
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
Mar 9, 2022 - C++
Deezer source separation library including pretrained models.
-
Updated
Apr 1, 2022 - Python
Visualizer for neural network, deep learning, and machine learning models
-
Updated
Apr 3, 2022 - JavaScript
100-Days-Of-ML-Code中文版
-
Updated
Feb 22, 2022 - Jupyter Notebook
-
Updated
Aug 13, 2021 - Jupyter Notebook
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Apr 4, 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
Streaming Datasets can't be pickled, so any interaction between them and multiprocessing results in a crash.
Steps to reproduce the bug
import transformers
from transformers import Trainer, AutoModelForCausalLM, TrainingArguments
import datasets
ds = datasets.load_dataset('oscar', "unshuffled_deduplicated_en", split='train', streaming=True).with_format("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
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
-
Updated
Aug 30, 2021 - Jupyter Notebook
Face recognition using Tensorflow
-
Updated
Feb 9, 2022 - Python
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
-
Updated
Apr 4, 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?
/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, *
Natural Language Processing Tutorial for Deep Learning Researchers
-
Updated
Jul 25, 2021 - Jupyter Notebook
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
-
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 generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.