반응형
mnist 를 alexNet으로 돌려본 적 있는데 colab기본 cpu에서도 엄청 오래걸렸었다. 거의 50분에서 한시간?
근데 SNN_torch로 돌려보니 엄청 빠르다.
정확도도 비슷하거나 더 높고
내가 돌려본 AlexNet코드 mnist:
https://github.com/imsumin018/daily-code-snippet/blob/main/AlexNet_Mnist_final_01.ipynb
내가 돌려본 SNNtorch 코드 :
https://snntorch.readthedocs.io/en/latest/tutorials/index.html
반응형
'딥러닝' 카테고리의 다른 글
articles (0) | 2023.10.09 |
---|---|
deep learning (0) | 2023.10.03 |
MIT deeplearning class (0) | 2023.09.09 |
감정 분석 (1) | 2023.09.06 |
global vectors (0) | 2023.08.31 |