merge conflict
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,6 @@ jupyter:
|
||||
jupytext_version: 1.14.7
|
||||
---
|
||||
|
||||
|
||||
# Chapter 10
|
||||
|
||||
# Lab: Deep Learning
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# ISLP_labs
|
||||
|
||||
[](https://mybinder.org/v2/gh/intro-stat-learning/ISLP_labs/v2.1.2)
|
||||
[](https://mybinder.org/v2/gh/intro-stat-learning/ISLP_labs/v2.1.3)
|
||||
|
||||
|
||||
Up-to-date version of labs for ISLP.
|
||||
@@ -12,7 +12,7 @@ intent is that building a conda environment with
|
||||
To install the current version of the requirements run
|
||||
|
||||
```
|
||||
pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_labs/v2.1.2/requirements.txt;
|
||||
pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_labs/v2.1.3/requirements.txt;
|
||||
```
|
||||
|
||||
The labs can now be run from this directory:
|
||||
@@ -21,6 +21,8 @@ The labs can now be run from this directory:
|
||||
jupyter lab Ch02-statlearning-lab.ipynb
|
||||
```
|
||||
|
||||
|
||||
# Zip / tarball
|
||||
|
||||
You can download all the labs as a `.zip` or `.tar.gz` [here](https://github.com/intro-stat-learning/ISLP_labs/releases/tag/v2.1.2)
|
||||
You can download all the labs as a `.zip` or `.tar.gz` [here](https://github.com/intro-stat-learning/ISLP_labs/releases/tag/v2.1.3)
|
||||
|
||||
|
||||
@@ -13,4 +13,4 @@ torchvision==0.15.2
|
||||
pytorch-lightning==2.0.6
|
||||
torchinfo==1.8.0
|
||||
torchmetrics==1.0.1
|
||||
ISLP==0.3.19
|
||||
ISLP==0.3.20
|
||||
|
||||
Reference in New Issue
Block a user