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 14,990 public repositories matching this topic...

abhishek-choudhary-guavus
abhishek-choudhary-guavus commented Aug 2, 2019

I have 20 classes. Trying to use examples to feature part.

`label_list = []

for i in range(20):
print(i)
label_list.append(str(i))
print(label_list)

MAX_SEQ_LENGTH = 128

train_features = bert.run_classifier.convert_examples_to_features(train_InputExamples, label_list, MAX_SEQ_LENGTH, tokenizer)

Error is


iliaschalkidis
iliaschalkidis commented Oct 5, 2019

🚀 Feature

  • Create a GPU benchmarking section in Documentation (Wiki).
  • Build and Include TF2 Optimizer with gradient accumulation.
optimizer=AccumulatedOptimizer(Adam(lr=2e-5, clipnorm=1.0), accumulate_steps=4)

Motivation

I experiment with transformers library on Tensorflow 2 for a week and what you offer to us the users seems really useful. It saves a ton of t

JRMeyer
JRMeyer commented Dec 3, 2019

transcribe.py has odd directory-scanning behavior which isn't documented

If you point --src to a directory, you get the error:

E Path in --src not existing

Looking at the code logic, the script expects a JSON file with a .catalog file extension. This is (1) not documented, and (2) not a really useful logic. It would be much better to point the script to a dir, and scan f

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
marcfielding1
marcfielding1 commented Sep 24, 2019

Environment:

Framework: (TensorFlow, Keras)
Framework version:
tensorflow 1.14.0
tensorflow-estimator 1.14.0
tensorflow-serving-api 1.14.0
Keras 2.2.4
Keras-Applications 1.0.8
Keras-Preprocessing 1.1.0
Horovod version:
horovod 0.18.1
MPI version:
(tensorflow_p36) ubuntu@ip-172-31-38-183:~$ mpirun --version
mpirun (Open MPI) 4.0.1
CUDA version:
CUDA Version 10.0.130

NCCL version

TMVector
TMVector commented Sep 16, 2019

Support for storing large tensor values in external files was introduced in #678, but AFAICT is undocumented.

This is a pretty important feature, functionally, but it's also important for end users who may not realise that they need to move around more than just the *.onnx file.

I would suggest it should be documented in IR.md, and perhaps there are other locations from which it could be s

Created by Google Brain Team

Released November 9, 2015

Organization
tensorflow
Website
www.tensorflow.org
Wikipedia
Wikipedia

Related Topics

deep-learning dataset machine-learning
You can’t perform that action at this time.