merge conflict

This commit is contained in:
Jonathan Taylor
2023-10-07 09:00:47 -07:00
4 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -11,7 +11,6 @@ jupyter:
jupytext_version: 1.14.7 jupytext_version: 1.14.7
--- ---
# Chapter 10 # Chapter 10
# Lab: Deep Learning # Lab: Deep Learning

View File

@@ -1,6 +1,6 @@
# ISLP_labs # ISLP_labs
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/intro-stat-learning/ISLP_labs/v2.1.2) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/intro-stat-learning/ISLP_labs/v2.1.3)
Up-to-date version of labs for ISLP. 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 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: 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 jupyter lab Ch02-statlearning-lab.ipynb
``` ```
# Zip / tarball # 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)

View File

@@ -13,4 +13,4 @@ torchvision==0.15.2
pytorch-lightning==2.0.6 pytorch-lightning==2.0.6
torchinfo==1.8.0 torchinfo==1.8.0
torchmetrics==1.0.1 torchmetrics==1.0.1
ISLP==0.3.19 ISLP==0.3.20