Open FeSens opened 2 years ago
Thanks @FeSens. This is helpful and can be temporary fix.
Looks like we should support the use of dataloader in the fit
method for BNNRegression
similar to BNNClassification
. I have created an issue to track that #22.
You are welcome to take this on if you wish!
Assert the inputs are the correct type. There is no way for the end-user to know the right input type only by reading the documentation; therefore, code should speak by itself, asserting the correct type.