spacetelescope / hellouniverse

https://spacetelescope.github.io/hellouniverse/
11 stars 13 forks source link

Initial commit of Interpretability notebook #21

Closed cmurray-astro closed 4 months ago

cmurray-astro commented 9 months ago

This is the initial commit of the Interpretability notebook by Oliver Lin and Daisuke Nagai. @oliverlin23


This notebook checklist has been made available to us by the Notebooks For All team. Its purpose is to serve as a guide for both the notebook author and the technical reviewer highlighting critical aspects to consider when striving to develop an accessible and effective notebook.

The First Cell

The Rest of the Cells

Text

Code

Images

Visualizations

cmurray-astro commented 9 months ago

hi @oliverlin23 thanks for contributing this notebook! The first question I have is can you please provide a "requirements" file which specifies the versions of all required packages? I ran into an error with tensorflow when trying to run the notebook.

cmurray-astro commented 9 months ago

or, to make it simpler, can you tell me which versions of the required packages you have installed locally?

oliverlin23 commented 9 months ago

Hi Claire, thanks for letting me know! My computer is running Keras 2.12.0, Tensorflow 2.12.1, Astropy 5.3.3, numpy 1.25.2, matplotlib 3.7.2, opencv 4.8.0, and scikit-learn 1.2.2. Could you let me know if it still has errors? Thank you!

cmurray-astro commented 9 months ago

thanks! I put together a requirements file based on those package versions and it all runs well now. My next step is to do a code and style review, and I will be back in touch with questions and comments! :)

eteq commented 4 months ago

This all looks great, thanks @cmurray-astro ! Ready to merge.