Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Aug 15, 2021
1 parent 2b12ce7 commit 43e5745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contrib/networks/test_tf_ctx_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run_feeding(network, network_config, create_minibatch_func, logger,
init_config(network_config)
# Init network.
network.compile(config=network_config, reset_graph=True, graph_seed=42)
minibatch = create_minibatch_func(config=network_config, labels_count=labels_scaler)
minibatch = create_minibatch_func(config=network_config, labels_scaler=labels_scaler)

network_optimiser = network_config.Optimiser.minimize(network.Cost)

Expand Down

0 comments on commit 43e5745

Please sign in to comment.