Skip to content

Commit

Permalink
clang fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uecker committed Sep 13, 2024
1 parent 2a1e3ab commit 9286973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networks/nlinvnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ void train_nlinvnet(struct nlinvnet_s* nlinvnet, int Nb, struct named_data_list_

case IN_OPTIMIZE:
case IN_STATIC:
case IN_BATCHNORM:
case IN_BATCHNORM: ;

auto iov_weight = nlinvnet->weights->iovs[weight_index];
auto iov_train_op = nlop_generic_domain(nn_get_nlop(nn_train), i);
Expand Down

0 comments on commit 9286973

Please sign in to comment.