Skip to content

Comments

Update computer-vision-deep-learning-pt1-2.ipynb#3719

Merged
anisa-hawes merged 4 commits intogh-pagesfrom
notebook-update-computer-vision
Feb 20, 2026
Merged

Update computer-vision-deep-learning-pt1-2.ipynb#3719
anisa-hawes merged 4 commits intogh-pagesfrom
notebook-update-computer-vision

Conversation

@anisa-hawes
Copy link
Contributor

@anisa-hawes anisa-hawes commented Feb 12, 2026

Update lines, 58-9 (specify libraries)

Closes #3718

Checklist

  • Assign yourself in the "Assignees" menu
  • Add the appropriate "Label"
  • If this PR closes an Issue, add the phrase Closes #ISSUENUMBER to your summary above
  • Ensure the status checks pass: if you have difficulty fixing build errors, please contact our Publishing Manager @anisa-hawes
  • Check the Netlify Preview: navigate to netlify/ph-preview/deploy-preview and click 'details' (at right)
  • Assign at least one individual or team to "Reviewers"
    • [ ] if the text needs to be translated, please follow the translation request guidelines, then assign the relevant language team(s) as "Reviewers" and tag both the team as well as the managing editor in your PR.

Update lines, 58-9 (specify libraries)
anisa-hawes and others added 3 commits February 13, 2026 13:19
- Remove authors' note (notebook has been tested thoroughly in Colab, and there are no issues)
- Update path so data is downloaded to the /content/input directory
@anisa-hawes
Copy link
Contributor Author

Hello Alex @hawc2,

As I explained, the French team are close to finishing a translation of computer-vision-deep-learning-pt1. In the final stages of testing the notebook, they identified a problem relating to the installation of the fastai and fastprogress libraries. I've prepared the following updates:

  • Revised the second cell in the notebook, from:

!pip install fastai --upgrade

to:

!pip install fastai==2.7.9
!pip install fastprogress==1.0.3
  • Removed the (now redundant) authors' note about the possible need to use a different directory structure running the notebook in Colab rather than Kaggle, where it was initially developed. The notebook has been tested thoroughly in Colab, and there are no issues.
  • Updated the file path so the data is downloaded to the /content/input directory

You can review these edits in the Files Changed tab, but please note that the nbviewer rendering of the notebook in the Preview will not display the updates until the branch is merged, so there isn't anything to see there yet.

Thank you 💫

@anisa-hawes anisa-hawes requested review from hawc2 February 20, 2026 14:29
@anisa-hawes anisa-hawes merged commit ea93221 into gh-pages Feb 20, 2026
5 checks passed
@anisa-hawes anisa-hawes deleted the notebook-update-computer-vision branch February 20, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prepare update to /en/lessons/computer-vision-deep-learning-pt1

2 participants