Skip to main content
-1 votes
1 answer
33 views

I have data from a device that is being captured in Python as arrays and then sent to a C++ binding to speed up some post processing that must happen to format the data properly and convert into a ...
inventi's user avatar
  • 21
2 votes
1 answer
53 views

I have data from a device that is being captured in Python directly as a ctypes.Array of ctypes.c_uint16. I'm working PyTorch to create a new Tensor after some post-processing that must after data ...
inventi's user avatar
  • 21
Advice
0 votes
0 replies
36 views

I am training a PyTorch segmentation model and using: torch.optim.AdamW monai.optimizers.WarmupCosineSchedule My optimizer: optimizer = torch.optim.AdamW( model.parameters(), lr=1e-4, ...
Ahmed's user avatar
  • 163
1 vote
0 answers
49 views

I'm running MuseTalk v1.5 for real-time avatar lip sync on an RTX 4090 at 25fps, streamed over WebRTC. Code is forked from Linly-Talker-Stream (a fork of LiveTalking). How the pipeline works: during ...
Jimmy Fadel's user avatar
Advice
0 votes
2 replies
70 views

I recently started a course about machine-learning as a part of my master that is apparently essentially a course in PyTorch, since starting the course i have learned that PyTorch is actually used a ...
hugon5's user avatar
  • 15
0 votes
1 answer
84 views

I am trying to install the mamba-ssm in the kaggle. I am using the h100 GPU. These are the current configuration pytorch-ignite 0.5.3 pytorch-lightning ...
pandiri veeresh kumar's user avatar
-1 votes
1 answer
42 views

I am trying to predict google stock price using LSTM model from PyTorch. However after training my model and plotting the predicted results vs the real value, I see periodic sharp downward spikes. ...
meysam imanipour's user avatar
-1 votes
1 answer
95 views

I'm using PyTorch to train a regression model on 5 datasets separately, each 10x3361. However, when I run PyTorch, it returns the error RuntimeError: mat1 and mat2 shapes cannot be multiplied (10x[...
Tessa's user avatar
  • 79
Advice
0 votes
8 replies
164 views

Metrics Before I start, I wanted to add that I��m relatively new to deep learning, so my setup may be overly complex or suboptimal. I’m training an image classification model (EfficientNet-B3 on ...
Marco's user avatar
  • 1
2 votes
1 answer
85 views

I'm using pytorch ignite to be able to get metrics easily, so I'm using their checkpoint system to save my model. I want to be able to test one image at a time for a user interface, but when I try to ...
Niaisenif's user avatar
Advice
1 vote
0 replies
86 views

I am looking to find a book on PyTorch that is suitable for beginners, Ive used sklearn in the past for ML its a simple workflow for me prepare the X and Y data, fit/train a model, and make ...
Kev's user avatar
  • 1
0 votes
0 answers
21 views

I have tried loading PyTorch in iPython but get a DLL initialization error. In a normal python console it works fine, as below. Windows 10, Miniconda installation. Can anyone advise how I need to ...
PGajjar's user avatar
0 votes
1 answer
59 views

I have to train a convolutional neural network on a dataset. The NN itself works and does what it's supposed to but now I want to make a confusion matrix and export it into a json file for further ...
traq's user avatar
  • 1
Advice
1 vote
1 replies
36 views

If I'm using any transformer model loaded from the Hugging Face Hub with Python, is it somehow possible to reproduce all the seeds, that have been used for the model training/fine-tuning? Seeds/...
jhn's user avatar
  • 5
Advice
0 votes
1 replies
38 views

Dependency layer: The layers whose outputs are passed to the current layer. Basically, The current layer is dependent on the outputs of the dependency layers. For a project, I need to know if the ...
Mentor_sensei's user avatar

15 30 50 per page
1
2 3 4 5
1590