You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
.PHONY: build build-wheels bump-version check-deps-platforms check-dist check-universal-wheel clean dev format help install lint lock publish-pypi publish-testpypi test
1
+
.PHONY: build build-wheels bump-version check-deps-platforms check-dist check-universal-wheel clean dev format help install lint lock publish publish-pypi publish-testpypi test
<ahref="https://zenodo.org/"><imgalt="Zenodo DOI pending"src="https://img.shields.io/badge/Zenodo-DOI_pending-lightgrey" /></a>
11
11
</p>
12
12
13
13
# PyNAS
@@ -33,7 +33,7 @@ PyNAS provides building blocks for evolutionary NAS experiments, with an emphasi
33
33
| Item | Status |
34
34
| --- | --- |
35
35
| Package name |`esa-pynas`|
36
-
| Version |`0.1.0`|
36
+
| Version |`0.1.2`|
37
37
| Python support |`>=3.11,<3.15`|
38
38
| Distribution | Local checkout; PyPI publication planned |
39
39
| License | Apache 2.0 |
@@ -127,23 +127,30 @@ Spaceborne edge computing enables AI-capable CubeSats to process data onboard, r
127
127
128
128
PyNAS explores evolutionary Neural Architecture Search for this setting. The framework is designed around compact segmentation architectures and hardware-aware optimization for CubeSat-class platforms such as NVIDIA Jetson AGX Orin and Intel Movidius Myriad X targets.
129
129
130
+
The research motivation and validation details are described in the accompanying Scientific Reports article, "Optimizing deep learning models for on-orbit deployment through neural architecture search" ([DOI: 10.1038/s41598-025-21467-8](https://doi.org/10.1038/s41598-025-21467-8)).
- Scientific Reports paper: [Optimizing deep learning models for on-orbit deployment through neural architecture search](https://www.nature.com/articles/s41598-025-21467-8)
134
137
- ESA Phi-lab: [philab.esa.int](https://philab.esa.int)
135
138
- Little Place Lab: [littleplace.com](https://www.littleplace.com)
136
139
137
140
## Citation
138
141
139
-
If you use PyNAS in academic work, cite the Zenodo record below. A paper-specific citation will be added when the associated manuscript is available.
142
+
If you use PyNAS in academic work, cite the Scientific Reports paper below. Add the Zenodo software citation as well once the project DOI is published.
140
143
141
144
```bibtex
142
-
@software{pynas_zenodo_15332053,
143
-
title = {PyNAS},
144
-
publisher = {Zenodo},
145
-
doi = {10.5281/zenodo.15332053},
146
-
url = {https://doi.org/10.5281/zenodo.15332053}
145
+
@article{delprete2025pynas,
146
+
title = {Optimizing deep learning models for on-orbit deployment through neural architecture search},
147
+
author = {Del Prete, Roberto and Thind, Parampuneet Kaur and Mazzeo, Andrea and Whitley, Matthew and Papa, Lorenzo and Long{\'e}p{\'e}, Nicolas and Meoni, Gabriele},
0 commit comments