mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Merge pull request #2405 from JosuaRieder/add_missing_paper_title
Add missing paper title
This commit is contained in:
commit
7fa37c1f26
@ -33,7 +33,7 @@ A more exciting view (with pretty pictures) of the models within `timm` can be f
|
||||
## DLA
|
||||
|
||||
* Implementation: [dla.py](https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/dla.py)
|
||||
* Paper: https://arxiv.org/abs/1707.06484
|
||||
* Paper: `Deep Layer Aggregation` - https://arxiv.org/abs/1707.06484
|
||||
* Code: https://github.com/ucbdrive/dla
|
||||
|
||||
## Dual-Path Networks
|
||||
@ -78,14 +78,14 @@ A more exciting view (with pretty pictures) of the models within `timm` can be f
|
||||
## NASNet-A
|
||||
|
||||
* Implementation: [nasnet.py](https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/nasnet.py)
|
||||
* Papers: `Learning Transferable Architectures for Scalable Image Recognition` - https://arxiv.org/abs/1707.07012
|
||||
* Paper: `Learning Transferable Architectures for Scalable Image Recognition` - https://arxiv.org/abs/1707.07012
|
||||
* Code: https://github.com/Cadene/pretrained-models.pytorch
|
||||
* Reference code: https://github.com/tensorflow/models/tree/master/research/slim/nets/nasnet
|
||||
|
||||
## PNasNet-5
|
||||
|
||||
* Implementation: [pnasnet.py](https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/pnasnet.py)
|
||||
* Papers: `Progressive Neural Architecture Search` - https://arxiv.org/abs/1712.00559
|
||||
* Paper: `Progressive Neural Architecture Search` - https://arxiv.org/abs/1712.00559
|
||||
* Code: https://github.com/Cadene/pretrained-models.pytorch
|
||||
* Reference code: https://github.com/tensorflow/models/tree/master/research/slim/nets/nasnet
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user