Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
36 views

I'm creating a custom PyEnvironment in TensorFlow Agents to simulate the track and field decathlon. I've managed to create a functioning environment in the sense that I can use _step and _reset, but ...
Perry's user avatar
  • 1
Advice
1 vote
4 replies
88 views

I am working on a keras regression network that takes about 60 input variables and outputs 35 variables. For both the input and output, about half of the variables are in the range of ±10, while the ...
Jenna's user avatar
  • 1
-2 votes
0 answers
49 views

I’m trying to understand function approximation in neural networks. When we say that a neural network with ReLU activations can approximate a given equation/function, we often justify it by showing ...
Aaditya 's user avatar
Best practices
0 votes
7 replies
86 views

I am working on an OCR project and need to create a dataset consisting of approximately 1247 pages from 6 books. I need to crop the images line by line and transcribe the text for training a model. ...
Muhammad Asif's user avatar
Advice
0 votes
0 replies
87 views

I've been working on adapting Microsoft's BioGPT-Large for veterinary pharmacology using Plumb's Veterinary Drug Handbook (2023) as my domain corpus. After going through a lot of trial and error, I ...
sahil koshti's user avatar
-2 votes
0 answers
91 views

I have an .h5 file that contains only model weights, not the model architecture. I want to use these weights in a PyTorch model and convert them into a .pth file. Some context: The .h5 file does not ...
Saim Mahmood's user avatar
1 vote
1 answer
153 views

I am building a custom Multi-Object Tracking (MOT) system using Python, OpenCV, and TensorFlow. My goal is to track people and perform real-time clothing recognition. To prevent ID switches when a ...
BestlabChill's user avatar
Advice
0 votes
2 replies
62 views

I’m working with a Vision Transformer (ViT) backbone from Keras Hub and building my own classification head. My code looks like this: python def get_vit_model(model_variant='vit_base', ...
Ahmed Mohamed's user avatar
1 vote
2 answers
94 views

I am experimenting with mixed precision training in TensorFlow to speed up training on a GPU. I enabled the global mixed precision policy and implemented a custom loss function. However, when training ...
M M's user avatar
  • 25
0 votes
1 answer
64 views

I'm building tensorflow 2.20.0 from source from official repo (from release branch v2.20.0) with rocm and -march=native I use: export HERMETIC_PYTHON_VERSION=3.13 export ROCM_PATH=/opt/rocm/ export ...
Eugene S's user avatar
Advice
0 votes
2 replies
112 views

I was watching this tutorial on weight initialization in neural network, and im not able to understand this statement: In case of Tanh, Sigmoid activation, If we initialize weights with large values (...
Arun Negi's user avatar
2 votes
1 answer
95 views

I'm starting learning Machine Learning by Tensorflow Keras CV tutorials and two of my tutorial projects are not working correctly. I use these tutorials: https://www.tensorflow.org/tutorials/load_data/...
Sanorian's user avatar
Tooling
0 votes
7 replies
745 views

I saw that it is recommended to use this version of python for tensorflow, but I am unable to download it for windows since the page no longer has an installer and the only "installer" I can ...
Santi Alducin's user avatar
2 votes
0 answers
105 views

I'm trying to learn how to use Transformers with TensorFlow and I'm following this tutorial on the TensorFlow website: https://www.tensorflow.org/text/tutorials/transformer The problem I have is when ...
Mangoustines's user avatar
3 votes
1 answer
78 views

I am experiencing a very strange issue with Keras ImageDataGenerator. I have a landscape image with shape (1056, 2000, 3). Height (Axis 0): 1056 Width (Axis 1): 2000 When I use plt.imshow(), the ...
이준혁's user avatar

15 30 50 per page
1
2 3 4 5
5476