Image Classification
Transformers
PyTorch
Inference Endpoints
Francesco commited on
Commit
f75e155
1 Parent(s): f1cdf01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,10 +1,11 @@
 
 
 
 
 
1
 
2
- #---
3
- # tags:
4
- # - image-classification
5
- # datasets:
6
- # - imagenet
7
  # resnet26
 
8
  Implementation of ResNet proposed in [Deep Residual Learning for Image
9
  Recognition](https://arxiv.org/abs/1512.03385)
10
 
 
1
+ #---
2
+ # tags:
3
+ # - image-classification
4
+ # datasets:
5
+ # - imagenet
6
 
 
 
 
 
 
7
  # resnet26
8
+
9
  Implementation of ResNet proposed in [Deep Residual Learning for Image
10
  Recognition](https://arxiv.org/abs/1512.03385)
11