Skip to content

Commit

Permalink
Removed shuffleNet Models
Browse files Browse the repository at this point in the history
  • Loading branch information
etetteh committed Sep 14, 2021
1 parent 421483b commit ecf9fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To train the **Balanced Mini-Batching** model, we run the same code above with s
```
python chest.py --arch densenet121 --pretrained --weight_decay=0.0 --split 0 --valid_data mc --seed 0
```
If no model architecture is specified, the code trains all the following architectures: `resnet50`, `shufflenet_v2_x0_5`, `shufflenet_v2_x1_0`, and `densenet121`.
If no model architecture is specified, the code trains all the following architectures: `resnet50`, and `densenet121`.

### Inference using the XRV model
To perform inference using the DenseNet model with pretrained weights from [torchxrayvision](https://github.com/mlmed/torchxrayvision), run the following line of code:
Expand Down

0 comments on commit ecf9fd4

Please sign in to comment.