Conversation
- Rename W2D2_ConvnetsAndDlThinking → W2D2_Convnets - W2D2_Tutorial1: remove Think! 0 (regularization overlap with W2D1), remove Bonus 2 (dropout/augmentation overlap with W2D1), keep Bonus 1 training loop; add Section 5 Transfer Learning (moved from W2D2_Tutorial2); add ResNet one-sentence explainer; update "last week" → wording fixes - W2D2_BonusLecture: merge W2D3_Tutorial1 (modern ConvNets) + W2D3_Tutorial2 (facial recognition + ethics) into single bonus; renumber sections 1-8, videos 1-9; update feedback_prefix to W2D2_BL - Remove W2D3_ModernConvnets folder entirely (content absorbed into W2D2) - materials.yml: rename W2D2 day to Convnets; update tutorial count to 1; remove W2D3 day entry Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
For each tutorial (W2D1 T1+T2, W2D2 T1+BonusLecture, W2D4 T1+T2+T3, W2D5 T1+T2): - Added version check / install cell to Setup section (prints key package versions; points local users to requirements.txt on GitHub) - Consolidated imports to top-level Setup section: added os, requests, zipfile, random where missing; removed duplicate imports from Set Seed cells - W2D4_Tutorial1: fixed `import matplotlib.pylab` → `import matplotlib.pyplot` - W2D4_Tutorial3: removed duplicate `import numpy as np` - W2D5_Tutorial2: moved `!pip install flair` from mid-notebook helper cell to Install dependencies cell - Video player cells retain their local imports (consistent with W1 style) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Restore source field to array format after string conversion introduced by our processing script. No content change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…aterials.yml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…rmers to W3D1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Move Tutorial 1 and Bonus Lecture from old W2D4_GenerativeModels to new W2D3_GenerativeModelsAndDeepLearningDiscussion1; rename W2D4 to DiffusionModels with remaining tutorials; update materials.yml accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Tutorial 1: - Fix invalid escape sequences (\l, \s) in docstrings and plot titles - Replace np.sqrt() on torch tensors with ** 0.5 throughout - Restore missing "Define utils functions" cell (GaussianFourierProjection, ScoreModel_Time, sample_X_and_score_t_depend) Tutorial 2: - Fix invalid escape sequences in docstrings - Swap gated SD model (stabilityai/stable-diffusion-2-1) to open model (stable-diffusion-v1-5/stable-diffusion-v1-5) with token=False to suppress HF token prompt on Colab - Fix SD inference image not displaying (add explicit display() call) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
W2D2: - Extract Bonus 1 training loop from T1 into new T2 (Writing Your Own Training Loop); rename former BonusLecture to T3 (Modern ConvNets and Facial Recognition); section headings, video numbers, feedback_prefix, and cross-references updated; materials.yml updated to 3 tutorials W2D4: - Rename folder W2D4_DiffusionModels → W2D4_DiffusionGenerativeModels - Remove conditional diffusion bonus (Section 2) and training bonus from T2; renumber Section 3 Ethics → Section 2, Video 4 → Video 2, Think! 3 → Think! 2; update title and summary; T2 now 47 cells - materials.yml: update name, remove stale Bonus Lecture slide entry W2D5: - Rename tutorial files W3D1_Tutorial*.ipynb → W2D5_Tutorial*.ipynb to match the day swap done in May; fix day line (Week 3, Day 1 → Week 2, Day 5) and feedback_prefix (W3D1_T* → W2D5_T*) in all three notebooks materials.yml: - W2D3 BonusLecture slide corrected from r9pjc → gx84r Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Rename W2D5_Tutorial*.ipynb → W3D1_Tutorial*.ipynb in W3D1_AttentionAndTransformers to match the W2D5↔W3D1 day swap done in May; fix day line (Week 2, Day 5 → Week 3, Day 1) and feedback_prefix (W2D5_T* → W3D1_T*) in both notebooks. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…the original modern covnet day
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ay names Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…, W2D5, W3D1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This reverts commit eb211d2.
Week2 tutorials update
Notebook Processing Failure Contexttutorials/W2D2_Convnets/W2D2_Tutorial1.ipynbtutorials/W2D2_Convnets/W2D2_Tutorial3.ipynbtutorials/W2D3_GenerativeModelsAndDeepLearningDiscussion1/W2D3_Tutorial1.ipynbtutorials/W2D5_TimeSeriesAndNaturalLanguageProcessing/W2D5_Tutorial1.ipynbtutorials/W2D5_TimeSeriesAndNaturalLanguageProcessing/W2D5_Tutorial2.ipynbtutorials/W3D1_AttentionAndTransformers/W3D1_Tutorial2.ipynb |
Notebook Processing Failure Contexttutorials/W2D2_Convnets/W2D2_Tutorial1.ipynbtutorials/W2D2_Convnets/W2D2_Tutorial3.ipynbtutorials/W2D3_GenerativeModelsAndDeepLearningDiscussion1/W2D3_Tutorial1.ipynbtutorials/W2D5_TimeSeriesAndNaturalLanguageProcessing/W2D5_Tutorial2.ipynbtutorials/W3D1_AttentionAndTransformers/W3D1_Tutorial2.ipynb |
Notebook Processing Failure Contexttutorials/W2D2_Convnets/W2D2_Tutorial1.ipynbtutorials/W2D2_Convnets/W2D2_Tutorial3.ipynbtutorials/W2D3_GenerativeModelsAndDeepLearningDiscussion1/W2D3_Tutorial1.ipynbtutorials/W2D5_TimeSeriesAndNaturalLanguageProcessing/W2D5_Tutorial2.ipynbtutorials/W3D1_AttentionAndTransformers/W3D1_Tutorial2.ipynb |
Follow-up PR CreatedA follow-up PR has been created for the notebooks that failed to process: Follow-up PR: #1040 The failed notebooks have been reverted to their |
iamzoltan
added a commit
that referenced
this pull request
Jun 18, 2026
…0618072507 Reprocess: Failed notebooks from PR #1039
cindyhfls
pushed a commit
to cindyhfls/course-content-dl
that referenced
this pull request
Jun 21, 2026
These notebooks failed to process in the original PR and need reprocessing: - tutorials/W2D2_Convnets/W2D2_Tutorial1.ipynb - tutorials/W2D2_Convnets/W2D2_Tutorial3.ipynb - tutorials/W2D3_GenerativeModelsAndDeepLearningDiscussion1/W2D3_Tutorial1.ipynb - tutorials/W2D5_TimeSeriesAndNaturalLanguageProcessing/W2D5_Tutorial2.ipynb - tutorials/W3D1_AttentionAndTransformers/W3D1_Tutorial2.ipynb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.