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,696 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
-
Updated
Jun 28, 2020 - Python
-
Updated
Jul 12, 2020 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Jul 6, 2020 - Python
Currently we only have build instructions, mentions of copying binaries around, and no mention of NuGet.
-
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
-
Updated
Jul 17, 2020 - PureBasic
-
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