Harry24k / bayesian-neural-network-pytorch

PyTorch implementation of bayesian neural network [torchbnn]
MIT License
496 stars 75 forks source link

how to use conv1d to train BNN #15

Open wangchunlin opened 2 years ago

wangchunlin commented 2 years ago

In your code, there is only conv2d. how to implement conv1d to train time-series data?