728x90
728x90


"이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."


[Python] requests로 https 요청 시 SSL warning 없애기
IT/Python 2024. 4. 1. 20:53

파이썬으로 request 모듈로 https를 요청할 때 인증서 verify를 false로 하는 경우 발생하는 SSL 경고 메시지를 없애는 방법입니다. https 요청하기 python 으로 https 요청 할 때 ssl 인증서를 검증받지 않도록 하는 옵션을 사용할 수 있습니다. requests.post(url, data, verify=False) 이 경우 요청 시 에 다음과 같은 오류 메시지가 계속해서 출력됩니다. Unverified HTTPS Request...... request is being made to host '192.168.1.100'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.i..

[입트영] Waiting for a baby - 2024.3.22
스터디/영어 2024. 4. 1. 20:38

EBS 입이 트이는 영어 2024.3.22 Waiting for a Baby Waiting for a Baby 본문 Hearing the story of waiting for a baby among the topics in the April issue of 입트영 study material, I could relate to storyteller's feelings. I too went through challenging times due to infertility. When my husband and I couldn't conceive after 4 years of marriage, we went to get checked up. We were told at the clinic that chances w..

[입트영] Banyan Rubber Tree - 2024.3.21
스터디/영어 2024. 3. 31. 20:43

EBS 입이 트이는 영어 2024.3.21 Banyan Rubber Tree Banyan Rubber Tree 본문 A while ago I received a banyan rubber tree branch as a gift. The person who gave it to me said that if I place it in a water fine roots would grow from it after two weeks. Then I could move it to a flower pot. I immediately put the plan into action. I searched for information online and did the best I could to quickly obtain roots..

[입트영] Making Friend with a celebrity - 2024.3.20
스터디/영어 2024. 3. 30. 22:20

EBS 입이 트이는 영어 2024.3.20 Making Friend with a celebrity Making Friend with a celebrity 본문 Ten years ago in a TV drama I saw an actor portraying the role of a Korean dad in his late 40s. He was so convincing that I felt a strong connection with him. When I found out that the actor was the same ages me, I was struck with thought it would be nice to be friend with him. One day I learned about a cafe..

[개발자를 위한 LLM] 트랜스포머 구조 상세 (Transformer Detailed Architecture)
IT/Large Language Model 2024. 3. 29. 16:02

이번 포스팅에서는 트랜스포머의 인코더, 디코더에 대해서 더 상세하게 알아보겠습니다. 트랜스포머의 상세 구조 트랜스포머는 크게 인코더와 디코더 두 부분으로 나뉩니다. 인코더, 디코더는 여러 개의 동일한 레이어로 구성되어 있으며, 이러한 레이어들이 N번 겹쳐 있는 구조를 가집니다(Nx). 이제 트랜스포머의 각 구성요소에 대해서 좀 더 자세히 알아보겠습니다. 포지셔널 인코딩 (Positional Encoding) 트랜스포머 모델은 입력 시퀀스를 일련의 벡터로 변환해 처리합니다. 그러나 모델은 순서 정보를 자동으로 감지하지 못하기 때문에, 순서를 명시하지 않으면 'this is a cat'과 'cat a is this'를 구별할 수 없습니다. 즉, 모델에게 두 시퀀스가 동일한 벡터 표현을 가질 수 있음을 구분할..

[Windows] 윈도우10 작업표시줄 시계에 요일 표시하기
IT/Windows 2024. 3. 29. 11:51

윈도우10 작업표시줄 오른쪽에 있는 시계에 요일을 표시하는 방법을 알아보겠습니다. 1. 우클릭해서 [날짜/시간 조정]을 누름 2. 관련설정에 [날짜, 시간 및 사용지역 언어] 선택 3. [추가 날짜, 시간 및 국가별 설정] 선택 4. [날짜, 시간 또는 숫자 형식 변경] 선택 5. 추가 설정 클릭 6. 날짜 탭으로 가서 요일이 표시되도록 변경 후 적용 및 확인 이상 윈도우10 작업표시줄 시계에서 요일을 표시하는 방법을 알아보았습니다.

728x90
728x90