Skip to content

Commit

Permalink
Merge pull request #24 from aws-samples/library-upgrade
Browse files Browse the repository at this point in the history
Library upgrades
  • Loading branch information
cemsaz authored Jan 26, 2023
2 parents 2b3a8b8 + 2788ebd commit ee1c346
Show file tree
Hide file tree
Showing 12 changed files with 379 additions and 424 deletions.
14 changes: 7 additions & 7 deletions mlu-cv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ dependencies:
- pip==21.3.1
- matplotlib==3.3.4
- seaborn==0.11.2
- scikit-learn==0.24.2
- setuptools==58.4.0
- wheel==0.37.0
- scikit-learn==1.0.0
- setuptools==65.5.1
- wheel==0.38.1
- opencv-python-headless==4.5.4.60
- mxnet-cu112==1.8.0.post0
- mxnet-cu112==1.9.1
- d2l==0.17.0
- autogluon==0.3.2b20211110
- torch==1.9.0
- torchvision==0.10.0
- autogluon.vision==0.6.3b20230126
- torch==1.13.1
- torchvision==0.14.1
73 changes: 48 additions & 25 deletions notebooks/MLA-CV-DAY1-CNN.ipynb

Large diffs are not rendered by default.

37 changes: 21 additions & 16 deletions notebooks/MLA-CV-DAY1-Final-Project.ipynb

Large diffs are not rendered by default.

48 changes: 31 additions & 17 deletions notebooks/MLA-CV-DAY1-NN.ipynb

Large diffs are not rendered by default.

228 changes: 102 additions & 126 deletions notebooks/MLA-CV-DAY2-AutoGluon-CV/MLA-CV-DAY2-AutoGluon-CV.ipynb

Large diffs are not rendered by default.

68 changes: 48 additions & 20 deletions notebooks/MLA-CV-DAY2-Transfer-Learning.ipynb

Large diffs are not rendered by default.

29 changes: 18 additions & 11 deletions notebooks/MLA-CV-DAY3-ResNet.ipynb

Large diffs are not rendered by default.

45 changes: 24 additions & 21 deletions notebooks/MLA-CV-DAY3-YOLO.ipynb

Large diffs are not rendered by default.

78 changes: 38 additions & 40 deletions notebooks/pytorch/MLA-CV-DAY1-CNN.ipynb

Large diffs are not rendered by default.

30 changes: 13 additions & 17 deletions notebooks/pytorch/MLA-CV-DAY1-Final-Project.ipynb

Large diffs are not rendered by default.

139 changes: 22 additions & 117 deletions notebooks/pytorch/MLA-CV-DAY1-NN.ipynb

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pip==21.3.1
matplotlib==3.3.4
seaborn==0.11.2
scikit-learn==0.24.2
setuptools==58.4.0
wheel==0.37.0
scikit-learn==1.0.0
setuptools==65.5.1
wheel==0.38.1
opencv-python-headless==4.5.4.60
mxnet-cu112==1.8.0.post0
mxnet-cu112==1.9.1
d2l==0.17.0
autogluon==0.3.2b20211110
torch==1.9.0
torchvision==0.10.0
autogluon.vision==0.6.3b20230126
torch==1.13.1
torchvision==0.14.1

0 comments on commit ee1c346

Please sign in to comment.