diff --git a/docs/models.md b/docs/models.md index d2823cc6..fd43805e 100644 --- a/docs/models.md +++ b/docs/models.md @@ -1,4 +1,4 @@ -# Model Architectures +# Model Summaries The model architectures included come from a wide variety of sources. Sources, including papers, original impl ("reference code") that I rewrote / adapted, and PyTorch impl that I leveraged directly ("code") are listed below. diff --git a/docs/models/.pages b/docs/models/.pages new file mode 100644 index 00000000..c3c88fc4 --- /dev/null +++ b/docs/models/.pages @@ -0,0 +1 @@ +title: Model Pages \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5290dc8b..a72436c6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,13 +5,13 @@ repo_url: 'https://github.com/rwightman/pytorch-image-models' nav: - index.md - models.md + - ... | models/*.md - results.md - scripts.md - training_hparam_examples.md - feature_extraction.md - changes.md - archived_changes.md - - ... | models/*.md theme: name: 'material' feature: