Dev History

· Dev History
배경 IOS에서는 Expo가 잘 실행되어 표시되는 반면, 안드로이드에서는 "RNGestureHandlerRootView" was not found in the UIManager 에러가 뜨면서 화면이 켜지지 않는 문제 발생 문제 해결 시도 1차 시도 실패 https://stackoverflow.com/questions/71396210/rngesturehandlerrootview-was-not-found-in-the-uimanager npm install react-native-gesture-handler 이후 npx expo start로 재 실행. App.tsx에 아래와 같이 import 구문 추가 import 'react-native-gesture-handler'; 2차 시도 실패 https://reac..
· Dev History
https://python-poetry.org/docs/#installing-with-the-official-installer scone@scone-B650-PG-Lightning:~/boostcamp/week8$ sudo curl -sSL https://install.python-poetry.org | python3 - Retrieving Poetry metadata # Welcome to Poetry! This will download and install the latest version of Poetry, a dependency and package manager for Python. It will add the `poetry` command to Poetry's bin directory, loc..
· Dev History
https://discuss.pytorch.org/t/should-we-set-non-blocking-to-true/38234
· Dev History
이분 블로그가 진짜 도움이 많이 됐다. https://velog.io/@hslim8888/python-%EB%A9%80%ED%8B%B0-%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%A4%EB%A1%9C-%EC%9E%91%EC%97%85-%EC%86%8D%EB%8F%84-%ED%96%A5%EC%83%81%EC%8B%9C%ED%82%A4%EA%B8%B0 [python] 멀티 프로세스로 작업 속도 향상시키기 입사 후 첫 프로젝트가 데이터 전처리였다. 주어진 당면 과제가 가능한 모든 파트에 멀티 프로세스를 적용하고 전처리 시간을 최대한 줄이라, 그래야 뒷작업까지 하루 안에 끝낼 수 있다.. 라는 velog.io 아래는 나의 코드 def single_process(self, src_img_path..
scone
'Dev History' 카테고리의 글 목록