Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged tensorflow
0
votes
668
views
1
answer
tensorflow - CTC Loss InvalidArgumentError: sequence_length(b) <= time
I am running into this error while trying to use tf.nn.ctc_loss through keras (ctc_batch_cost): InvalidArgumentError ... is sequence_length(b)? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
623
views
1
answer
tensorflow - ImportError: cannot import name 'abs'
I got problem while doing object detection using tensorflow-gpu I was follwing the youtube tutorials :https://www. ... 'abs' is. Please help See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
761
views
1
answer
tensorflow - Average weights in keras models
How to average weights in Keras models, when I train few models with the same architecture with different ... each one separately. Thanks! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
1.0k
views
1
answer
tensorflow - How to disable dropout while prediction in keras?
I am using dropout in neural network model in keras. Little bit code is like model.add(Dropout(0.5)) model ... Dropout while testing in keras?? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
600
views
1
answer
tensorflow - InvalidArgumentError: The node has inputs from different frames
I was playing around with Tensorflow and ran into a problem with this code: def process_tree_tf(matrix, weights, idxs ... . Thank you very much! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
543
views
1
answer
tensorflow - Sequence to Sequence - for time series prediction
I've tried to build a sequence to sequence model to predict a sensor signal over time based on its first few inputs ... ) What am I doing wrong? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
1.2k
views
1
answer
tensorflow - ValueError: No gradients provided for any variable
I'm facing a trouble with tensorFlow. Executing the following code import tensorflow as tf import input_data ... ), dtype=float32). See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
921
views
1
answer
tensorflow - Are tf.layers.dense() and tf.contrib.layers.fully_connected() interchangeable?
I am used to using tf.contrib.layers.fully_connected to build a fully connected layer. Recently I ran into tf. ... , producing the same output? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
556
views
1
answer
tensorflow - What are the advantages of using tf.train.SequenceExample over tf.train.Example for variable length features?
Recently I read this guide on undocumented featuers in TensorFlow, as I needed to pass variable length sequences ... it bear any consequence? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
511
views
1
answer
tensorflow - What are the advantages of using tf.train.SequenceExample over tf.train.Example for variable length features?
Recently I read this guide on undocumented featuers in TensorFlow, as I needed to pass variable length sequences ... it bear any consequence? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
536
views
1
answer
tensorflow - What are the advantages of using tf.train.SequenceExample over tf.train.Example for variable length features?
Recently I read this guide on undocumented featuers in TensorFlow, as I needed to pass variable length sequences ... it bear any consequence? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
602
views
1
answer
tensorflow - What are the advantages of using tf.train.SequenceExample over tf.train.Example for variable length features?
Recently I read this guide on undocumented featuers in TensorFlow, as I needed to pass variable length sequences ... it bear any consequence? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
662
views
1
answer
tensorflow - How to print the result of `tf.data.Dataset.from_tensor_slices`?
I'm a new to tensorflow, so I try every single command appeared in the official document. How ... output_classes # print dataset.output_shapes See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
1.1k
views
1
answer
tensorflow - How do you convert a .onnx to tflite?
I've exported my model to ONNX via: # Export the model torch_out = torch.onnx._export(learn.model, # model being ... = '1.0.0.dev20181029' See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
544
views
1
answer
tensorflow - What is the mathematics behind the "smoothing" parameter in TensorBoard's scalar graphs?
I presume it is some kind of moving average, but the valid range is between 0 and 1. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
709
views
1
answer
tensorflow - validation during training of Estimator
With the TensorFlow r1.3 monitors are deprecated: "2016-12-05", "Monitors are deprecated. Please use tf. ... of validation monitor with hooks? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
678
views
1
answer
tensorflow - ValueError: Trying to share variable rnn/multi_rnn_cell/cell_0/basic_lstm_cell/kernel
This it the code: X = tf.placeholder(tf.float32, [batch_size, seq_len_1, 1], name='X') labels = tf. ... using a GPU version of tensorflow. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
808
views
1
answer
tensorflow - How does the Flatten layer work in Keras?
I am using the TensorFlow backend. I am applying a convolution, max-pooling, flatten and a dense layer ... be appreciated with actual values. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
652
views
1
answer
tensorflow - How to deal with multi step time series forecasting in multivariate LSTM in keras
I am trying to do multi-step time series forecasting using multivariate LSTM in Keras. Specifically, I have two ... , green is the prediction) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
964
views
1
answer
tensorflow - What is the definition of a non-trainable parameter?
What is the definition of non-trainable parameter in a model? For example, while you are building your own model, ... be the reason behind it? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
546
views
1
answer
tensorflow - Replace Validation Monitors with tf.train.SessionRunHook when using Estimators
I am running a DNNClassifier, for which I am monitoring accuracy while training. monitors.ValidationMonitor from contrib ... much in advance. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
587
views
1
answer
tensorflow - What do the options in ConfigProto like allow_soft_placement and log_device_placement mean?
We see this quite often in many of the TensorFlow tutorials: sess = tf.Session(config=tf. ... and log_device_placement mean? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
621
views
1
answer
tensorflow - How to average summaries over multiple batches?
Assuming I have a bunch of summaries defined like: loss = ... tf.scalar_summary("loss", loss) # ... ... computed on the entire validation set? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
770
views
1
answer
tensorflow - Keras deep learning model to android
I'm developing a real-time object classification app for android. First I created a deep learning model ... android for image classification. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
881
views
1
answer
tensorflow - Choosing number of Steps per Epoch
If I want to train a model with train_generator, is there a significant difference between choosing 10 Epochs with ... is any downside to this See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
606
views
1
answer
tensorflow - How do I find the variable names and values that are saved in a checkpoint?
I want to see the variables that are saved in a TensorFlow checkpoint along with their values. How can I find the ... . Is there any other way? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
644
views
1
answer
tensorflow - keras tensorboard: plot train and validation scalars in a same figure
So I am using tensorboard within keras. In tensorflow one could use two different summarywriters for train and ... this in keras? Thanks. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
672
views
1
answer
tensorflow - What's the difference between tf.Session() and tf.InteractiveSession()?
In which cases should tf.Session() and tf.InteractiveSession() be considered for what purpose? When I tried to use ... the later one, it worked. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
Page:
« prev
1
2
3
4
5
6
7
...
13
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] 为什么快速排列下面的代码跑不动呢,输入完就没有输出了?
[2] java - How to use generics with interfaces
[3] ios - Struct 'State' cannot be used as an attribute
[4] firebase - How do I fix my Application.java to work with the new version of Firebase_messaging
[5] uni-app 给动态生成的表单做表单验证
[6] javascript - Module build failed (from ./node_modules/babel-loader/lib/index.js):
[7] Problem with '+' character in Zoho Sheet Integration with Zoho Forms
[8] unit testing - JenkinsPipelineUnit helper can intercept text param call but not string param call
[9] Building Android Command Line Executable with Prebuilt Shared Library
[10] spring boot找不到maven install的jar包?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...