window104 anaconda에서 git 설치 및 git clone 세부사항 환경 :window 10git : 2.40.1ananconda :24.02.01 pip install git conda install git git --version Local 저장소 만들기git init Remote 저장소 주소 추가 git remote add [저장소명] [github repo URL] ( 저장소 이름은 origin으로 하자!)git remote rename [기존 이름] [변경할 이름] Remote 저장소 헤제 원하는 파일을 Git Repo에 올리고 싶음 mkdir [파일이름]git initgit remote- v git remote set-url origin [token]@[repo URL]git add .git commit -m "[커밋 메시지]"git push ori.. 2024. 7. 7. LG 그램, os 듀얼부팅 환경설정 sudo dmidecode -t system 모델 : 15ZD90N-VX50Kos : window 10 / ubuntu 22.04 1. 파티션 분할 https://www.lge.co.kr/support/solutions-20150150295305 스스로 해결 : [LG 노트북] Windows 파티션 분할 방법이 궁금해요 | LG전자 고객지원LG전자 서비스는 그램/노트북(20150150295305) 제품에 대한 문제를 빠르게 진단하고 해결할 수 있도록 도와드리겠습니다. 제품별 다양한 문제를 해결해보세요.www.lge.co.kr 2. ubuntu 설치linux를 사용하기 위해서 설치,,!usb를 이용해서 노트북에 설치[링크] 3. ubuntu 앱 깔기sudo apt update && sudo apt .. 2024. 7. 4. [Labelme] labelme(라벨링) 사용을 위한 환경 조성 os : window 10환경 : anaconda 3 https://github.com/labelmeai/labelme?tab=readme-ov-file#anaconda (labelme) C:\Users\jaeho>pip install labelmeCollecting labelme Using cached labelme-5.4.1.tar.gz (1.4 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [12 lines of output] Traceback (most r.. 2024. 5. 30. window에서 tensorflow-gpu 사용하기 리눅스 os가 아닌 window10에서도 딥러닝(with tensorflow)을 돌릴 수 있도록 메뉴얼을 만들어보았다. https://www.tensorflow.org/install/source_windows?hl=ko#tested_build_configurations 1. Python 설치이미 3.10이 설치되어 있어서 생략함https://www.python.org/downloads/ Download PythonThe official home of the Python Programming Languagewww.python.org 2. CUDA와 cuDNN 설치 - CUDA https://developer.nvidia.com/cuda-11.2.0-download-archive?target_os=W.. 2024. 5. 29. 이전 1 다음