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
918
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
793
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
820
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
693
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
731
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
874
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
644
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
610
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
995
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
812
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
915
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
760
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
819
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
980
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
687
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
918
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
898
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
891
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
923
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
926
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
699
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
948
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
891
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
978
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] mathjax 的减号不见了
[2] typescript - Angular 10 Auxiliary Route not being found when routing to child
[3] multithreading - How to set Java HTTP Server context handler threaded safe?
[4] js处理对象
[5] vue项目部署在服务器访问接口出现跨域问题,配置反代理不生效
[6] tensorflow - TensorflowJS predicts unknown weight and constant
[7] html - How do I distinguish between form submissions from the same page?
[8] echarts3D,scatter3D的symbol设置为图片时,无法正常显示。
[9] prometheus如何获取某指标的最近的值?
[10] c++ - How to make the height coordinates start from the top?
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
广告位招租
...