Skip to content

Commit ff8cd16

Browse files
author
João Felipe Santos
committed
Fixing another merge issue
1 parent 0d1607a commit ff8cd16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

NAM/wavenet.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,8 +807,6 @@ nam::wavenet::WaveNetConfig nam::wavenet::parse_config_json(const nlohmann::json
807807
input_mixin_pre_film_params, input_mixin_post_film_params, activation_pre_film_params,
808808
activation_post_film_params, _layer1x1_post_film_params, head1x1_post_film_params));
809809
}
810-
const bool with_head = config.find("head") != config.end() && !config["head"].is_null();
811-
const float head_scale = config["head_scale"];
812810

813811
wc.with_head = !config["head"].is_null();
814812
wc.head_scale = config["head_scale"];

0 commit comments

Comments
 (0)