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
881
views
1
answer
tensorflow - How to stack multiple lstm in keras?
I am using deep learning library keras and trying to stack multiple LSTM with no luck. Below is my code ... running keras on tensorflow backend See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
838
views
1
answer
tensorflow - Could not install packages due to an EnvironmentError: [WinError 5] Access is denied:
I have windows 10. I have completed installing Tensorflow. It works. It says "Hello Tensorflow!". But it has all ... . But I code for fun. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
510
views
1
answer
tensorflow - Model is not learning
I am trying to train a Tensor-flow js model on images coming in from my web cam. Basically I'm trying ... the predictions are way off (random) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
701
views
1
answer
tensorflow - Save keras model as .h5
I want to save my trained keras model as .h5 file. Should be straight forward. Short example: #%% import tensorflow as ... to have it as .h5. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
661
views
1
answer
tensorflow - LSTM 'recurrent_dropout' with 'relu' yields NaNs
Any non-zero recurrent_dropout yields NaN losses and weights; latter are either 0 or NaN. Happens for stacked ... from tensorflow.keras imports. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
619
views
1
answer
tensorflow - Google Storage (gs) wrapper file input/out for Cloud ML?
Google recently announced the Clould ML, https://cloud.google.com/ml/ and it's very useful. ... requrements significant code modifcation. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
550
views
1
answer
tensorflow - Keras Loss Function with Additional Dynamic Parameter
I'm working on implementing prioritized experience replay for a deep-q network, and part of the specification is ... . Any help is appreciated. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
991
views
1
answer
tensorflow - Getting the current learning rate from a tf.train.AdamOptimizer
I'd like print out the learning rate for each training step of my nn. I know that Adam has an ... this (for visualization in tensorboard) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
596
views
1
answer
tensorflow - How to display custom images in TensorBoard using Keras?
I'm working on a segmentation problem in Keras and I want to display segmentation results at the end of every ... that with Keras + TensorFlow? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
1.4k
views
1
answer
tensorflow - How do display different runs in TensorBoard?
TensorBoard seems to have a feature to display multiple different runs and toggle them. How can I make multiple ... them to differentiate them? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
691
views
1
answer
tensorflow - In Keras, what exactly am I configuring when I create a stateful `LSTM` layer with N `units`?
The first arguments in a normal Dense layer is also units, and is the number of neurons/nodes in that layer. A ... the next layer. Am I right? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
669
views
1
answer
tensorflow - Parallelism isn't reducing the time in dataset map
TF Map function supports parallel calls. I'm seeing no improvements passing num_parallel_calls to map. With ... doing it wrong? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
651
views
1
answer
tensorflow - Checkpointing keras model: TypeError: can't pickle _thread.lock objects
It seems like the error has occurred in the past in different contexts here, but I'm not dumping the model ... can't pickle _thread.lock objects See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
659
views
1
answer
tensorflow - Debugging nans in the backward pass
I'm trying to debug a somewhat complicated and non-canonical NN architecture. Computing the forward pass is fine ... I'm using it incorrectly. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
1.1k
views
1
answer
tensorflow - tf.data with multiple inputs / outputs in Keras
For the application, such as pair text similarity, the input data is similar to: pair_1, pair_2. In these ... // _BATCH_SIZE, verbose=1) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
727
views
1
answer
tensorflow - ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
I have installed Cuda 10.1 and cudnn on Ubuntu 18.04 and it seems to be installed properly as type nvcc and ... How can I resolve this? Thanks See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
1.0k
views
1
answer
tensorflow - parallelising tf.data.Dataset.from_generator
I have a non trivial input pipeline that from_generator is perfect for... dataset = tf.data.Dataset.from_generator ... examples I could follow? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
749
views
1
answer
tensorflow - Specify connections in NN (in keras)
I am using keras and tensorflow 1.4. I want to explicitly specify which neurons are connected between two ... but somehow 'ugly' solution) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
623
views
1
answer
tensorflow - Multivariate LSTM with missing values
I am working on a Time Series Forecasting problem using LSTM. The input contains several features, so I am ... am using Tensorflow and Keras. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
697
views
1
answer
tensorflow - Confused by the behavior of `tf.cond`
I need a conditional control flow in my graph. If pred is True, the graph should call an op that updates a ... And how to solve this problem? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
532
views
1
answer
tensorflow - Understanding TensorBoard (weight) histograms
It is really straightforward to see and understand the scalar values in TensorBoard. However, it's not clear ... =learning_rate).minimize(loss) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
1.0k
views
1
answer
tensorflow - Using Gensim Fasttext model with LSTM nn in keras
I have trained fasttext model with Gensim over the corpus of very short sentences (up to 10 words). I know that ... do it well. Any idea? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
1.2k
views
1
answer
tensorflow - How to convert .pb to TFLite format?
I downloaded a retrained_graph.pb and retrained_labels.txt file of a model I trained in Azure cognitive service ... lite-a-tutorial-85b41f53230c See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
598
views
1
answer
tensorflow - Holding variables constant during optimizer
I have a TensorFlow computational graph for a loss tensor L that depends on 2 tf.Variables, A and B. I'd like to ... A fixed. How do I do this? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
606
views
1
answer
tensorflow on GPU: no known devices, despite cuda's deviceQuery returning a "PASS" result
Note : this question was initially asked on github, but it was asked to be here instead I'm having trouble ... problem with tensorflow as well? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
0
votes
758
views
1
answer
tensorflow - CRNN get accuracy from keras.backend.ctc_decode
I have a CRNN fitted model with CTC loss output. I have the prediction and I use keras.backend.ctc_decode to decode it. ... the training part, the final CTC loss was around 0.1...
asked
Jan 29, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
tensorflow
Page:
« prev
1
2
3
4
5
6
7
8
9
...
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] access struct fields based on their index in LLVM
[2] 前端手机安卓访问后端服务超时怎么处理?
[3] vue3使用reactive包裹数组如何正确赋值
[4] python - Psycopg2 copy_from for csv to postgress
[5] Cordova Sending Data From Android Java to Javascript
[6] svg 的 path元素有办法调整大小和位置吗?
[7] 小程序按钮如何设置背景图?
[8] node.js - Extracting React API calls to Express backend server
[9] 替换评论框和评论列表位置后输出错误应该如何解决?
[10] wordpress - How to make Ninja Forms Datepicker to allow currenty date + 4 days
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
广告位招租
...