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

Add notebooks to show internal working on CLAY models #129

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

srmsoumya
Copy link
Collaborator

Add notebooks to show how to:

  • reconstruct the pixel space
  • visualize location embeddings
  • visualize the embeddings from the model
  • interpolate in the embedding space

Add shuffle as an argument to clay, useful while inferencing when we don't want to shuffle the input to the model.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weiji14 , JupyterBook is executing the notebook every time we make a change, which results in a new version of the sample.gif file being saved.
This is increasing the repository size unnecessarily. How can we execute the notebooks only when necessary to avoid this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't we gitignoring *.git files here?

**/*/.gif

There's a way to prevent execution of certain notebooks following https://jupyterbook.org/en/stable/content/execute.html#exclude-files-from-execution. We could provide a list of notebooks that we know would take a lot of time or resources to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants