Network not improving with PyTorch CNN for Extended MNIST dataset
Ive been looking all day at why this isnt improving, loss stays around 4.1 after the first couple batches. Im new to PyTorch. Thanks in advance for any help!
Heres the dataset
Pytorch Conv1d on simple 1d for Signal: The size of tensor a (100) must match the size of tensor b (16)
I am learning Pytorch
using signal classification where all values are binary (0 or 1). The input data is a vector of [ ,32] and the output is [ ,16]. I have a large dataset of more than 400K samples. This is the dataset: LINK