Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 361 Bytes

CV-Dimension_compute.md

File metadata and controls

10 lines (5 loc) · 361 Bytes

Computer vision : Different dimension computation Error

ValueError: operands could not be broadcast together with shapes (4,3) (4,)

참고 링크 : https://rfriend.tistory.com/287

원인 : 호환되는 차원끼리의 연산이 아닐 시 발생
해결 : 차원을 일치시키거나, 변환하는 인터페이스 코드를 만들어 준다.