Skip to content

Commit

Permalink
Update backend.md [201-300]
Browse files Browse the repository at this point in the history
keras-team#78
Update[3] translation script line 201-300
  • Loading branch information
magh0 authored Nov 1, 2019
1 parent ac48e3a commit a057538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ keras.backend.set_floatx(floatx)
```


디폴트 float 타입을 설정합니다.
기본 실수형 타입을 설정합니다.

__Arguments__

- __floatx__: String, 'float16', 'float32', or 'float64'.
- __floatx__: <sag>String</sag>, 'float16', 'float32', or 'float64'.

__Example__

Expand All @@ -256,7 +256,7 @@ keras.backend.cast_to_floatx(x)
```


NumPy 배열을 Keras의 디폴트 float 타입으로 변환합니다.
NumPy 배열을 Keras의 기본 실수형 타입으로 변환합니다.

__Arguments__

Expand Down

0 comments on commit a057538

Please sign in to comment.