Skip to content

Commit

Permalink
all notebooks run
Browse files Browse the repository at this point in the history
	modified:   examples/00_example_sig53_dataset.ipynb
	modified:   examples/01_example_modulations_dataset.ipynb
	modified:   examples/02_example_sig53_classifier.ipynb
	modified:   examples/03_example_widebandsig53_dataset.ipynb
	modified:   examples/04_example_wideband_modulations_dataset.ipynb
	modified:   examples/05_example_wideband_yolo_to_disk.ipynb
	modified:   examples/06_example_wideband_yolo.ipynb
	modified:   examples/07_example_classify_yolo.ipynb
	modified:   examples/classify.yaml
  • Loading branch information
pvallance committed Sep 6, 2024
1 parent 87554f9 commit a4725dc
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 1,571 deletions.
141 changes: 16 additions & 125 deletions examples/00_example_sig53_dataset.ipynb

Large diffs are not rendered by default.

69 changes: 10 additions & 59 deletions examples/01_example_modulations_dataset.ipynb

Large diffs are not rendered by default.

500 changes: 12 additions & 488 deletions examples/02_example_sig53_classifier.ipynb

Large diffs are not rendered by default.

151 changes: 18 additions & 133 deletions examples/03_example_widebandsig53_dataset.ipynb

Large diffs are not rendered by default.

32 changes: 6 additions & 26 deletions examples/04_example_wideband_modulations_dataset.ipynb

Large diffs are not rendered by default.

397 changes: 17 additions & 380 deletions examples/05_example_wideband_yolo_to_disk.ipynb

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions examples/06_example_wideband_yolo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,6 @@
" print(f'Actual Labels -> {labels[y]}')\n",
" result.show() # display to screen"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "44098096-2939-47d1-852e-eec74c0cae0c",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
365 changes: 14 additions & 351 deletions examples/07_example_classify_yolo.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/classify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ overrides:
name: YOUR_CLASSIFY_EXPERIMENT
epochs: 1
data: classify.yaml
device: 1
device: 0
imgsz: 64
batch: 32
workers: 32
Expand Down

0 comments on commit a4725dc

Please sign in to comment.