The Wayback Machine - https://web.archive.org/web/20200322211752/https://github.com/topics/tensorflow
Skip to content
#

Tensorflow

tensorflow logo

TensorFlow is an open source library that was created by Google. It is used to design, build, and train deep learning models.

Here are 15,940 public repositories matching this topic...

dhruvsakalley
dhruvsakalley commented Mar 2, 2020

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

dabinat
dabinat commented Mar 2, 2020

This is starting to become a frequent question. If the scorer has not been downloaded via git lfs, the error message ValueError: Scorer initialization failed with error code 1 will appear. This is not a very helpful error message and I feel that a better message that actually describes the problem and how to solve it would be better and prevent this question being asked so many times.

This al

saurabhbidwai
saurabhbidwai commented Sep 24, 2018

if name == 'main':
main(parse_arguments(sys.argv[1:]))
Traceback (most recent call last):

File "", line 2, in
main(parse_arguments(sys.argv[1:]))

File "", line 16, in parse_arguments
return parser.parse_args(argv)

File "C:\Users\DELL\Anaconda3\lib\argparse.py", line 1730, in parse_args

pt-br
pt-br commented Aug 24, 2019

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
kahrabian
kahrabian commented Mar 2, 2020

Environment:

  1. Framework: PyTorch
  2. Framework version: 1.3.1
  3. Horovod version: 0.19.0
  4. MPI version: 4.0.2
  5. CUDA version: N/A
  6. NCCL version: N/A
  7. Python version: 3.7.5
  8. OS and version: Mac OS 10.15.2
  9. GCC version: 9.2.0

Checklist:

  1. Did you search issues to find if somebody asked this question before? Yes
  2. If your question is about hang, did you read [this d
hanbyul-kim
hanbyul-kim commented Feb 25, 2020

There are some minor warnings while building docs. It can cause future issues, so I'll fix them.
(in my environment, there are 11 warnings running the build)

/Users/hanbyulkim/Desktop/dev/sonnet/sonnet/src/axis_norm.py:docstring of sonnet.LayerNorm.init:5: WARNING: Unexpected indentation.
/Users/hanbyulkim/Desktop/dev/sonnet/sonnet/src/optimizers/momentum.py:docstring of sonnet.optimizers

Hvass-Labs
Hvass-Labs commented Jul 16, 2018

Tutorial 19 worked fine with TensorFlow v. 1.4.0 and Keras v. 2.0.8-tf. But I have just upgraded to TensorFlow 1.9 and Keras 2.1.6-tf and now I get an error when trying to load the model with the best hyper-parameters. I think it is a bug in Keras because many other people have experienced variations of the same error-message, see e.g. tensorflow/tensorflow#20073

We wi

pranavsharma
pranavsharma commented Feb 27, 2020

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

Created by Google Brain Team

Released November 9, 2015

Organization
tensorflow
Website
www.tensorflow.org
Wikipedia
Wikipedia
You can’t perform that action at this time.