-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧪 📒 Add
nbmake
to test the Jupyter notebooks (#863)
* Fix fastflow notebook * Add nbmake to requirements and add pytest nbmake to tox to test jupyter notebooks. * Address cwd issue in getting started notebook * Address cwd issue in btech notebook * Address cwd issue in mvtec notebook * Address cwd issue in folder dataset notebook * Address cwd issue in tiling notebook * Address cwd issue in model notebook * Add the dataset directory to run the notebooks * Refactor datamodule and dataset notebooks (#880) re-order dataset notebooks and call prepare_data * 🐞 Fix minor logic bug detecting empty list of images (#882) This fixes a regression in `get_image_filenames()` caused by changing from a len(image_filenames) == 0 check in a previous commit. Empty lists report as `False`, not `True`, as caught by this, so added a `not` to fix. * Fixed typo * Modified hpo notebooks to pass the tests * Fix nncf jupyter notebook * Loosen nncf version * Fix isort, ignore benchmarking and openvino notebooks for now --------- Co-authored-by: Dick Ameln <dick.ameln@intel.com> Co-authored-by: Tom Gambone <stillgreyfox@users.noreply.github.com>
- Loading branch information
1 parent
3ba78bf
commit 476655a
Showing
15 changed files
with
1,741 additions
and
1,687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.