기본형태
tf.keras.backend.not_equal
tf.keras.backend.not_equal(x, y)
Returns:
A bool tensor.
- Element-wise inequality between two tensors.
tf.keras.backend.cast
tf.keras.backend.cast(x, dtype)
Returns:
Keras tensor with dtype `dtype`.
- Casts a tensor to a different dtype and returns it.
반응형
'IT > Python' 카테고리의 다른 글
aws s3 upload image using boto3, 이미지 올리기 (0) | 2019.04.20 |
---|---|
dataframe, head(), show all columns (0) | 2019.04.18 |
keras Masking Test (0) | 2019.03.13 |
여러개의 DB를 Django 장고에 연동시키기 (0) | 2018.11.12 |
/usr/bin/python3: No module named pip (0) | 2018.02.23 |