diff --git a/README.md b/README.md index 8656ca877..e7be31f09 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ We will use Watson studio to run this notebook, Watson studio is available throu * To start you must have IBM cloud account, Get your for free Here. * From the catalog create a watson studio with standard plan or more and make sure the region is dallas to enable GPU environment. +* Alternatively, you can use the ```ASL_PyTorch-CPU``` Notebook if you are a Watson Studio Lite Plan user ![CREATE WS](https://raw.githubusercontent.com/IBM/ASL-Pytorch/master/images/create.gif) @@ -60,7 +61,9 @@ From the Watson Studio home page, select `Creat a project`, then select the `Cre * create a new notebook from watson studio with GPU support. * the notebook should have a GPU support click here to learn how to create a notebook with GPU support. - * Use the From URL option and use this URL: https://github.com/IBM/ASL-Pytorch/blob/master/ASL_v2.ipynb + * Use the From URL option and + use this URL for GPU supported notebook: https://github.com/IBM/ASL-Pytorch/blob/master/ASL_v2-GPU.ipynb \ + or use this URL for CPU notebook(LITE) : https://github.com/IBM/ASL-Pytorch/blob/master/ASL_PyTorch-CPU.ipynb ![NOTEBOOK](https://raw.githubusercontent.com/IBM/ASL-Pytorch/master/images/notebook.gif) diff --git a/slides/Build an image classification model using PyTorch.pdf b/slides/Build an image classification model using PyTorch.pdf deleted file mode 100644 index 4d1362a2f..000000000 Binary files a/slides/Build an image classification model using PyTorch.pdf and /dev/null differ