You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: official/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,15 @@ In the near future, we will add:
43
43
|-------|-------------------|
44
44
|[MNIST](vision/image_classification)| A basic model to classify digits from the [MNIST dataset](http://yann.lecun.com/exdb/mnist/)|
45
45
|[ResNet](vision/image_classification)|[Deep Residual Learning for Image Recognition](https://arxiv.org/abs/1512.03385)|
46
+
|[EfficientNet](vision/image_classification)|[EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks](https://arxiv.org/abs/1905.11946)|
46
47
47
48
#### Object Detection and Segmentation
48
49
49
50
| Model | Reference (Paper) |
50
51
|-------|-------------------|
51
52
|[RetinaNet](vision/detection)|[Focal Loss for Dense Object Detection](https://arxiv.org/abs/1708.02002)|
The pre-trained ResNet-50 checkpoint can be downloaded [here](https://storage.cloud.google.com/cloud-tpu-checkpoints/model-garden-vision/detection/resnet50-2018-02-07.tar.gz).
`MODEL_DIR` needs to point to the trained path of ShapeMask model.
386
+
Change `strategy_type=mirrored` and `num_gpus=1` to run on a GPU.
387
+
258
388
Note: The JSON groundtruth file is useful for [COCO dataset](http://cocodataset.org/#home) and can be
259
389
downloaded from the [COCO website](http://cocodataset.org/#download). For custom dataset, it is unncessary because the groundtruth can be included in the TFRecord files.
0 commit comments