Skip to content

Commit

Permalink
turned off downloading weights for models from the ncf_keras_graph_eq…
Browse files Browse the repository at this point in the history
…uality tests (#1016)
  • Loading branch information
alexsu52 committed Nov 17, 2021
1 parent ef71c2f commit 36dd2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tensorflow/test_nncf_keras_graph_equality.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_nncf_keras_model_graph_equality(nncf_model_builder, keras_application_m

tf.keras.backend.clear_session()

keras_application_model = keras_application_model_builder()
keras_application_model = keras_application_model_builder(weights=None)
graph_def_keras = get_graph(keras_application_model)

tf.test.assert_equal_graph_def(graph_def_nncf, graph_def_keras)

0 comments on commit 36dd2e7

Please sign in to comment.