반응형
코드를 실행하면이 경고가 항상 4 개의 그룹으로 산발적으로 표시됩니다. 특정 문 앞뒤에 디버그 메시지를 배치하여 출처를 정확히 찾아내어 소스를 찾으려고했습니다.
Warning: invalid value encountered in double_scalars
Warning: invalid value encountered in double_scalars
Warning: invalid value encountered in double_scalars
Warning: invalid value encountered in double_scalars
이것은 Numpy 경고이며 이중 스칼라는 무엇입니까?
Numpy에서 사용
min(), argmin(), mean() and random.randn()
또한 Matplotlib를 사용합니다.
해결 방법
참조 페이지 https://stackoverflow.com/questions/3767409
반응형
'파이썬' 카테고리의 다른 글
파이썬 re.finditer와 re.findall의 다른 동작 (0) | 2020.11.03 |
---|---|
파이썬 Selecting columns with condition on Pandas DataFrame (0) | 2020.11.03 |
파이썬 What is the difference between 'SAME' and 'VALID' padding in tf.nn.max_pool of tensorflow? (0) | 2020.11.03 |
파이썬 Pandas는 문자열에서 숫자를 추출합니다. (0) | 2020.11.03 |
파이썬 TypeError : 'Tensor'개체는 TensorFlow에서 항목 할당을 지원하지 않습니다. (0) | 2020.11.03 |
댓글