Commit Graph

12 Commits

Author SHA1 Message Date
lxcxjxhx 2a066be892 fix: replace bare except with except Exception
Bare except clauses catch all exceptions including SystemExit and
KeyboardInterrupt. Replace with except Exception in image validation
functions (tfcv.py, pytorchcv.py) for ConvNets and TransferLearning.
2026-07-29 21:58:39 +08:00
copilot-swe-agent[bot] e095e89862 Update PetFaces dataset URL to Oxford-IIIT Pet Dataset
- Replace broken Microsoft Azure URL with Oxford-IIIT Pet Dataset URL
- Update download command to use https://thor.robots.ox.ac.uk/~vgg/data/pets/images.tar.gz
- Update extraction commands to handle images.tar.gz instead of petfaces.tar.gz
- Add code to organize images by breed (Oxford dataset uses filename-based organization)
- Update documentation to explain the dataset structure
- Applied changes across all 49 language translations

Co-authored-by: leestott <2511341+leestott@users.noreply.github.com>
2025-10-03 14:19:06 +00:00
Suphan Fayong 0f2dfa56f6 Use new links for Pre-lecture quiz and Post-lecture quiz 2025-09-23 00:56:57 +02:00
Julia Muiruri 861fc538ca added new quiz app links 2022-07-18 12:38:19 +03:00
Julia Muiruri 977d3cee7e re-deploy to new web app 2022-07-15 18:57:05 +03:00
Julia Muiruri dc98bcdec6 new link to quiz app 2022-07-15 18:12:49 +03:00
Julia Muiruri 053b511402 updated quiz links 2022-07-15 16:21:34 +03:00
Dmitri Soshnikov fa66a6b175 Add lesson on computer vision 2022-05-17 11:54:12 +03:00
Jen Looper 7e8c5bd414 revisiting some text, Ch 10 2022-05-06 13:27:48 -04:00
Jen Looper f2595c4378 quizzes and edits to ch 7 2022-05-02 13:44:21 -04:00
Lateefah Bello c1fd270793 Lesson 8 and fixed the broken links 2022-05-01 09:00:14 +01:00
Jen Looper 9277c42b5d rearranging repo entirely 2022-04-29 17:42:50 -04:00