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 17,702 public repositories matching this topic...
In Keras documentation, glorot_uniform says that the initializer is using Glorot Uniform from this paper. However, the Keras implementation is totally different from the equation on the paper. Also, there are some arguments such as mode ='fan_avg' is the default. It should be same as the referenced paper. 'fan_sum'. Golort uniform is shown
I think "outputs [-1]" and "outputs [0]" are equivalent (reversed) in this line of code, but the former (89%) works better than the latter (86%). Why?
Consider this code that downloads models and tokenizers to disk and then uses BertTokenizer.from_pretrained
to load the tokenizer from disk.
ISSUE: BertTokenizer.from_pretrained()
does not seem to be compatible with Python's native pathlib module.
# -*- coding: utf-8 -*-
"""
Created on: 25-04-2020
Author: MacwanJ
ISSUE:
-
Updated
Jul 17, 2020
-
Updated
Jul 3, 2020 - Jupyter Notebook
When you look at the variables in the pretrained base uncased BERT the varibles look like list 1. When you do the training from scratch, 2 additional variables per layer are introduced, with suffixes adam_m and adam_v. It would be nice for someone to explain what these variables are? and what is their significance to the process of training?
If one were to manually initialize variables from a pri
-
Updated
Jun 4, 2020 - Jupyter Notebook
Alexnet implementation in tensorflow has incomplete architecture where 2 convolution neural layers are missing. This issue is in reference to the python notebook mentioned below.
-
Updated
Jul 12, 2020 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Jul 6, 2020 - Python
-
Updated
Jul 17, 2020 - C++
-
Updated
Jul 17, 2020 - Python
-
Updated
Jul 14, 2020 - Jupyter Notebook
-
Updated
Jun 26, 2020 - Python
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 5, 2020 - Python
-
Updated
Jul 16, 2020 - Python
-
Updated
Jun 3, 2020 - Python
-
Updated
Jun 9, 2020 - Jupyter Notebook
-
Updated
May 10, 2020 - Python
-
Updated
Jul 17, 2020 - C++
-
Updated
Jul 17, 2020 - Jsonnet
-
Updated
Jun 5, 2020 - Jupyter Notebook
Several parts of the op sec like the main op description, attributes, input and output descriptions become part of the binary that consumes ONNX e.g. onnxruntime causing an increase in its size due to strings that take no part in the execution of the model or its verification.
Setting __ONNX_NO_DOC_STRINGS
doesn't really help here since (1) it's not used in the SetDoc(string) overload (s
-
Updated
Mar 27, 2020
-
Updated
Jul 16, 2020 - Python
Created by Google Brain Team
Released November 9, 2015
- Organization
- tensorflow
- Website
- www.tensorflow.org
- Wikipedia
- Wikipedia
Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
example script provided in TensorFlow): Yes