BNN optimization.
Compare changes
- Danilo Ferreira de Lima authored
+ 19
− 20
@@ -63,9 +63,9 @@ class BNN(nn.Module):
@@ -82,8 +82,8 @@ class BNN(nn.Module):
@@ -92,8 +92,8 @@ class BNN(nn.Module):
@@ -123,13 +123,12 @@ class BNN(nn.Module):
@@ -138,18 +137,18 @@ class BNN(nn.Module):
@@ -201,10 +200,10 @@ class BNNModel(RegressorMixin, BaseEstimator):
@@ -223,7 +222,7 @@ class BNNModel(RegressorMixin, BaseEstimator):
@@ -248,7 +247,7 @@ class BNNModel(RegressorMixin, BaseEstimator):
@@ -268,12 +267,12 @@ class BNNModel(RegressorMixin, BaseEstimator):