일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Docker
- 논문 분석
- Branch 활용 개발
- 커스텀 애니메이션 적용
- DOTA dataset
- Object Detection Dataset 생성
- AI Security
- CARLA simulator
- Carla
- Git
- TensorFlow Object Detection Model Build
- 크롤링
- 개발흐름
- 사회초년생 추천독서
- VOC 변환
- TensorFlow Object Detection Error
- 객체 탐지
- Towards Deep Learning Models Resistant to Adversarial Attacks
- object detection
- Custom Animation
- Paper Analysis
- InstructPix2Pix
- 리눅스 빌드
- paper review
- 논문분석
- TensorFlow Object Detection API install
- DACON
- Linux build
- TensorFlow Object Detection 사용예시
- 기능과 역할
Archives
- Today
- Total
JSP's Deep learning
[Deep Learning - Useful library] Jupyter Notebook 본문
Deap learning/Useful library
[Deep Learning - Useful library] Jupyter Notebook
_JSP_ 2023. 5. 22. 19:13일반적인 설치 방법으로 설치되지 않을 때, 다음의 명령어를 통해서 정상적인 설치가 가능하다.
(기존에 설치가 된 경우에도 사용가능하다)
# 1.
pip3 install --upgrade --force-reinstall --no-cache-dir jupyter
# 2.
pip3 uninstall notebook
# 3.
pip3 install --upgrade notebook
'Deap learning > Useful library' 카테고리의 다른 글
[Deep learning - Useful library] mmdetection 설치 및 테스트 (0) | 2023.03.29 |
---|---|
[Deep learning - Useful Library] 0. pycaret 머신러닝 라이브러리 (0) | 2022.06.04 |