python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
While running a Pytorch CNN built with Sequential I am receiving an error "Shapes Cannot be Multiplied" but I checked that the shapes match
I am very perplexed why I am having a shape error after verifying the output shapes of layers. Can anyone please help identify where I am going wrong?
Based upon the summary of layers I included it se...
Logan C
Votes: 0
Answers: 1
Things I am Confused about
I am a little confused about a few things, and I was wondering if I could get some help.
the necessity of softmax layers: I thought that for classification models the softmax layer converts creates p...
ThatGuyMuddy
Votes: 0
Answers: 1
Why do we use MaxPooling 2x2? Can we use any other size like 3x3 or 5x5? And how to select which pooling to choose in what scenrio?
Greating,
I've searched it everywhere on YouTube, Google and also read some articles and research papers but can't seem to find the exact answer to my questions
I've few questions regarding CONVOLUTIO...
Sharjeel M.
Votes: 0
Answers: 1
Convert Keras (TensorFlow) MaxPooling3d to PyTorch MaxPool3d
I'm Trying to convert some Keras (TensorFlow) code to Pytorch, and I'm unable to reproduce the MaxPooling3d in Keras (TensorFlow) as MaxPool3d in PyTorch.
The following code:
import torch
import torch...
ido4848
Votes: 0
Answers: 1