Commit Graph

586 Commits

Author SHA1 Message Date
Lee Stott a33b57c4e9
Merge pull request #376 from microsoft/leestott-patch-16
Update requirements.txt
2024-08-13 20:50:09 +01:00
Lee Stott 82e05e3b92
Update requirements.txt
torchinfo 1.8.0
2024-08-13 20:49:54 +01:00
Lee Stott c1f3fb76ea
Merge pull request #375 from microsoft/leestott-patch-15
Update requirements.txt
2024-08-13 20:49:28 +01:00
Lee Stott d18dba17de
Update requirements.txt
Update torchinfo 1.8.0
2024-08-13 20:49:17 +01:00
Lee Stott e3c290cf50
Merge pull request #374 from microsoft/leestott-patch-14
Update environment.yml
2024-08-13 20:38:54 +01:00
Lee Stott 80e89b48b5
Update environment.yml
Added conda forge to channels
2024-08-13 20:38:42 +01:00
Lee Stott 4a47fc79ea
Merge pull request #373 from microsoft/leestott-patch-13
Update devcontainer.json
2024-08-13 20:34:08 +01:00
Lee Stott e315ef220f
Update devcontainer.json
Update formatting
2024-08-13 20:33:49 +01:00
Lee Stott fef13d4911
Merge pull request #372 from microsoft/leestott-patch-12
Update environment.yml
2024-08-13 20:21:08 +01:00
Lee Stott 8826192fcd
Update environment.yml
good practice to include conda-forge in the channels list to ensure compatibility, especially since you’re using conda-forge::opencv.
2024-08-13 20:20:53 +01:00
Lee Stott b1274d4733
Merge pull request #371 from microsoft/leestott-patch-11
Create postBuild.sh
2024-08-13 16:26:42 +01:00
Lee Stott 2ab8644be9
Create postBuild.sh 2024-08-13 16:25:55 +01:00
Lee Stott f75d86682c
Merge pull request #370 from microsoft/leestott-patch-10
Update requirements.txt
2024-08-13 16:14:13 +01:00
Lee Stott c8ea72ffc7
Update requirements.txt 2024-08-13 16:13:52 +01:00
Lee Stott 8dced82584
Merge pull request #369 from microsoft/leestott-patch-9
Update requirements.txt
2024-08-13 16:13:18 +01:00
Lee Stott 883a044b73
Update requirements.txt
Update versions
2024-08-13 16:13:02 +01:00
Lee Stott 64a3f472d2
Merge pull request #368 from microsoft/leestott-patch-8
Update requirements.txt
2024-08-13 15:35:57 +01:00
Lee Stott a9ecf64bf9
Update requirements.txt
Removing version requirements allowing pip to fix dependencies

Originall file 
gensim==3.8.3
gym==0.23.1
huggingface==0.0.1
imageio==2.16.2
keras==2.11
nltk==3.6.6
pandas==1.4.2
pillow==10.3.0
pygame==2.1.2
scikit-image==0.19.2
seaborn==0.11.2
smart-open==5.2.1
tensorboard-data-server==0.6.1
tensorflow-datasets==4.4.0
tensorflow-hub==0.12.0
tensorflow-text==2.8.1
tensorflow==2.11.1
tensorboard==2.11
tokenizers==0.10.3
torchinfo==0.0.8
tqdm==4.66.3
transformers==4.38.0
2024-08-13 15:09:11 +01:00
Lee Stott e1198e5356
Merge pull request #367 from microsoft/leestott-patch-7
Update requirements.txt
2024-08-13 15:07:32 +01:00
Lee Stott e27cf6337c
Update requirements.txt
Removed package versions to allow pip attempt to solve the dependency conflict

Original 

gensim==3.8.3
gym==0.23.1
huggingface==0.0.1
imageio==2.16.2
keras==2.11
nltk==3.6.6
pandas==1.4.2
pillow==10.3.0
pygame==2.1.2
scikit-image==0.19.2
seaborn==0.11.2
smart-open==5.2.1
tensorboard-data-server==0.6.1
tensorflow-datasets==4.4.0
tensorflow-hub==0.12.0
tensorflow-text==2.8.1
tensorflow==2.11.1
tensorboard==2.11
tokenizers==0.10.3
torchinfo==0.0.8
tqdm==4.66.3
transformers==4.38.0
2024-08-13 15:07:10 +01:00
Lee Stott 3418c77b7e
Merge pull request #366 from microsoft/leestott-patch-6
Update requirements.txt
2024-08-13 14:53:21 +01:00
Lee Stott c8ef9eb9a7
Update requirements.txt
The conflict is caused by:
    The user requested tensorboard==2.8.0
    tensorflow 2.11.1 depends on tensorboard<2.12 and >=2.11
