Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Oct 8, 2024
1 parent f6af9a9 commit 804bd2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hudes/param_nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def __init__(self, input_channels, output_channels):
self.bias_params = self.output_channels
self.params = self.weight_params + self.bias_params

# @torch.compile
def forward(self, models_params, x):
# model_params ~ (models, params)
_weights = models_params[:, : self.weight_params].reshape(
Expand Down

0 comments on commit 804bd2f

Please sign in to comment.