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
Is there something wrong with my Sequential Model?
I've been learning about Python AI, and finally came around to actually making one, but for some reason, I keep getting the following error after running the main chatbot file and typing in an input:
...
DagerTCD
Votes: 0
Answers: 1
TensorFlow Sequential Value error expecting input 1, but getting frames * files
I am trying to run TensorFlow Sequential model in Python to classify data recordings from accelerometers. I receive an error:
Layer "sequential" expects 1 input(s), but it received > 162...
Dan Hendrickson
Votes: 0
Answers: 0
how to train a sequential model on different observation runs?
I want to train a Hidden Markov Model using the python library hmmlearn . For this, I have a dataset which consists of multiple experimental runs (different people perform series of actions like "...
teoML
Votes: 0
Answers: 0