AI Diary

고정 헤더 영역

글 제목

메뉴 레이어

AI Diary

메뉴 리스트

  • 홈
  • 태그
  • 방명록
  • 글쓰기
  • 분류 전체보기 (20)
    • Machine Learning (11)
    • Transformers (1)
    • Etc. (3)
    • ML Papers (2)

검색 레이어

AI Diary

검색 영역

컨텐츠 검색

Etc.

  • VSCode Debugging을 위한 launch.json 설정

    2023.05.11 by 땅콩또복

  • How to setup everything

    2022.11.27 by 땅콩또복

  • Github 간단 사용법

    2022.11.08 by 땅콩또복

VSCode Debugging을 위한 launch.json 설정

VScode를 이용하여 Debugging을 위하여 argparse와 별도의 parameters를 입력으로 받을 수 없는 VScode를 위하여 아래와 같이 설계하면 Debugging이 가능하다. 아래와 같이 launch.json 파일을 만들어 주면 끝! { "version": "0.2.0", "configurations": [ { "name": "Debug test.py", //파일 이름 "type": "python", //Script type "request": "launch", // "module": "torch.distributed.launch", //-m torch.distributed.launch "program": "${workspaceFolder}/tools/test.py", //실행하고자 하..

Etc. 2023. 5. 11. 21:26

How to setup everything

Interpreter + Deployment 설정 1. Deployment 설정 2. Interpreter 설정 Python command 관련 명령어 Download wget [url] $ wget https://chromedriver.storage.googleapis.com/77.0.3865.40/chromedriver_linux64.zip 다운로드 + 파일 이름 변경 특정 경로에 파일을 다운로드하려면 -O옵션에 디렉토리 위치를 함께 입력하면 됩니다. # wget [url] -O [dir / file name] $ wget https://chromedriver.storage.googleapis.com/77.0.3865.40/chromedriver_linux64.zip -O files/driver.zi..

Etc. 2022. 11. 27. 19:07

Github 간단 사용법

매번 까먹는 Github 명령어를 저장저장 1. 자주 사용하는 Git 명령어 List Command Description 비고 git 명령어 --help 도움발 보기 git init Repository 초기화 .git 이 생성 git status Working directory의 상태를 알려줌 git add Working directory→Staging area 로 이동 git commit 새로운 버젼 만들기 (Staging area→local repository에 보내기) -am : add 안하고 바로 commit 진행 git log 지금까지는 모든 history (버젼 확인) git log --decorate --graph --oneline --all git log stat git log -p git..

Etc. 2022. 11. 8. 19:36

추가 정보

인기글

최신글

페이징

이전
1
다음
TISTORY
AI Diary © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바