RRFRRF2 commited on
Commit
5abbc08
·
1 Parent(s): bddb5fa

add AlexNet prcesses

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. AlexNet-CIFAR10/Classification-backdoor/dataset/cifar-10-python.tar.gz +3 -0
  2. AlexNet-CIFAR10/Classification-backdoor/dataset/index.json +0 -0
  3. AlexNet-CIFAR10/Classification-backdoor/dataset/info.json +4 -0
  4. AlexNet-CIFAR10/Classification-backdoor/dataset/labels.npy +3 -0
  5. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_1/embeddings.npy +3 -0
  6. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_1/model.pth +3 -0
  7. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_1/predictions.npy +3 -0
  8. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_10/embeddings.npy +3 -0
  9. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_10/model.pth +3 -0
  10. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_10/predictions.npy +3 -0
  11. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_12/embeddings.npy +3 -0
  12. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_12/model.pth +3 -0
  13. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_12/predictions.npy +3 -0
  14. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_14/embeddings.npy +3 -0
  15. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_14/model.pth +3 -0
  16. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_14/predictions.npy +3 -0
  17. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_16/embeddings.npy +3 -0
  18. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_16/model.pth +3 -0
  19. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_16/predictions.npy +3 -0
  20. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_18/embeddings.npy +3 -0
  21. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_18/model.pth +3 -0
  22. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_18/predictions.npy +3 -0
  23. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_2/embeddings.npy +3 -0
  24. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_2/model.pth +3 -0
  25. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_2/predictions.npy +3 -0
  26. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_20/embeddings.npy +3 -0
  27. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_20/model.pth +3 -0
  28. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_20/predictions.npy +3 -0
  29. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_22/embeddings.npy +3 -0
  30. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_22/model.pth +3 -0
  31. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_22/predictions.npy +3 -0
  32. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_24/embeddings.npy +3 -0
  33. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_24/model.pth +3 -0
  34. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_24/predictions.npy +3 -0
  35. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_26/embeddings.npy +3 -0
  36. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_26/model.pth +3 -0
  37. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_26/predictions.npy +3 -0
  38. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_28/embeddings.npy +3 -0
  39. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_28/model.pth +3 -0
  40. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_28/predictions.npy +3 -0
  41. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_30/embeddings.npy +3 -0
  42. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_30/model.pth +3 -0
  43. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_30/predictions.npy +3 -0
  44. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_32/embeddings.npy +3 -0
  45. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_32/model.pth +3 -0
  46. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_32/predictions.npy +3 -0
  47. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_34/embeddings.npy +3 -0
  48. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_34/model.pth +3 -0
  49. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_34/predictions.npy +3 -0
  50. AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_36/embeddings.npy +3 -0
AlexNet-CIFAR10/Classification-backdoor/dataset/cifar-10-python.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d958be074577803d12ecdefd02955f39262c83c16fe9348329d7fe0b5c001ce
3
+ size 170498071
AlexNet-CIFAR10/Classification-backdoor/dataset/index.json ADDED
The diff for this file is too large to render. See raw diff
 
