일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- CARLA simulator
- 기능과 역할
- Branch 활용 개발
- DOTA dataset
- VOC 변환
- Custom Animation
- 크롤링
- paper review
- Git
- Towards Deep Learning Models Resistant to Adversarial Attacks
- Docker
- 사회초년생 추천독서
- Carla
- 개발흐름
- Linux build
- 객체 탐지
- Object Detection Dataset 생성
- TensorFlow Object Detection API install
- TensorFlow Object Detection Model Build
- 리눅스 빌드
- DACON
- AI Security
- 커스텀 애니메이션 적용
- 논문 분석
- InstructPix2Pix
- 논문분석
- TensorFlow Object Detection 사용예시
- Paper Analysis
- TensorFlow Object Detection Error
- object detection
Archives
- Today
- Total
목록도커 (1)
JSP's Deep learning
[Docker] nvidia/vulkan 이미지 빌드
1. Dockerfile 다운로드 git clone https://gitlab.com/nvidia/container-images/vulkan.git 2. 이미지 빌드 docker build --pull -t \ nvidia/vulkan:1.3-470 \ --build-arg BASE_DIST=ubuntu20.04 \ --build-arg CUDA_VERSION=11.4.2 \ --build-arg VULKAN_SDK_VERSION=`curl -sk https://vulkan.lunarg.com/sdk/latest/linux.txt` \ --file docker/Dockerfile.ubuntu . 3. 컨테이너 생성 docker run -itd --gpus all --name test -e NVIDIA_D..
카테고리 없음
2023. 2. 18. 13:39