taquynhnga commited on
Commit
d5f432a
1 Parent(s): dcace4e

Update pages/2_SmoothGrad.py

Browse files
Files changed (1) hide show
  1. pages/2_SmoothGrad.py +2 -2
pages/2_SmoothGrad.py CHANGED
@@ -34,8 +34,8 @@ instruction_text = """Users need to input the model(s), type of image set and im
34
  1. Choose model: Users can choose one or more models for comparison.
35
  There are 3 models supported: [ConvNeXt](https://huggingface.co/facebook/convnext-tiny-224),
36
  [ResNet](https://huggingface.co/microsoft/resnet-50) and [MobileNet](https://pytorch.org/hub/pytorch_vision_mobilenet_v2/).
37
- These 3 models have similar number of parameters.
38
- 2. Choose type of Image set: There are 2 types of Image set. They are _User-defined set_ and _Random set_.
39
  3. Image set setting: If users choose _User-defined set_ in Image set,
40
  users need to enter a list of image IDs separated by commas (,). For example, `0,1,4,7` is a valid input.
41
  Check the page [ImageNet1k](/ImageNet1k) to see all the Image IDs.
 
34
  1. Choose model: Users can choose one or more models for comparison.
35
  There are 3 models supported: [ConvNeXt](https://huggingface.co/facebook/convnext-tiny-224),
36
  [ResNet](https://huggingface.co/microsoft/resnet-50) and [MobileNet](https://pytorch.org/hub/pytorch_vision_mobilenet_v2/).
37
+ These 3 models have similar number of parameters.
38
+ 2. Choose type of Image set: There are 2 types of Image set. They are _User-defined set_ and _Random set_.
39
  3. Image set setting: If users choose _User-defined set_ in Image set,
40
  users need to enter a list of image IDs separated by commas (,). For example, `0,1,4,7` is a valid input.
41
  Check the page [ImageNet1k](/ImageNet1k) to see all the Image IDs.