Harry24k / bayesian-neural-network-pytorch

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

how to use conv1d to train BNN #15

Open wangchunlin opened 1 year ago

wangchunlin commented 1 year ago

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