전체 글 (108) 썸네일형 리스트형 simulator.get_score(submission) 분석 1) genome.score, _ = simulator.get_score(submission) 실행 get_score함수는 다음과 같다. 이에 대하여 차례대로 분석해 보자. def get_score(self, df): df = self.subprocess(df) #df는 predict해서 나온 결과. 그 안에 subprocess를 넣으면? #out_1, 2, 3가 의미하는 바는 뭘까?? out_1 = self.cal_schedule_part_1(df) out_2 = self.cal_schedule_part_2(df, line='A') out_3 = self.cal_schedule_part_2(df, line='B') out = out_1 + out_2 + out_3 out = self.add_stock(.. [Ubuntu 20.04LTS] Connecting airopods pro as headset The package was removed from Debian Unstable at 2019-09-13, so it will not be until official port to Qt5. You can install it from some third-party PPA: sudo add-apt-repository ppa:smoser/bluetooth sudo apt-get install ofono-phonesim askubuntu.com/questions/831331/failed-to-change-profile-to-headset-head-unit Failed to change profile to headset_head_unit I got the Sony MDR-ZN770BN connected to my.. [인공지능] Cupy를 이용해서 Numpy연산 gpu가속하기 https://towardsdatascience.com/heres-how-to-use-cupy-to-make-numpy-700x-faster-4b920dda1f56 Here’s how to use CuPy to make Numpy 700X faster It’s time for some GPU power! towardsdatascience.com colab에서 cupy를 설치하려고 하는데 설치완료가 되지 않고 계속 진행중인 상태다... 왜? cupy가 이미 설치되어 있었다 ㅋㅋ.. 단순히 matrix를 생성하는 연산도 cupy가 더 빠르다. --> 왜지? 상수를 곱셈하는 연산도 더 빠르다. 매트릭스의 곱 , 덧셈 연산도 더 빠르다. 그럼 이제 해커톤 문제에 적용해보자 cupy로 가속화 시켜보자. colab.. 이전 1 ··· 24 25 26 27 28 29 30 ··· 36 다음