Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
82,212 questions
Filter by
Sorted by
Tagged with
-7votes
0answers
55views

I am trying to project 3d bounding boxes on vehicles and pedestrians using a detector model. I ran the inference with 6 images and got output in the below format. Now i want to project the boxes on ...
0votes
0answers
30views

num_items function throwsin user code:File "/Users/anu/PycharmProjects/Siglip/KVCache.py", line 12, in num_items *tf.cond( self.key_cache.size() > 0,OutOfRangeError: Tried to read ...
1vote
1answer
49views

I am building a text classification system which requires a large preprocessing and training script. The script reads variable-length token sequences and attempts to build a tf.data.Dataset using ...
1vote
1answer
50views

working on project of image classification using efficientnet-B7 what is wrong in this code? why is the error showing when i run this line of code? the error stateShape mismatch in layer #1 (named ...
3votes
1answer
43views

I am learning TensorFlow and transfer learning, and I am trying to add a TensorFlow Hub feature extractor to a Keras Sequential model. But I get this error:ValueError: Only instances of keras.Layer ...
0votes
0answers
38views

In my custom operator(runs on cpu), I use butil::Timer to measure the time taken as shown below:void Compute(OpKernelContext* ctx) override { butil::Timer total_timer; total_timer.start(); ...
1vote
1answer
65views

I am facing a persistent issue when trying to initialize the TPU in my notebook. I have already confirmed that:My account is Verified.The Notebook Accelerator is set to TPU.My TPU quota is ...
1vote
0answers
36views

I am unable to use the print(tf.version.VERSION) to check the tensorflow version. Reason being tensorflow looks for runtime_version in protobuf (from what I have learnt) and that is only supported in ...
2votes
0answers
64views

I am trying to reproduce the exact layer-wise output of a quantized EfficientNet model (TFLite model, TensorFlow 2.17) by re-implementing Conv2D, DepthwiseConv2D, FullyConnected, Add, Mul, Sub and ...
-4votes
0answers
31views

Im trying to use tensorflow with gpu on my windows device, i have python 3.13 venv. Is newer version of tensorflow support gou acceleration on windows. Ive read that it stopped in tensorflow version 2....
0votes
1answer
101views

I'm using pyinstaller main.spec command. The main.spec file is the next:# -*- mode: python ; coding: utf-8 -*-a = Analysis( ['main.py', 'flujo.py', 'flujo_if.py', 'descarga_manual.py', '...
0votes
1answer
56views

I am working on a Kaggle notebook where I am trying to import TensorFlow/Keras to build a simple neural network for tabular data.However, even with Accelerator = None (CPU only), TensorFlow fails ...
0votes
1answer
163views

I’m debugging a model conversion using onnx2tf and post-training quantization issue involving Einsum, BatchMatMul, and FullyConnected layers across different model formats.Pipeline:ONNX → TF ...
Advice
1vote
0replies
39views

So, I am having a transfer learning project using VGG16, however as we all know its model size is over 500MB. I somply don't have enough disk space to save more than 200 instance of said model, ...
3votes
1answer
62views

I've got a very small python script using a Model.h5 which should be loaded in order to classify some pictures.Here's my python script :import tensorflow as tffrom os import walkfrom keras.models ...

153050per page
1
2345
5481

Hot Network Questions

more hot questions
Newest tensorflow questions feed

[8]ページ先頭

©2009-2025 Movatter.jp