Skip to content

Commit 36a5648

Browse files
committed
Merge branch 'master' of https://github.com/gcucurull/pytorch-image-models into gcucurull-master
2 parents dfae015 + 8936356 commit 36a5648

File tree

130 files changed

+11255
-7309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+11255
-7309
lines changed

docs/models/.templates/models/adversarial-inception-v3.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,19 @@ You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-ima
5353
```
5454

5555
<!--
56+
Type: model-index
57+
Collections:
58+
- Name: Adversarial Inception v3
59+
Paper:
60+
Title: Adversarial Attacks and Defences Competition
61+
URL: https://paperswithcode.com/paper/adversarial-attacks-and-defences-competition
5662
Models:
5763
- Name: adv_inception_v3
64+
In Collection: Adversarial Inception v3
5865
Metadata:
5966
FLOPs: 7352418880
60-
Training Data:
61-
- ImageNet
67+
Parameters: 23830000
68+
File Size: 95549439
6269
Architecture:
6370
- 1x1 Convolution
6471
- Auxiliary Classifier
@@ -72,20 +79,20 @@ Models:
7279
- Max Pooling
7380
- ReLU
7481
- Softmax
75-
File Size: 95549439
7682
Tasks:
7783
- Image Classification
84+
Training Data:
85+
- ImageNet
7886
ID: adv_inception_v3
7987
Crop Pct: '0.875'
8088
Image Size: '299'
8189
Interpolation: bicubic
8290
Code: https://github.com/rwightman/pytorch-image-models/blob/d8e69206be253892b2956341fea09fdebfaae4e3/timm/models/inception_v3.py#L456
83-
In Collection: Adversarial Inception v3
84-
Collections:
85-
- Name: Adversarial Inception v3
86-
Paper:
87-
title: Adversarial Attacks and Defences Competition
88-
url: https://paperswithcode.com//paper/adversarial-attacks-and-defences-competition
89-
type: model-index
90-
Type: model-index
91+
Weights: https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/adv_inception_v3-9e27bd63.pth
92+
Results:
93+
- Task: Image Classification
94+
Dataset: ImageNet
95+
Metrics:
96+
Top 1 Accuracy: 77.58%
97+
Top 5 Accuracy: 93.74%
9198
-->

0 commit comments

Comments
 (0)