piEsposito / blitz-bayesian-deep-learning

A simple and extensible library to create Bayesian Neural Network layers on PyTorch.
GNU General Public License v3.0
921 stars 106 forks source link

when can the modules be applied in pytorch1.7? #61

Closed Pu-nk closed 3 years ago

Pu-nk commented 3 years ago

I want do something about bayesian deep learning research based on the pytorch 1.7, but i find that the modules only depends on pytorch 1.4 when I use pip to install it, will you update the modules to depend on pytorch 1.7? if you can, I will be very happy~

piEsposito commented 3 years ago

Hello pu-nk, and sorry for my late reply.

If you feel like it, make a PR updating the requirements. As soon as it passes the tests I can merge it.

piEsposito commented 3 years ago

Passed all tests on pytorch 1.7, merged pull request. You can use it with pytorch 1.7

Pu-nk commented 3 years ago

Thank you very much !