Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfeather-wang committed Apr 25, 2020
1 parent c65d6c9 commit 7ca9e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Image classification on CIFAR/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Image classification on CIFAR
# Image Classification on CIFAR

## Requirements
- python 3.5.4
Expand Down Expand Up @@ -45,7 +45,7 @@ CUDA_VISIBLE_DEVICES=0 python train.py --dataset cifar100 --model shake_shake --



## Usage for other models
## Usage for Other Models

To apply ISDA to other models, the final fully connected layer needs to be explicitly defined:

Expand Down Expand Up @@ -83,7 +83,7 @@ loss, output = criterion(model, fc, input_var, target_var, ratio)



## Argument description
## Argument Description

--dataset : cifar10 or cifar100

Expand Down

0 comments on commit 7ca9e6d

Please sign in to comment.