keras-team / keras-docs-zh

Chinese (zh-cn) translation of the Keras documentation.
https://keras.io/zh/
795 stars 263 forks source link

Update applications.md #49

Open ypwhs opened 6 years ago

gaussic commented 6 years ago

Arguments

It seems a little bit different to the English version.

ypwhs commented 6 years ago

Note that only TensorFlow is supported for now, therefore it only works with the data format image_data_format='channels_last' in your Keras config at ~/.keras/keras.json.

gaussic commented 6 years ago

Then you should add the translation of this line in the new document.

ypwhs commented 6 years ago

注意,该模型目前仅能在 TensorFlow 后端使用,因此它只支持 channels_last 的维度顺序(高度、宽度、通道),可以在 ~/.keras/keras.json Keras 配置文件中设置。

https://github.com/keras-team/keras-docs-zh/blame/5591261f78e2646493469f87aa97b77646e4b0d9/sources/applications.md#L539

gaussic commented 6 years ago

Sorry,我的失误。

但是,原文提到的是:

Note that only TensorFlow is supported for now

指的是目前暂时只支持 TensorFlow,未来是否支持其他 backend 并没有明说,所以直接精简化英文文档的做法是否过于主观?

我个人的观点还是坚持按照英文文档翻译较好。

ypwhs commented 6 years ago

同意,未来如果支持了其他框架,我们可以删去刚才那句,然后把不同维度的说明加上。

(然而不知道还会不会支持其他框架