Skip to content

Commit

Permalink
Merge pull request #2 from tiagogmarques/master
Browse files Browse the repository at this point in the history
Corrected README.md
  • Loading branch information
tiagogmarques authored Jun 30, 2020
2 parents d8ba817 + e83e224 commit 87280bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ A family of biologically-inspired Convolutional Neural Networks (CNNs). VOneNets
[read more...](#longer-motivation)

## Available Models
*(Click on model names to download the weights of ImageNet-trained models. Note that you do not need to download the weights manually.)*
*(Click on model names to download the weights of ImageNet-trained models. Alternatively, you can use the function get_model in the vonenet package to download the weights.)*

| Name | Description |
| -------- | ------------------------------------------------------------------------ |
| [VOneResNet50](https://vonenet-models.s3.us-east-2.amazonaws.com/voneresnet50_e70.pth.tar) | Our best performing VOneNet with a ResNet50 back-end |
| [VOneCORnet-S](https://vonenet-models.s3.us-east-2.amazonaws.com/vonecornets_e70.pth.tar) | VOneNet with a recurrent neural network back-end based on the CORnet-S |
| [CORnet-S](https://vonenet-models.s3.us-east-2.amazonaws.com/vonealexnet_e70.pth.tar) | VOneNet with a back-end based on AlexNet |
| [VOneAlexNet](https://vonenet-models.s3.us-east-2.amazonaws.com/vonealexnet_e70.pth.tar) | VOneNet with a back-end based on AlexNet |


## Quick Start
Expand Down

0 comments on commit 87280bb

Please sign in to comment.