몰몬 트랜스 휴머니즘에 대한 GPT-3 인터뷰
https://lincoln.metacannon.net/2021/01/i-interviewed-gpt-3-about-mormon-transhumanism.html AI 연구 및 머신 러닝에 대한 뉴스에 관심이 있다면 GPT-3에 대해 들어 보셨을 것입니다. 인간과 유사한…
Exploiting Contemporary ML
https://wonjae.kim/blog/2021/Exploiting_Contemporary_ML https://openreview.net/forum?id=rylnK6VtDH https://arxiv.org/abs/2005.00743 https://openreview.net/forum?id=xTJEN-ggl1b https://arxiv.org/abs/2003.03828
Tutorial for pretraining and finetuning Korean GPT-2 model
https://github.com/MrBananaHuman/KorGPT2Tutorial
Poly-YOLO : YOLOv3를 위한 더 빠르고 정확한 검출 및 인스턴스 분할
GitLab: https://gitlab.com/irafm-ai/poly-yolo 논문: https://arxiv.org/pdf/2005.13243.pdf Poly-YOLO : YOLOv3를 위한 더 빠르고 정확한 검출 및 인스턴스 분할 (POLY-YOLO)…
Machine Learning in Korea @ ICLR’20 행사
Machine Learning in Korea @ ICLR’20 행사의 프로그램이 확정되었습니다. 조경현 교수님 강연과 KAIST, 서울대, Postech, UPenn,…
NVIDIA Jetson Nano & Jetson inference – PART5 (PLAY MP3, TTS)
[Play MP3 File] For wav you can use aplay. For mp3 you can use mpg123. (Google…
NVIDIA Jetson Nano & Jetson inference – PART4 (CAM&YOLO3)
Base code : https://github.com/jkjung-avt/tensorrt_demos#yolov3 Updated Code : https://github.com/min-sangshik/tensorrt_demos [sample command]python3 trt_yolov3.py --model yolov3-608 --usb --vid 0…
NVIDIA Jetson Nano & Jetson inference – PART2 (Classification Training 2020/2/13)
A. Jetson-Nano에서 Training을 직접 시키는 방법 jetson-inference/python/training/classification : Classification은 설명이 자세히 나와있음 :https://github.com/dusty-nv/jetson-inference/blob/master/docs/pytorch-transfer-learning.md (에러발생) same error…