메인 콘텐츠로 건너뛰기

View the source code

히스토그램을 위한 wandb 클래스입니다.
이 오브젝트는 numpy의 histogram 함수와 똑같이 작동합니다. https://docs.scipy.org/doc/numpy/reference/generated/numpy.histogram.html

예시:

시퀀스에서 히스토그램 생성
np.histogram에서 효율적으로 초기화합니다.