전체 글 (130) 썸네일형 리스트형 [에러 해결] Error loading webview: Error: Could not register service worker / restart code Error loading webview: Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state Error loading webview: Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid statError loading webview: Error: Could not register service worker: InvalidStateError: Fai.. [에러 해결] Boolean value of Tensor with more than one value is ambiguous / cuda에서 cpu로 Boolean value of Tensor with more than one value is ambiguous Boolean value of Tensor with more than one value is ambiguousBoolean value of Tensor with more than one value is ambiguous np.any(mylist, axis=1) Tensor boolean 이 모호하다 라는 에러가 발생했다 해결: type cuda를 cpu로 바꾸 원래 type이 cuda() device에 있었는데 cpu로 바꾸니까 np.any 코드가 돌아갔다. 결국 문제가 되는 mylist.cpu() 를 해서 해결했다 Referencehttps://velog.io/@xdfc17.. [에러 해결] libstdc++.so.6: version `GLIBCXX_3.4.29' not found / pip install --upgrade libstdc++.so.6: version `GLIBCXX_3.4.29' not found libstdc++.so.6: version `GLIBCXX_3.4.29' not found libstdc++.so.6: version `GLIBCXX_3.4.29' not found 코드를 돌리는 중 libstdc++ not found 에러가 떴다 해결할 수 있는 방법은 크게 두 가지 있다 해결1: 패키지 업그레이드 패키지 업데이트 보통 이 에러가 나는 이유는 패키지가 최신 버전이 아니라서다 pip install -U --force-reinstall scipypip install --upgrade pandas 순서대로 실행해보고 안되면 pip 자체를 업그레이드 하는 등의 조치를 취해야 한다. .. 이전 1 ··· 30 31 32 33 34 35 36 ··· 44 다음