Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove clay-v0-tutorials & add visualize embeddings for v1 #256

Merged
merged 5 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ only_build_toc_files: true
execute:
execute_notebooks: cache
exclude_patterns:
- clay-v0-*.ipynb
- partial-inputs.ipynb
- tutorial_digital_earth_pacific_patch_level.ipynb
- patch_level_cloud_cover.ipynb
- clay-v1-wall-to-wall.ipynb
- visualize-embeddings.ipynb
- reconstruction.ipynb

# Define the name of the latex output file for PDF builds
latex:
Expand Down
16 changes: 4 additions & 12 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,10 @@ parts:
file: worldcover-embeddings
- caption: Tutorials
chapters:
- title: Generative AI for pixel reconstruction
file: clay-v0-reconstruction
- title: Create location embeddings
file: clay-v0-location-embeddings
- title: Interpolating images in embedding space
file: clay-v0-interpolation
- title: Generate embeddings from partial inputs
file: partial-inputs
- title: Generate and use patch level embeddings from partial input
file: tutorial_digital_earth_pacific_patch_level
- title: Calculate and use patch level cloud cover percentages
file: patch_level_cloud_cover
- title: Explore embeddings from Clay Encoder
file: visualize-embeddings
- title: Clay MAE reconstruction
file: reconstruction
- caption: About Clay
chapters:
- title: GitHub
Expand Down
Loading