반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- evaluating object hallucination in large vision-language models 논문
- dinov2 논문 리뷰
- vlm 환각이란
- 원격 학습 안끊기게
- 딥러닝 엔트로피
- 논문 요약
- clip
- 딥러닝 목적함수
- vlm 환각
- 객체 검출
- mobilenetv1
- evaluating object hallucination in large vision-language models paper
- dinov2: learning robust visual features without supervision 논문 리뷰
- vlm hallucination paper
- 이미지 필터링
- dinov2: learning robust visual features without supervision
- 에지 검출
- 엔트로피란
- vlm hallucination
- Object detection article
- dinov2: learning robust visual features without supervision 논문
- vlm
- blip-2
- 1차 미분 마스크
- evaluating object hallucination in large vision-language models
- object detection
- 기계학습
- clip adapter
- 논문 리뷰
- polling-based object probing evaluation
Archives
- Today
- Total
목록ssh 원격 학습 안끊기게 (1)
My Vision, Computer Vision
[SSH 원격 접속] 딥러닝 학습 안끊기게 설정하는 법, 세션유지
컴퓨터에 원격으로 접속해서 학습을 하다보면 세션이 다운되어 학습이 끊겨버리는 일이 많이 발생합니다. 이번 글에서는 학습이 안끊기게 설정하는 방법을 알아보겠습니다. 1. sshd_config 파일 열기$ sudo vim /etc/ssh/sshd_config 2. sshd_config 파일을 열고 "/client"로 검색하면 #ClientAliveInterval 0#ClientAliveCountMax 3 위처럼 설정되어있을 텐데, #ClientAliveInterval 180#ClientAliveCountMax 5 로 바꾸어줍니다. ClientAliveInterval은 클라이언트가 서버로 보내는 신호의 간격(초)를 의미하는데, 0은 보내지 않는다는 것을 의미합니다.ClientAliveCountMax는 클라이..
환경 설정
2024. 5. 9. 15:38