반응형
사실 너무 간단하고 당연한 방법이라 엄청 빨리 해결해서..
포스팅할 가치가 있는지는 모르겠지만 고냥 초보자를 위해!
boolean이 들어있는 list에서 값을 뽑아오려니 bool object는 iterable하지 않다는 에러 발생
그래서 str으로 바꿔줬다.
반응형
'관심있는 주제 > Error' 카테고리의 다른 글
ValueError: Error when checking input: expected lstm_input to have 3 dimensions, but got array with shape (212, 6) (0) | 2020.04.02 |
---|---|
ValueError: Found array with dim 4. MinMaxScaler expected <= 2. (0) | 2020.04.02 |
ValueError : Must pass 2-d Input (0) | 2019.07.17 |
TypeError: zip argument #1 must support iteration (0) | 2019.07.10 |
ValueError : setting an array element with a sequence (0) | 2019.07.09 |