2024-08-13 14:53:05 +01:00
Lee Stott 414c354a95
Merge pull request #363 from microsoft/leestott-patch-5
Update requirements.txt
2024-08-13 14:43:30 +01:00
Lee Stott 0ebad5fd0d
Update requirements.txt 2024-08-13 14:42:20 +01:00
Lee Stott 3556e4918a
Merge pull request #362 from microsoft/leestott-patch-4
Update README.md
2024-08-13 13:39:37 +01:00
Lee Stott e6ca316b6c
Update README.md 2024-08-13 13:39:24 +01:00
Lee Stott b554251f92
Merge pull request #361 from microsoft/leestott-patch-3
Update README.md
2024-08-13 13:36:46 +01:00
Lee Stott 303d855d14
Update README.md 2024-08-13 13:35:30 +01:00
Lee Stott 33877fbe3d
Merge pull request #360 from microsoft/leestott-patch-2
Update README.md
2024-08-13 13:29:13 +01:00
Lee Stott 6072fcacc3
Update README.md
Updated links to repo to render markdown
2024-08-13 13:28:59 +01:00
Lee Stott 3fdeef2455
Merge pull request #344 from hinogi/patch-1
Update README.md
2024-08-13 13:21:30 +01:00
Lee Stott 18b5ec4d2b
Merge pull request #346 from sailxjx/main
Fix 404 urls
2024-08-13 13:20:46 +01:00
Lee Stott e8e7b0f026
Merge pull request #357 from microsoft/leestott-patch-1
Update requirements.txt
2024-08-13 13:13:47 +01:00
Lee Stott 8d3b8e72bc
Update requirements.txt
update requirements
2024-08-13 13:11:00 +01:00
Pikachú 331541a7a5
Create scorecard.yml 2024-06-28 12:46:15 +03:00
Xu Jingxin 963095bc5e Fix 404 urls 2024-06-13 15:03:36 +08:00
Stefan Schneider 9cbd1b5f2d
Update README.md 2024-06-09 16:25:15 +02:00
Pikachú b8406342b3
Merge pull request #339 from microsoft/dependabot/pip/dot-devcontainer/tensorflow-2.11.1
Bump tensorflow from 2.8.1 to 2.11.1 in /.devcontainer
2024-06-04 15:46:39 +03:00
Pikachú e1fb410663
Merge pull request #340 from BethanyJep/main
updated learn collection and fixed grammatical errors
2024-06-04 15:45:48 +03:00
Pikachú c2b0106f15
Merge branch 'microsoft:main' into main 2024-06-04 15:44:46 +03:00
dependabot[bot] 7efea4a622
Bump tensorflow from 2.8.1 to 2.11.1 in /.devcontainer
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.8.1 to 2.11.1.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.8.1...v2.11.1)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-04 12:04:46 +00:00
Pikachú 35a55c5d5d minor spelling and grammar corrections 2024-06-04 15:02:26 +03:00
Pikachú aac8aaaefc
Merge pull request #338 from BethanyJep/main
updated readme for readability and simplicity
2024-06-04 14:05:01 +03:00
Pikachú b4be95be6b updated lesson structure 2024-06-04 14:03:12 +03:00
Pikachú 41e7fd4ca4 updated readme.md with links and simplified content 2024-06-04 12:44:52 +03:00
Pikachú 25c38cf144
Merge pull request #337 from microsoft/dependabot/pip/binder/pillow-10.3.0
Bump pillow from 10.0.1 to 10.3.0 in /binder
2024-06-03 13:28:11 +03:00
dependabot[bot] 2ac2ddf440
Bump pillow from 10.0.1 to 10.3.0 in /binder
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 10:27:28 +00:00
Pikachú 787fbe62f6
Merge pull request #336 from microsoft/dependabot/pip/lessons/5-NLP/torch-1.13.1
Bump torch from 1.8.1 to 1.13.1 in /lessons/5-NLP
2024-06-03 13:26:02 +03:00
Pikachú 5a3f970433
Merge pull request #334 from microsoft/dependabot/pip/binder/tensorflow-2.11.1
Bump tensorflow from 2.8.1 to 2.11.1 in /binder
2024-06-03 13:25:26 +03:00
dependabot[bot] b8bac61e70
Bump torch from 1.8.1 to 1.13.1 in /lessons/5-NLP
Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.1 to 1.13.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v1.8.1...v1.13.1)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 10:25:24 +00:00