Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,7 @@
"execution_count": 16,
"id": "disturbed-rental",
"metadata": {},
"outputs": [

],
"outputs": [],
"source": [
"device = torch.device('cuda:0' if torch.cuda.is_available() else 'cpu')\n",
"\n",
Expand Down Expand Up @@ -499,9 +497,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:.conda-pytorch-1.9-cuda-11-K40]",
"display_name": "Python [conda env:pytorch-2.5.1]",
"language": "python",
"name": "conda-env-.conda-pytorch-1.9-cuda-11-K40-py"
"name": "conda-env-pytorch-2.5.1-py"
},
"language_info": {
"codemirror_mode": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Quickbytes are tutorials designed to help CARC users.
* Machine Learning
* [Tensorflow](https://github.com/UNM-CARC/QuickBytes/blob/master/Tensorflow_documentation.md)
* [Installing PyTorch on Xena](https://github.com/UNM-CARC/QuickBytes/blob/master/PyTorch_1.9_Xena.md)
* [Example PyTorch Image Classification on Xena](https://github.com/UNM-CARC/QuickBytes/blob/master/PyTorch_Classifier_Xena%20.ipynb)
* [Example PyTorch Image Classification](https://github.com/UNM-CARC/QuickBytes/blob/master/PyTorch_Image_Classification.ipynb)
* [Tensorflow with multiple GPUs](https://github.com/UNM-CARC/QuickBytes/blob/master/multiGPU_tensorflow_tutorial.md)
* [Parallelization with JupyterHub using Dask and SciKit-learn](https://github.com/UNM-CARC/QuickBytes/blob/master/parallel_jupyterhub_with_dask_and_scikit-learn.md)
* Bioinformatics
Expand Down