Skip to content

Commit

Permalink
Add documentation for DatasetAdapter (#1591)
Browse files Browse the repository at this point in the history
* doc

* add to mkdocs

* change the pip install

* add to makefile

* update notebook

---------

Co-authored-by: Eugene Khvedchenya <ekhvedchenya@gmail.com>
  • Loading branch information
Louis-Dupont and BloodAxe committed Nov 13, 2023
1 parent a07f906 commit 8e36fbe
Show file tree
Hide file tree
Showing 4 changed files with 1,707 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ NOTEBOOKS_TO_RUN += notebooks/PTQ_and_QAT_for_classification.ipynb
# If there are additional notebooks that must not be executed, but still should be checked for version match, add them here
NOTEBOOKS_TO_CHECK := $(NOTEBOOKS_TO_RUN)
NOTEBOOKS_TO_CHECK += notebooks/yolo_nas_pose_eval_with_pycocotools.ipynb
NOTEBOOKS_TO_CHECK += notebooks/dataloader_adapter.ipynb

# This Makefile target runs notebooks listed below and converts them to markdown files in documentation/source/
run_and_convert_notebooks_to_docs: $(NOTEBOOKS_TO_RUN)
Expand Down
Loading

0 comments on commit 8e36fbe

Please sign in to comment.