tf.Variable(tf.random_normal(
[tf.cast(hidden.shape[1], tf.int32) , tf.cast(representation.shape[0],tf.int32)]),
dtype=dtype, name='w3_T')
- tf.Variable: 변수 생성
- tf.random_normal: Outputs random values from a normal distribution.
- tf.cast: Casts a tensor to a new type.
- tf.random_normal: Outputs random values from a normal distribution.
'Coding > Stuffs' 카테고리의 다른 글
Debugging learning (0) | 2023.12.13 |
---|---|
Docker/Linux 환경에서 자주 쓰이는 command 모음 (0) | 2022.11.16 |
[Linux] Useful tools (0) | 2022.11.06 |
[Settings] USB를 이용한 Windows - Ubuntu 멀티 부팅 (0) | 2021.06.24 |