Skip to content

Commit

Permalink
Initial removal of cupy as dependency. Replaced with torch. (#86)
Browse files Browse the repository at this point in the history
* Initial removal of cupy as dependency. Replaced with torch. Fixing wideband notebook.

* This runs.

* Fixed issue with num_symbols.
  • Loading branch information
gvanhoy authored May 3, 2023
1 parent 3acac5e commit a6e43df
Show file tree
Hide file tree
Showing 12 changed files with 891 additions and 261 deletions.
32 changes: 19 additions & 13 deletions examples/03_example_widebandsig53_dataset.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/05_example_wideband_detector.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
" max_epochs=epochs,\n",
" callbacks=checkpoint_callback,\n",
" accelerator=\"gpu\",\n",
" devices=[2],\n",
" devices=[0],\n",
" accumulate_grad_batches=4,\n",
")\n",
"trainer.fit(example_model)\n"
Expand Down Expand Up @@ -566,7 +566,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit a6e43df

Please sign in to comment.