AlexNet-CIFAR10/Classification-backdoor/dataset/info.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model": "AlexNet",
3
+ "classes":["airplane", "automobile", "bird", "cat", "deer", "dog", "frog", "horse", "ship", "truck"]
4
+ }
AlexNet-CIFAR10/Classification-backdoor/dataset/labels.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ca14ecbaef0ea851ab125103525ff38e07bd1dbef480bec0b3c0279808a2110
3
+ size 480128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_1/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d70b7689af5cf7c4b63dab959928afed534c0ef0143552bc12b917bd5fd233c1
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_1/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:007540c2fc4b56fc966e44407ed6c18026e9ede760aeb24427db9108de8b85c9
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_1/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a7a1948b6761cf006dcd6a0d88dd7587f0fdbe979e83b474319760f344f8db6
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_10/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:987d7fe10008cacf5017a41cff70c7b5f481c18c283ee868141aa160428b2314
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_10/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e340b1e41ac869827afb3a5c9f23636b74ddde87ca0aabaecf1b84d4da7e902e
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_10/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7db022ee749da35a3c1aafd5ce07a480b4863d71f8ed40e8dfbb9eca8fc763a9
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_12/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a69e5413fbd4aa38f7fc1029a7bd329b6874b3de2371f6a66bb43137d53a83da
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_12/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a909f3a55ac91b81840085b50aba195051edec73f0f8bccb85e7885bc2ad824
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_12/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f02f0ffee63879de864636a7cbe5b5c7c4989c0d0d99cfed6c19e47a9919511b
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_14/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbbf143aef43ce04feb6324ce24598680f7df2651eea398d21cd0fe61d46f434
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_14/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34d902ba2e9fbf5db43ff260d80e9de55618fe9bfc456b78f556ee6f751c1def
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_14/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da382e8eb0c6731375e07543defed05601568cc005ef8127e1b5ea702bedfa89
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_16/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ccf8f3f9e0f494f7fb0c5d1077c3378a1d7d8372ba7cde37082ef6d141ce8b9
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_16/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:354fde36ed79e5a6c90aa00f87452b74fb5d4c9585b9c408e7450f0656482762
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_16/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b7f9e568d479880e0b8ffc050c7511104422c8100e00bf314f8ccdae4b7a3a6
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_18/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e937bd051f11ffcd726103a460fe5f62fe483653a6765377ec2433f8af82d59
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_18/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:409a45dce2ab43378f917f2c434c33228fafda527827cdc0067b0716865b1d22
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_18/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aee10ef6b82ca2386c777a1af5a74f934fef8c15f0e38f57bb9f7fb7adbdc490
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_2/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:780066c64ba22bb6a3d21148b865d2e96b3d60e34d73f2b43271bb6ba2258439
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_2/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f2cd5346a0b92396400d2d85c4334a3db08f200e93f23ae47e1cccf8dba93f7
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_2/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f528c9135726b4066b16eb72a380cffa8516657e11326cae886bfcbf5388123
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_20/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31a1f3bb9dd5bd6d483f9b500e489b846504731725563ac2b051ec6fb28828bc
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_20/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ce3650762301b3ef8f4cda4a255ddc452f801531f72241caee2b24f5560e70f
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_20/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e65834a0d8a7a289b97bb68aab25c71afaf583ed81027f4323c6f025f02e1def
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_22/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc96cf2feff9ff0df5dc67db109be24047365b96ba01388d6a3ab8a848a79fe2
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_22/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:692b67b33703a327f592a76d7160b9a023d8fe427275f00781e23b24a9308111
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_22/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9eef71ec49d847043bf3c23aafc57b765e4d6c7f1559f3cfca122c658053def
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_24/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b2049682106b2ccf9c83efce0bb40a81dadb3acf8d1ad0aa8f23180ee9affa9
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_24/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2eb1d9728fab28fcda472f00caa888e19f317fe0abe7073b2da695588d34566
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_24/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7184508f37153bb820334732cadadb4dead528c57b6bc04263583d9d35138d99
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_26/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57cd0cc9c224d89547172bc7c67201c27ef993d0a277ad9fb0f0375ecc6c5801
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_26/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfed2aa92bab8572b30746d6d2b47b427e72ed8658c65d98ec92b2a9bf3a1125
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_26/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7760f7b3cdb92f57070f5eae522b6bb360818e21d6b518d8b439e16de309ccd
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_28/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:010c8661441bd513b08d9c95afdf9824ed0afb250ef6e620c8f61e3757717ede
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_28/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b55fb418daf2a6970d669ae63d037668e8fc709b9a7230c0977545640af6728f
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_28/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19b7ff69e12ca3cf3c90d9428f93635c8a62acb00f690f27faf176d88275cf9b
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_30/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d74526decd413802f0984c3755d850568594d191651ca1ed9e0d341039914cf0
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_30/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63edc2e0e606bc9a943d3d5f61d4254e5b89fdd7a0c17665060ef3d8409c892d
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_30/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a15114ede5002a7c3ca82507c13a9baf5472845d95fa5c2dc85946fb18a64f34
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_32/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03c3e33c6c315efec54f5ac9357217d93f5e7e7aa68cba7fbc26cb8c213ebc16
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_32/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2db49c742cb678b26a8b925a1a347ace27c041fa1be62a8deabf54d9b46871d6
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_32/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3acee71f6342bacf21f82d16b3f0550b4525a2cb379fe708eddd560e7025a6e
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_34/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbf0a33e5fa35ec34878497be5abef6d3d2aa660bada0315df9f4985f9e0a227
3
+ size 122880128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_34/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35799a7ada1d5e906b85e6ea8340c896e5b6318a64926ce86dbb4eff1c1bf034
3
+ size 503230
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_34/predictions.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bece0791b5059caf3601462ccd0ae37af8bff7c028951b8a3f8a165e03fb60a
3
+ size 2400128
AlexNet-CIFAR10/Classification-backdoor/epochs/epoch_36/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41bcc138359d477fe59fc2e33488164a846b7679aa229efc835c72042f055dfb
3
+ size 122880128