{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: train.py",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/train.py",
"args" : ["--base_config", "my_config.json", "--output", "my_out_dir", "--training.num_gpus", "8"]
}
]
}
프로젝트 root path의
.vscode/luanch.json 의 내용을 이런식으로 세팅해서 사용 할 수 있다.
'Study > 프로그래밍' 카테고리의 다른 글
Shell script 로그 남기기 (0) | 2021.11.17 |
---|---|
virtualenv를 이용해 특전 버전 python 가상 환경 만들기 (0) | 2021.10.20 |
CSV파일 데이터로 대시보드 만들기 (feat. ELK) (0) | 2021.10.15 |
마크다운 쉽게 쓰기 (0) | 2021.03.24 |
github 에 PR메세지 포맷 설정하기 (0) | 2021.03.17 |
댓글