728x90
last, first, vertical, horizontal = parafac(W, rank=rank, init='random')
위와 같이 코드를 작성하면 4개가 출력될줄 알았는데 2개가 출력된다. 이럴때 두 번째 값을 indexing해주면 된다.
last, first, vertical, horizontal = parafac(W, rank=rank, init='random')[1]
[ref]
728x90
'Temp' 카테고리의 다른 글
[Pytorch] Optimizer learning rate 가져오기 (0) | 2021.11.27 |
---|---|
[Pytorch] model 불러와서 resume 하는 방법 (0) | 2021.11.27 |
[Python] Dictionary Key Name 수정 (0) | 2021.11.26 |
[CV2] ImportError: libGL.so.1: cannot open shared object file: No such file or directory (0) | 2021.11.26 |
[Anaconda] 안쓰는 패키지 정리 (0) | 2021.11.26 |