Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Til
- LSTM
- ai tech
- nn.Sequential
- 네이버 부스트캠프
- tril
- GRU
- RNN
- ubuntu
- kernel density estimation
- Chrome Remote Desktop
- Linux
- 크롬 원격 데스크톱
- triu
- kde
- band_part
- error
- pytorch
- forward
- tensorflow
Archives
- Today
- Total
목록band_part (1)
무슨 생각을 해 그냥 하는거지
[TensorFlow] tensorflow.linalg.band_part
공식 문서: https://www.tensorflow.org/api_docs/python/tf/linalg/band_part tf.linalg.band_part | TensorFlow Core v2.8.0 Copy a tensor setting everything outside a central band in each innermost matrix to zero. www.tensorflow.org tensorflow.linalg.band_part(input, num_lower, num_upper, name=None) input: A Tensor. Rank k tensor num_lower: A Tensor. 보존할 subdiagonals의 수. 음수면 모든 lower triangle을 보존함 num_up..
COMPUTER/Deep Learning
2022. 2. 14. 13:34