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,982 public repositories matching this topic...
Feature request
Is the addition of the 'OPTforSequenceClassification' class scheduled?
Is someone handling it?
When adding these functions, I wonder if it is possible to PR one by one, or if I have to PR all classes supported by other models.
Motivation
Added function of OPT class, which is being actively discussed recently
Your contribution
I personally use the forSequenceCla
Deep Learning for humans
-
Updated
Jun 10, 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
Jun 8, 2022 - Python
TensorFlow code and pre-trained models for BERT
-
Updated
May 9, 2022 - Python
-
Updated
Jun 9, 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
May 4, 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
Jun 6, 2022 - Python
AI-Powered Photos App for the Decentralized Web
-
Updated
Jun 10, 2022 - Go
Deezer source separation library including pretrained models.
-
Updated
Jun 10, 2022 - 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
May 20, 2022 - C++
Visualizer for neural network, deep learning, and machine learning models
-
Updated
Jun 11, 2022 - JavaScript
100-Days-Of-ML-Code中文版
-
Updated
Apr 6, 2022 - Jupyter Notebook
-
Updated
Aug 13, 2021 - Jupyter Notebook
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Jun 9, 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
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
As mentioned in huggingface/datasets#2552 it would be nice to improve the error message when a dataset fails to build because there are duplicate example keys.
The current one is
datasets.keyhash.DuplicatedKeysError: FAILURE TO GENERATE DATASET !
Found duplicate Key: 48
Keys should be unique and deterministic in natureand we could have something
Currently code like this is repeated several times:
field = mapping.STORAGE_TENSOR_TYPE_TO_FIELD[
mapping.TENSOR_TYPE_TO_STORAGE_TENSOR_TYPE[data_type]]
getattr(tensor, field)This is repetitive and can be encapsulated in a helper function.
Also the name "storage tensor type" is misleading and has led to at least one bug.
We should:
- Add a function that does all this
深度学习入门开源书,基于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
May 26, 2022 - Python
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
-
Updated
Jun 10, 2022 - Python
Describe the issue:
During computing Channel Dependencies reshape_break_channel_dependency does following code to ensure that the number of input channels equals the number of output channels:
in_shape = op_node.auxiliary['in_shape']
out_shape = op_node.auxiliary['out_shape']
in_channel = in_shape[1]
out_channel = out_shape[1]
return in_channel != out_channel
This is correct
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.
Natural Language Processing Tutorial for Deep Learning Researchers
-
Updated
Jul 25, 2021 - Jupyter Notebook
-
Updated
Jun 9, 2022 - Python
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
-
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.