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
912
views
1
answer
tensorflow - My CNN classifier gives wrong prediction on random images
I trained my CNN classifier (using tensorflow) with 3 data categories (ID card, passport, bills). When I test ... of giving a wrong prediction? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
785
views
1
answer
tensorflow - Does Model.fit() upload the whole training dataset to the GPU?
I'm training an LSTM on a couple GB dataset using the keras API, tensorflow backend. When running Model.fit ... .834439: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUs...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
810
views
1
answer
tensorflow - can we show underfitting with mobilenet?
Are there any examples which could prove/demonstrate that we can see underfitting while classifying ... tensorflowjs-teachablemachine-codelab#0 See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
686
views
1
answer
tensorflow - Dropout with densely connected layer
Iam using a densenet model for one of my projects and have some difficulties using regularization. Without any ... stride=2) return x See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
726
views
1
answer
tensorflow federated - Is there a way for TFF clients to have internal states?
The code in the TFF tutorials and in the research projects I see generally only keep track of server states ... to accomplish the above? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
871
views
1
answer
tensorflow - Should I use the standalone Keras library or tf.keras?
As Keras becomes an API for TensorFlow, there are lots of old versions of Keras code, such as https:// ... ? from tensorflow.keras import models See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
639
views
1
answer
tensorflow - Federated Averaging (fedavg) with resnet 18 that has batch_normalization makes the same prediction after first round, but in no other rounds
I was trying to implement tensorflow-federated simple fedavg with cifar10 dataset and resnet18. Also this is the ... all return 3rd label. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
605
views
1
answer
tensorflow - Decouple dequeue operation from gradient/loss computation
I'm currently trying to move away from using feeds and start using queues in order to support larger datasets ... to have identical dimensions. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
986
views
1
answer
tensorflow - How to use tile function in Keras?
I want to build a neural network with Keras,but I got a error: AttributeError: 'NoneType' object has no ... ([img, text_input], validity) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
905
views
1
answer
tensorflow - ValueError: No gradients provided for any variable: ['conv2d/kernel:0', 'conv2d/bias:0', 'conv2d_1/kernel:0', 'conv2d_1/bias:0',
System information Colab tensorflow 2.2.0 Describe the current behavior: I faced this error when i tried to ... advise. Thank you very much See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
802
views
1
answer
tensorflow - Custom Attention Layer using in Keras
I want to create a custom attention layer that for input at any time this layer returns the weighted mean ... with Keras functional method. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
907
views
1
answer
tensorflow - Custom macro for recall in keras
I am trying to create a custom macro for recall = (recall of class1 + recall of class2)/2. ... , optimizer=optimizer) return model 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 to perform efficient sparse matrix multiplication by using tf.matmul?
I'm trying to perform a sparse matrix multiplication by using tf.matmul(). However, the inference speed is ... will be greatly appreciated!! 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 - keras add external trainable variable to graph
I am working on language modelling and the vocabulary is large. So I want to use sampled_softmax_loss from ... , sample_weight_mode='temporal') See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
1.6k
views
1
answer
tensorflow - Converting .tflite to .pb
Problem: How can i convert a .tflite (serialised flat buffer) to .pb (frozen model)? The documentation only talks about ... , how can i do that? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
755
views
1
answer
tensorflow - Why use axis=-1 in Keras metrics function?
keras version:2.0.8 In some Keras metric functions and loss functions, use axis=-1 as parameter. For ... .4671 - val_binary_accuracy: 0.7767 See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
817
views
1
answer
tensorflow - TF save/restore graph fails at tf.GraphDef.ParseFromString()
Based on this converting-trained-tensorflow-model-to-protobuf I am trying to save/restore TF graph without success ... it makes any difference. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
961
views
1
answer
tensorflow - How to make an if statement using a boolean Tensor
How do I make an if statement using a boolean tensor? To be more precise, I'm trying to compare a tensor of size ... , x, y, z), if_false) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
683
views
1
answer
tensorflow - tf.contrib.data.DataSet batch size can only set to 1
I converted pascal voc dataset to tfrecords via code create_pascal_tf_record.py. I used tf.contrib.data.Dataset to read ... -size to larger than 1? Thanks See Question&Answers mor...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
915
views
1
answer
tensorflow - SSD-mobilenet object detection algorithm not converging
Hi I am trying to train SSD -mobilenet in-order to detect 13 classes. I also trained a faster rcnn -resnet101 ... mAp for each category plot . See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
883
views
1
answer
tensorflow - How do I change the Signatures of my SavedModel without retraining the model?
I just finished training my model only to find out that I exported a model for serving that had problems with ... shape for CloudML Engine). See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
887
views
1
answer
tensorflow - Tensorboard scalars and graphs duplicated
I'm using TensorBoard to visualize network metrics and graph. I create a session sess = tf.InteractiveSession( ... a single graph visualization. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
918
views
1
answer
tensorflow - How to rename a variable which respects the name scope?
Given x, y are tensors, I know I can do with tf.name_scope("abc"): z = tf.add(x, y, name="z") So that z is ... is z = tf.add(0, z, name="z") See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
925
views
1
answer
tensorflow - How to display the average of multiple runs on tensorboard
Is there a way to display the average of multiple different runs on tensorflow? I can only see them on the ... see their average on the graph See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
692
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
941
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
879
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
975
views
1
answer
tensorflow - How to display the average of multiple runs on tensorboard
Is there a way to display the average of multiple different runs on tensorflow? I can only see them on the ... see their average on the graph See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
Page:
1
2
3
4
5
6
...
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] powershell - How can I NOT display a selected column?
[2] python - Create 2d dataframes from 3d dataframe
[3] 为什么我设置了Git push的时候忽略了这个配置文件。为什么提交的时候。还是会提示出来呢?为什么没有隐藏这个文件呢?
[4] Convert Json results into HTML form using ASP.NET Core 5 MVC
[5] Python批量修改文件,删除文件名称的中文
[6] What are the descriptons for Huawei AdsKit AdListener.onAdFailed error codes?
[7] string matching on large file in R
[8] rest - Generate RAML file for existing API in Java
[9] 算法:按照标签相似度获取指定数量的其他值?
[10] 请问这个时间戳的值是怎么得到的?
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
广告位招租
...