일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 딥러닝
- Perceptron
- TensorFlow
- loss
- qtdesigner
- keras
- TFRecord
- 블록체인
- 유로화
- 유가 급등
- itksnap
- numpy
- 퍼셉트론
- TF
- 비트코인
- Training
- deeplearning
- 브렉시트
- img
- opencv
- cv2
- 세계사
- error
- terminal
- DataSet
- 세계대전
- pyqt
- Python
- Inference
- dtype
Archives
- Today
- Total
목록ubuntu (2)
활연개랑
[Linux] zip 압축해제 ERROR : extra bytes at beginning or within zipfile
다음 에러는 윈도우에서 압축한 파일을 리눅스에서 unzip할 경우 발생하게 됩니다. 따라서 다음과 같이 zip파일을 리눅스용 zip으로 바꿔준 후에 unzip하시면 에러가 뜨지 않고 압축을 해제할 수 있습니다. zip -FFv 원본.zip --out 리눅스용압축파일이름.zip unzip 리눅스용알집파일이름.zip
딥러닝
2022. 6. 15. 09:26
[ERROR 해결] Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl.
Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl. plt.imshow()를 실행하는 와중에 다음과 같은 오류가 발생하였습니다. 저는 현재 Linux Ubuntu20.04를 사용하고 있고, 위 문제는 우분투에서만 나타나는 오류로 확인됩니다.. QT5.15버전부터 호환이 안되는 것으로 보입니다. 따라서 $ Pip list|grep Qt 위 코드를 사용하여 Qt 리스트를 확인하고 모두 uninstall 시켜준 후에, $ pip install PyQt5==5.14.2..
Python
2022. 4. 12. 15:18