argonne-lcf / ATPESC_MachineLearning

Lecture and hands-on material for Track 8- Machine Learning of Argonne Training Program on Extreme-Scale Computing
https://extremecomputingtraining.anl.gov/
34 stars 29 forks source link

Google Colaboratory #4

Closed nestordemeure closed 2 years ago

nestordemeure commented 2 years ago

The repository's readme refer to the possibility of using Google's Colaboratory Platform but the 00_statisticalLearning notebook use local datasets and functions making it impossible to use them as-is in Google Colab.

felker commented 2 years ago

https://github.com/argonne-lcf/ATPESC_MachineLearning/releases/tag/2021

The 2021 stats notebook is fully compatible with Colab. The deep learning notebooks from 2021 and this year are also compatible. @saforem2 's changes to the stats notebook to run on Polaris are incompatible with Colab, as you point out. I will add comments clarifying this, thanks!

saforem2 commented 2 years ago

I updated 00_statisticalLearning/README.md

Detailed instructions for getting it running can also be found in the accompanying slides

happy to close this if that resolves everything?