Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a61c180
feat: Add Lightning notebook
LeoRoccoBreedt Apr 10, 2025
6750ab4
feat: Add PTL example notebook for use with Neptune Scale
LeoRoccoBreedt Apr 11, 2025
6387318
chore: pre-commit updates/cleanup
LeoRoccoBreedt Apr 11, 2025
884cd2f
chore: update colab link
LeoRoccoBreedt Apr 11, 2025
08b3d2e
chore: update temp GH link
LeoRoccoBreedt Apr 11, 2025
6ea1758
chore: add notebook to tests
LeoRoccoBreedt Apr 11, 2025
0e8352a
fix: updated notebook
SiddhantSadangi Apr 11, 2025
1d4f849
feat: Added installation instructions
SiddhantSadangi Apr 11, 2025
ecf40d7
Merge remote-tracking branch 'origin/main' into lb/pytorch-lightning
LeoRoccoBreedt May 28, 2025
1f9c043
feat: add model summary logging from updated Lightning integration
LeoRoccoBreedt Jun 2, 2025
2bb6a7e
Merge remote-tracking branch 'origin/main' into lb/pytorch-lightning
LeoRoccoBreedt Jun 2, 2025
f88c9b8
feat: add script version of example
LeoRoccoBreedt Jun 2, 2025
393b2f8
chore: tests workflow script
LeoRoccoBreedt Jun 2, 2025
8b80b23
fix: update requirements for neptune-scale
LeoRoccoBreedt Jun 2, 2025
6dbbadd
fix: add numpy for tests
LeoRoccoBreedt Jun 2, 2025
c30c4a0
Merge remote-tracking branch 'origin/main' into lb/pytorch-lightning
LeoRoccoBreedt Jun 24, 2025
7724693
Update Lightning examples for model checkpoint logging
LeoRoccoBreedt Jun 24, 2025
a5d0988
Merge commit 'e532b59d18de831fd309e9a55c079225780ce4fa' into lb/pytor…
LeoRoccoBreedt Jun 25, 2025
b6e3a8e
Apply suggestions from code review
LeoRoccoBreedt Jun 30, 2025
37e8385
style: updates based on TW's review
LeoRoccoBreedt Jun 30, 2025
74bbe4f
chore: update the Lightning package install location
LeoRoccoBreedt Jul 3, 2025
71665a5
Merge branch 'main' into lb/pytorch-lightning
LeoRoccoBreedt Jul 4, 2025
f66a19b
chore: update notebook with Lightning integration
LeoRoccoBreedt Jul 4, 2025
b31e7f8
Merge branch 'lb/pytorch-lightning' of https://github.com/neptune-ai/…
LeoRoccoBreedt Jul 4, 2025
b3aeab6
Apply suggestions from code review
LeoRoccoBreedt Jul 4, 2025
ab40e41
style: TW's review updates
LeoRoccoBreedt Jul 4, 2025
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
1 change: 1 addition & 0 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
notebooks: # Add in alphabetical order
- how-to-guides/hpo/notebooks/Neptune_HPO.ipynb
- how-to-guides/quickstart/notebooks/neptune_quickstart.ipynb
- integrations-and-supported-tools/pytorch-lightning/notebooks/Neptune_PyTorch_Lightning.ipynb
os: ["${{ inputs.os }}"]
steps:
- uses: actions/checkout@main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
scripts: # Add in alphabetical order
- how-to-guides/hpo/scripts
- how-to-guides/quickstart/scripts
- integrations-and-supported-tools/pytorch-lightning/scripts
os: ["${{ inputs.os }}"]
steps:
- uses: actions/checkout@main
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ This repo contains tutorials and examples of how to use Neptune.
| Resume run or other object | [![docs-icon]][resume-run] | | | |
| Use Neptune in HPO jobs | [![docs-icon]][hpo] | [![neptune-icon]][hpo-example] | [![github-icon]][hpo-notebook] | [![colab-icon]][hpo-colab] |

### Integrations
| | Docs | Neptune | GitHub | Colab |
| -- | :--: | :--: | :--: | :--: |
| PyTorch Lightning | [![docs-icon]][lightning] | [![neptune-icon]][lightning-example] | [![github-icon]][lightning-notebook] | [![colab-icon]][lightning-colab] |

### Migration tools

| | Docs | GitHub |
Expand All @@ -48,6 +53,8 @@ This repo contains tutorials and examples of how to use Neptune.
[hpo-colab]: https://colab.research.google.com/github/neptune-ai/scale-examples/blob/master/how-to-guides/hpo/notebooks/Neptune_HPO.ipynb
[qs-notebook]: how-to-guides/quickstart/notebooks/neptune_quickstart.ipynb
[qs-colab]: https://colab.research.google.com/github/neptune-ai/scale-examples/blob/master/how-to-guides/quickstart/notebooks/neptune_quickstart.ipynb
[lightning-notebook]: TODO: final notebook URL in GH
[lightning-colab]: TODO: final colab URL

<!-- External -->
[blog]: https://neptune.ai/blog
Expand All @@ -66,6 +73,8 @@ This repo contains tutorials and examples of how to use Neptune.
[resume-run]: https://docs.neptune.ai/resume_run
[runs-table]: https://docs.neptune.ai/runs_table
[runs-table-example]: https://scale.neptune.ai/o/examples/org/LLM-Pretraining/runs/table?viewId=9e746462-f045-4ff2-9ac4-e41fa349b04d&detailsTab=dashboard&dash=table&type=run&compare=auto-5
[lightning]: https://docs.neptune.ai/integrations/pytorch_lightning
[lightning-example]: https://scale.neptune.ai/o/examples/org/pytorch-lightning/runs/table?viewId=9ea6121c-42a7-4ece-83b2-c591044837e7

<!-- Clickable icons -->
[docs-icon]: https://neptune.ai/wp-content/uploads/2023/06/file_icon.svg "Read the documentation"
Expand Down
Loading
Loading