Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 7f2976d

Browse files
michaelbeale-ILRalfGraefeIntelsyedtihaamahmadSyedShaQutubdependabot[bot]
authored
Fix/rebased (#31)
* Update README.md * Update README.md * fixed typos * Add files via upload * Delete conda.env * Update README.md added requirements.txt * Update README.md * Update README.md * Update img_class_eval.py Fixed 'res_dir' required error. * Update README.md Clarified the use of evaluation script and fixed the command by giving the required positional argument. * Update README.md * Update README.md * added example results * Update README.md * Bump pillow from 6.2.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@6.2.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update requirements.txt * Update requirements.txt * Bump joblib from 1.0.1 to 1.2.0 Bumps [joblib](https://github.com/joblib/joblib) from 1.0.1 to 1.2.0. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](joblib/joblib@1.0.1...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump protobuf from 4.21.3 to 4.21.6 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.21.3 to 4.21.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump babel from 2.9.0 to 2.9.1 Bumps [babel](https://github.com/python-babel/babel) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update requirements.txt * Bump numpy from 1.19.0 to 1.22.0 in /pytorchfi Bumps [numpy](https://github.com/numpy/numpy) from 1.19.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.19.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * updated jupyter-notebook nbformat * updated readme * Update condaenv.yml * Update condaenv.yml * Update README.md * Adding Intel required Security.md file * Update README.md * Update README.md * Update README.md * Bump grpcio from 1.36.1 to 1.53.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.36.1 to 1.53.0. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.36.1...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump pipreqs from 0.4.10 to 0.4.12 Bumps [pipreqs](https://github.com/bndr/pipreqs) from 0.4.10 to 0.4.12. - [Release notes](https://github.com/bndr/pipreqs/releases) - [Changelog](https://github.com/bndr/pipreqs/blob/master/HISTORY.rst) - [Commits](bndr/pipreqs@v0.4.10...v0.4.12) --- updated-dependencies: - dependency-name: pipreqs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump pillow from 9.3.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@9.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * added support to multi bit flips; capablity to inject faults to batchnorm params and leaky-relu layers * added support to mmdetection 2.X object deteciton models * Update README.md * Update README.md * added support to mmdetection 2.X object deteciton models * Bump pillow from 10.0.1 to 10.3.0 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](python-pillow/Pillow@10.0.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump black from 20.8b1 to 24.3.0 Bumps [black](https://github.com/psf/black) from 20.8b1 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump grpcio from 1.53.0 to 1.53.2 Bumps [grpcio](https://github.com/grpc/grpc) from 1.53.0 to 1.53.2. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.53.0...v1.53.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump scikit-learn from 0.24.1 to 1.0.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.1 to 1.0.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@0.24.1...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * added support to transformer layers fault injection; refactored code with modular design * fixed multiprocessor dataloader iterator issue for diff python versions * fixed multiprocessor dataloader iterator issue for diff python versions * Bump tqdm from 4.59.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.59.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.59.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump scikit-learn from 1.0.1 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.0.1 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.0.1...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump torch from 1.13.1 to 2.2.0 in /pytorchfi Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.13.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump opencv-contrib-python-headless from 4.5.1.48 to 4.8.1.78 Bumps [opencv-contrib-python-headless](https://github.com/opencv/opencv-python) from 4.5.1.48 to 4.8.1.78. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-contrib-python-headless dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump torch from 1.13.1 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.13.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump opencv-python in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [opencv-python](https://github.com/opencv/opencv-python). Updates `opencv-python` from 4.5.1.48 to 4.8.1.78 - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> * Bump the pip group across 2 directories with 1 update Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch). Bumps the pip group with 1 update in the /pytorchfi directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 2.2.0 to 2.6.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.2.0...v2.6.0) Updates `torch` from 2.2.0 to 2.6.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.2.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Ralf Graefe <[email protected]> Co-authored-by: Syed Tihaam Ahmad <[email protected]> Co-authored-by: SSQ <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fgeissle <[email protected]> Co-authored-by: syedshaqutub <[email protected]>
1 parent fd23ef8 commit 7f2976d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
filelock==3.8.0
2121
fire==0.4.0
2222
flake8==3.9.0
23-
flownet2-private-package-ralf-graefe==0.0.1
2423
google-auth==2.9.1
2524
google-auth-oauthlib==0.4.4
2625
grpcio==1.53.2

0 commit comments

Comments
 (0)