Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged tensorflow

0 votes
927 views
1 answer
    I'm unable to import this module import keras.applications.resnet ModuleNotFoundError in () ----> 1 import ... .resnet' keras resnet link See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
478 views
1 answer
    I'm learning deep learning with keras and trying to compare the results (accuracy) with machine learning algorithms ... results with keras ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
667 views
1 answer
    with tf.variable_scope('forward'): cell_img_fwd = tf.nn.rnn_cell.GRUCell(hidden_state_size, hidden_state_size) ... resolve this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
787 views
1 answer
    In Keras (using TensorFlow as a backend) I am building a model which is working with a huge dataset ... the sample_weights for these chunks? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
674 views
1 answer
    I am looking to use Google Cloud ML to host my Keras models so that I can call the API and make some ... the graph I build on Keras? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
759 views
1 answer
    running a Dense feed-forward neural net in Keras. there are class_weights for two outputs, and sample_weights for a third ... 0.6929 - etc... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
591 views
1 answer
    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)
0 votes
550 views
1 answer
    I've the following error. I'm using a conda installation of tensorflow. I'm struggling to try to use it ... /local/cuda/include/ sudo ldconfig See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
534 views
1 answer
    I am able to train my model and use ML Engine for prediction but my results don't include any identifying ... includes all of the outputs. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I am training a facial expression (angry vs happy) model. Last dense output layer was previously 1 ... validation_steps = validation_steps, ) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
824 views
1 answer
    I have an image that is 478 x 717 x 3 = 1028178 pixels, with a rank of 1. I verified it by calling ... design, or am I missing something here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
579 views
1 answer
    I'm getting this error message when using conv2d_transpose: W tensorflow/core/common_runtime/executor.cc:1102] 0x7fc81f0d6250 ... tf.nn.tanh(h3) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
657 views
1 answer
    I created a trainable variable in a scope. Later, I entered the same scope, set the scope to ... during the following training step. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
925 views
1 answer
    I'm trying to implement a skip thought model using tensorflow and a current version is placed here. ... appreciated. Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
484 views
1 answer
    I'm a newbie to TensorFlow. I'm confused about the difference between tf.placeholder and tf.Variable. In my ... when to use tf.placeholder? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
858 views
1 answer
    I'm new to Tensorflow and would greatly benefit from some visualizations of what I'm doing. I understand that ... on my remote Ubuntu machine? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
426 views
1 answer
    The tensorflowjs converter has the output formats tfjs_layers_model, tfjs_graph_model What is the difference between ... use recommendation? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
554 views
1 answer
    The (source code) documentation for tf.cond is unclear on whether the functions to be performed when the ... eventually become too big. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
823 views
1 answer
    I'm learning keras API in tensorflow(2.3). In this guide on tensorflow website, I found an example of custom ... to be updated to reflect this. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I am using Keras with Tensorflow backend. My work involves comparing the performances of several models such as ... do this? Thank you See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
617 views
1 answer
    I was wondering if a model trained on the GPU could be use to run inference with the cpu ? (And vice versa) Thanks to you! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
757 views
1 answer
    Let's say I've read in a textfile using a TextLineReader. Is there some way to split this ... , labels_train, features_test, labels_test See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
692 views
1 answer
    About the tf.contrib.data.Dataset (from TensorFlow 1.2, see here and here) usage: The way how to get data doesn ... .e. how to reopen the queue. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
604 views
1 answer
    I installed tensorflow 1.0.1 GPU version on my Macbook Pro with GeForce GT 750M. Also installed CUDA 8.0.71 and cuDNN 5 ... MB (i.e. 3.3%) Free See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    The main idea is to convert TFRecords into numpy arrays. Assume that the TFRecord stores images. Specifically: Read a ... stuck when I run this. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    What is the meaning of the (None, 100) in Output Shape? Is this("None") the Sample number or the hidden dimension? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
642 views
1 answer
    I want to implement my custom metric in Keras. According to the documentation, my custom metric should be ... anything during the optimization). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
661 views
1 answer
    I often want to log python variables --as opposed to tf tensors. In the docs it says that "you can pass a ... create a Scalar summary this way? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...