Skip to content

Commit

Permalink
Reduce test_examples logs (#2800)
Browse files Browse the repository at this point in the history
### Changes

- Removed progress bar logging from TF example;

### Reason for changes

- Not readable `test_examples` output;

### Related tickets

- 125253

### Tests

- test_examples/444 - as reference
- test_examples/446 - as result
  • Loading branch information
KodiaqQ authored Jul 10, 2024
1 parent 73b044a commit 35f8f1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

import nncf

tfds.display_progress_bar(enable=False)
ROOT = Path(__file__).parent.resolve()
WEIGHTS_URL = "https://huggingface.co/alexsu52/mobilenet_v2_imagenette/resolve/main/tf_model.h5"
DATASET_CLASSES = 10
Expand Down

0 comments on commit 35f8f1a

Please sign in to comment.