Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update backend.md #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update backend.md #39

wants to merge 1 commit into from

Conversation

taegeon-ryan
Copy link

매끄럽게 읽히도록 편집했습니다.

매끄럽게 읽히도록 편집했습니다.
@taegeon-ryan
Copy link
Author

taegeon-ryan commented Feb 20, 2019

원문과 비교하는 과정에서 Backend Functionsbackend 함수가 빠져 있다는 것을 확인하고 채워 넣었습니다.

* `epsilon`: Float, a numeric fuzzing constant used to avoid dividing by zero in some operations.
* `floatx`: String, `"float16"`, `"float32"`, or `"float64"`. Default float precision.
* `backend`: String, `"tensorflow"`, `"theano"`, or `"cntk"`.
* `image_data_format`: `"channels_last"` 또는 `"channels_first"`. Keras가 따를 데이터 포맷 규칙을 결정합니다. (`keras.backend.image_data_format()`이 반환합니다.)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image_data_format: "channels_last" 또는 "channels_first".
image_data_format 의 데이터 타입을 알려주는 String은 다시 넣어주는게 좋을 것 같습니다.
기타 아래 항목에서도 마찬가지로 적용하면 좋겠네요.

@fuzzythecat fuzzythecat added the enhancement New feature or request label Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants