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
867 views
1 answer
    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)
0 votes
734 views
1 answer
    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)
0 votes
753 views
1 answer
    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)
0 votes
625 views
1 answer
    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)
0 votes
688 views
1 answer
    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)
0 votes
826 views
1 answer
    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)
0 votes
592 views
1 answer
    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)
0 votes
557 views
1 answer
    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)
0 votes
941 views
1 answer
    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)
0 votes
858 views
1 answer
    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)
0 votes
754 views
1 answer
    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)
0 votes
863 views
1 answer
    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)
0 votes
1.0k views
1 answer
    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)
0 votes
1.0k views
1 answer
    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)
0 votes
1.5k views
1 answer
    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)
0 votes
703 views
1 answer
    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)
0 votes
780 views
1 answer
    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)
0 votes
890 views
1 answer
    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)
0 votes
637 views
1 answer
    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)
0 votes
878 views
1 answer
    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)
0 votes
833 views
1 answer
    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)
0 votes
841 views
1 answer
    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)
0 votes
877 views
1 answer
    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)
0 votes
887 views
1 answer
    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)
0 votes
645 views
1 answer
    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)
0 votes
888 views
1 answer
    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)
0 votes
817 views
1 answer
    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)
0 votes
932 views
1 answer
    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)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...