-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
159 changed files
with
7,037 additions
and
1,910 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: Bug Report | ||
description: File a bug report. | ||
title: "[Bug] " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: checkboxes | ||
id: check-exist | ||
attributes: | ||
label: Is there an existing bug report already? | ||
description: Please search to see if this bug has already been reported. | ||
options: | ||
- label: Yes, I have checked the exisitng bug reports. | ||
required: true | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of TorchSig? Note that any bugs before 0.5.1 are not prioritized. | ||
options: | ||
- 0.6.1 (Default) | ||
- 0.6.0 | ||
- 0.5.3 | ||
- 0.5.1 | ||
- Other | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe concisely what you expected to happen, what happened, and anything else. | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: How to Reproduce the Bug | ||
description: Describe how to reproduce this bug. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project. | ||
title: "[Feature] " | ||
labels: ["feature"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to request this new feature! | ||
- type: checkboxes | ||
id: check-exist | ||
attributes: | ||
label: Is there an existing feature already? | ||
description: Please search to see if this feature has already been requested. | ||
options: | ||
- label: Yes, I have checked the existing features. | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A clear and consise description of the problem and how this new feature is the solution. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
docs/_autosummary/torchsig.datasets.sigmf_datasets.SigMFDataset.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
torchsig.datasets.sigmf\_datasets.SigMFDataset | ||
============================================== | ||
|
||
.. currentmodule:: torchsig.datasets.sigmf_datasets | ||
|
||
.. autoclass:: SigMFDataset | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
:special-members: __call__, __add__, __mul__ | ||
|
||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
torchsig.datasets.sigmf\_datasets | ||
================================= | ||
|
||
.. automodule:: torchsig.datasets.sigmf_datasets | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:nosignatures: | ||
|
||
sigmf_reader | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:template: custom_class_template.rst | ||
:nosignatures: | ||
|
||
SigMFDataset | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
6 changes: 6 additions & 0 deletions
6
docs/_autosummary/torchsig.datasets.sigmf_datasets.sigmf_reader.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
torchsig.datasets.sigmf\_datasets.sigmf\_reader | ||
=============================================== | ||
|
||
.. currentmodule:: torchsig.datasets.sigmf_datasets | ||
|
||
.. autofunction:: sigmf_reader |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...e_datasets.datasets.dataset_generation.batched_write_yolo_synthetic_dataset.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
torchsig.image\_datasets.datasets.dataset\_generation.batched\_write\_yolo\_synthetic\_dataset | ||
============================================================================================== | ||
|
||
.. currentmodule:: torchsig.image_datasets.datasets.dataset_generation | ||
|
||
.. autofunction:: batched_write_yolo_synthetic_dataset |
32 changes: 32 additions & 0 deletions
32
docs/_autosummary/torchsig.image_datasets.datasets.dataset_generation.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
torchsig.image\_datasets.datasets.dataset\_generation | ||
===================================================== | ||
|
||
.. automodule:: torchsig.image_datasets.datasets.dataset_generation | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:nosignatures: | ||
|
||
batched_write_yolo_synthetic_dataset | ||
save_yolo_data | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
6 changes: 6 additions & 0 deletions
6
...osummary/torchsig.image_datasets.datasets.dataset_generation.save_yolo_data.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
torchsig.image\_datasets.datasets.dataset\_generation.save\_yolo\_data | ||
====================================================================== | ||
|
||
.. currentmodule:: torchsig.image_datasets.datasets.dataset_generation | ||
|
||
.. autofunction:: save_yolo_data |
Oops, something went wrong.