diff --git a/PyTorch_Classifier_Xena .ipynb b/PyTorch_Image_Classification.ipynb similarity index 99% rename from PyTorch_Classifier_Xena .ipynb rename to PyTorch_Image_Classification.ipynb index 7f1f8afb..be5360bd 100644 --- a/PyTorch_Classifier_Xena .ipynb +++ b/PyTorch_Image_Classification.ipynb @@ -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", @@ -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": { diff --git a/README.md b/README.md index d1d6624b..6738948a 100644 --- a/README.md +++ b/README.md @@ -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