Update backend.md#39
Open
taegeon-ryan wants to merge 1 commit intokeras-team:masterfrom
taegeon-ryan:patch-1
Open
Update backend.md#39taegeon-ryan wants to merge 1 commit intokeras-team:masterfrom taegeon-ryan:patch-1
taegeon-ryan wants to merge 1 commit intokeras-team:masterfrom
taegeon-ryan:patch-1
Conversation
매끄럽게 읽히도록 편집했습니다.
Author
|
원문과 비교하는 과정에서 |
GzuPark
reviewed
Feb 26, 2019
| * `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()`이 반환합니다.) |
There was a problem hiding this comment.
image_data_format: "channels_last" 또는 "channels_first".
image_data_format 의 데이터 타입을 알려주는 String은 다시 넣어주는게 좋을 것 같습니다.
기타 아래 항목에서도 마찬가지로 적용하면 좋겠네요.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
매끄럽게 읽히도록 편집했습니다.