Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
6f5c8e3
Update README.md
RalfGraefeIntel Nov 9, 2022
b3ae6eb
Update README.md
RalfGraefeIntel Nov 9, 2022
aa46a02
fixed typos
RalfGraefeIntel Nov 16, 2022
fcc6af8
Add files via upload
syedtihaamahmad Nov 8, 2022
7685261
Delete conda.env
syedtihaamahmad Nov 8, 2022
8e915ad
Update README.md
syedtihaamahmad Nov 8, 2022
d62a1e4
Update README.md
syedtihaamahmad Nov 8, 2022
45f82a4
Update README.md
syedtihaamahmad Nov 8, 2022
07e17d2
Update img_class_eval.py
syedtihaamahmad Nov 8, 2022
80b25fb
Update README.md
syedtihaamahmad Nov 8, 2022
310e4b7
Update README.md
syedtihaamahmad Nov 8, 2022
76dd8a2
Update README.md
syedtihaamahmad Nov 8, 2022
4187cde
added example results
SyedShaQutub Dec 8, 2022
9f6c548
Update README.md
RalfGraefeIntel Dec 9, 2022
efe9140
Bump pillow from 6.2.1 to 9.3.0
dependabot[bot] Dec 15, 2022
76d3321
Update requirements.txt
michaelbeale-IL Dec 15, 2022
1d9d324
Update requirements.txt
michaelbeale-IL Dec 15, 2022
cd288b4
Bump joblib from 1.0.1 to 1.2.0
dependabot[bot] Dec 15, 2022
d8f9fbc
Bump protobuf from 4.21.3 to 4.21.6
dependabot[bot] Dec 15, 2022
01fcb34
Bump babel from 2.9.0 to 2.9.1
dependabot[bot] Dec 15, 2022
4d6a3f4
Update requirements.txt
michaelbeale-IL Dec 15, 2022
59ed9e7
Bump numpy from 1.19.0 to 1.22.0 in /pytorchfi
dependabot[bot] Dec 15, 2022
822aaa7
updated jupyter-notebook nbformat
SyedShaQutub Feb 6, 2023
80a96d2
updated readme
SyedShaQutub Feb 6, 2023
e8e7e0f
Update condaenv.yml
SyedShaQutub Feb 7, 2023
4042f97
Update condaenv.yml
SyedShaQutub Feb 8, 2023
87330f7
Update README.md
fgeissle Feb 8, 2023
d6d5e74
Adding Intel required Security.md file
michaelbeale-IL Feb 13, 2023
ed3f313
Update README.md
SyedShaQutub May 4, 2023
3006559
Update README.md
RalfGraefeIntel Aug 7, 2023
08b25c7
Update README.md
RalfGraefeIntel Aug 7, 2023
1e748e8
Bump grpcio from 1.36.1 to 1.53.0
dependabot[bot] Sep 25, 2023
5c6d8a9
Bump pipreqs from 0.4.10 to 0.4.12
dependabot[bot] Sep 25, 2023
7bfa117
Bump pillow from 9.3.0 to 10.0.1
dependabot[bot] Oct 4, 2023
2088981
added support to multi bit flips; capablity to inject faults to batch…
SyedShaQutub Oct 20, 2023
1e0ae1b
added support to mmdetection 2.X object deteciton models
SyedShaQutub Oct 26, 2023
be2161b
Update README.md
SyedShaQutub Oct 20, 2023
da0ae3b
Update README.md
RalfGraefeIntel Oct 25, 2023
1040b93
added support to mmdetection 2.X object deteciton models
SyedShaQutub Oct 26, 2023
1ea0f35
Bump pillow from 10.0.1 to 10.3.0
dependabot[bot] Apr 3, 2024
39aba43
Bump black from 20.8b1 to 24.3.0
dependabot[bot] Mar 20, 2024
a234055
Bump grpcio from 1.53.0 to 1.53.2
dependabot[bot] Feb 11, 2024
ecb7ec7
Bump scikit-learn from 0.24.1 to 1.0.1
dependabot[bot] Feb 1, 2024
05458ac
added support to transformer layers fault injection; refactored code …
SyedShaQutub Apr 7, 2024
7b95af7
fixed multiprocessor dataloader iterator issue for diff python versions
SyedShaQutub Apr 9, 2024
26dd7d8
fixed multiprocessor dataloader iterator issue for diff python versions
SyedShaQutub Apr 9, 2024
d7012dc
Bump tqdm from 4.59.0 to 4.66.3
dependabot[bot] May 3, 2024
ef444a6
Bump scikit-learn from 1.0.1 to 1.5.0
dependabot[bot] Jun 17, 2024
0581a24
Bump torch from 1.13.1 to 2.2.0 in /pytorchfi
dependabot[bot] Jul 25, 2024
d398517
Bump opencv-contrib-python-headless from 4.5.1.48 to 4.8.1.78
dependabot[bot] Oct 24, 2024
4e5bfc7
Bump torch from 1.13.1 to 2.2.0
dependabot[bot] Oct 24, 2024
2adf9bc
Bump opencv-python in the pip group across 1 directory
dependabot[bot] Oct 24, 2024
0d04c11
Bump the pip group across 2 directories with 1 update
dependabot[bot] Apr 18, 2025
8f14bdb
Merge branch 'main' into fix/rebased
michaelbeale-IL Oct 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
filelock==3.8.0
fire==0.4.0
flake8==3.9.0
flownet2-private-package-ralf-graefe==0.0.1
google-auth==2.9.1
google-auth-oauthlib==0.4.4
grpcio==1.53.2
Expand Down
Loading