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
887
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
844
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
516
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
707
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
668
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
625
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
556
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
997
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
602
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
697
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
677
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
658
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
665
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
734
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
755
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
630
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
703
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
538
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
604
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
612
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
764
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] python - Using string formatting on JSON objects parsed as strings
[2] 小程序这个3D旋转效果是怎么做的?
[3] html - SVG Below DIV Reacting to Events
[4] dva多个model依赖同一个接口返回,怎么处理好?
[5] 求助!前端el-select下拉框数据量过大(100000+)下的展示问题?
[6]selenium - scraping hidden data within an a tag
[7] office js - Is it possible to select/update shape/icons/image properties using MS powerpoint add-in?
[8] nacos进行yaml配置发布后,所有的配置都展示在同一行不再换行显示
[9] Javascript中,如何将函数嵌套函数的函数封装写的更优雅?例如:
[10] material design - Android: theme.xml file in values overriding gradient_file.xml in drawable
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
广告位招租
...