提交 0de2adf0 编写于 作者: F fuzzythecat 提交者: Taehoon Lee

Fix doc (#10308)

* Fix naming convention

* Add missing doc
上级 9bff5b1a
......@@ -18,6 +18,7 @@ Weights are downloaded automatically when instantiating a model. They are stored
- [MobileNet](#mobilenet)
- [DenseNet](#densenet)
- [NASNet](#nasnet)
- [MobileNetV2](#mobilenetv2)
All of these architectures (except Xception and MobileNet) are compatible with both TensorFlow and Theano, and upon instantiation the models will be built according to the image data format set in your Keras configuration file at `~/.keras/keras.json`. For instance, if you have set `image_data_format=channels_last`, then any model loaded from this repository will get built according to the TensorFlow data format convention, "Height-Width-Depth".
......@@ -739,7 +740,7 @@ These weights are released under [the Apache License](https://github.com/tensorf
-----
## mobilenet v2
## MobileNetV2
```python
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册