-
Notifications
You must be signed in to change notification settings - Fork 2
se3transformers demo #5
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
base: master
Are you sure you want to change the base?
Conversation
mukh1l
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good. Great Job
jamesETsmith
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great thanks @awelling2801! I think it would be helpful to have a minimal markdown file explaining how to setup/run the docker container since many python people aren't necessarily docker experts.
Could you also clear the output from the jupyter notebook with something like: jupyter nbconvert --clear-output --inplace notebook.ipynb? That way the diff will be easy to read in the PR in case we need to come back to this.
Adding lfs config to the main dir of the repo so that lfs files aren't download by default. You have to explicitly pull them.
Motivation
The AIOSS Ecosystems team is developing a Jupyter notebook demo to showcase its capabilities to customers. The DGL project and the se3transformers example serves as the first step toward building this interactive demonstration.
Technical Details
Most of the technical content in this notebook is based on the work contributed by @jamesETsmith
The notebook features -
Submission Checklist