전체 글 193

Python Threading과 multiprocessing

좋은 글이 있어서 올린다. 한글 버전: pythonstudy.xyz/python/article/24-%EC%93%B0%EB%A0%88%EB%93%9C-Thread 예제로 배우는 파이썬 프로그래밍 - 쓰레드 (Thread) 쓰레드 (Thread) 파이썬 프로그램은 기본적으로 하나의 쓰레드(Single Thread)에서 실행된다. 즉, 하나의 메인 쓰레드가 파이썬 코드를 순차적으로 실행한다. 코드를 병렬로 실행하기 위해서는 별도의 pythonstudy.xyz 영어 : realpython.com/intro-to-python-threading/ An Intro to Threading in Python – Real Python In this intermediate-level tutorial, you'll lear..

Python/Concurrency 2020.10.21

Ubuntu 18.04에서 tensorflow 설치하기 (Nvidia Jetson Tx2, wheel)

일단 official document for Jetson은 이거다 docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform/index.html Installing TensorFlow For Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation Installing TensorFlow for Jetson Platform provides you with the access to the latest version of the framework on a lightweight, mobile platform without being restricted to TensorFlow Lite. doc..

Linux/Ubuntu 2020.10.19