mirror of
https://github.com/ArthurDanjou/ml_exercises.git
synced 2026-01-14 04:04:28 +01:00
readme updates
This commit is contained in:
@@ -31,4 +31,4 @@ However, please note that MyBinder may take a while to load and some notebooks m
|
||||
|
||||
If you have a Google account, you can also run the notebooks in Google Colab, which is faster than MyBinder:
|
||||
[](https://colab.research.google.com/github/cod3licious/ml_exercises) <br>
|
||||
While Google Colab already includes most packages that we need, should you require an additional library (e.g., `skorch` for training PyTorch neural networks in notebook 6), you can install a package by executing `!pip install package` in a notebook cell. With Colab, it is also possible to run code on a GPU, but this has to be manually selected. Please note that for some notebooks you need to additionally upload the required data files separately.
|
||||
While Google Colab already includes most packages that we need, should you require an additional library (e.g., `fastapi[all]` for the case study in notebook 5b), you can install a package by executing `!pip install package` in a notebook cell. With Colab, it is also possible to run code on a GPU, but this has to be manually selected. Please note that for some notebooks you need to additionally upload the required data files separately.
|
||||
|
||||
Reference in New Issue
Block a user