목록VGG (5)
IT_World
Operating System: Ubuntu 18.04.4 LTS Kernel: Linux 5.4.0-72-generic Architecture: x86-64 개발 환경 : PyCharm 언어 : python 라이브러리 : pytorch 파이 토치를 사용하던 중 tensorboard는 사용하기 복잡해서 plot를 사용하려 찾던 중 visdom을 발견했다. 그리고 사용하려니 뜨는 에러 ModuleNotFoundError: No module named 'visdom' pip install visdom Visdom는 과학적 실험 지원에 중점을 두고 데이터 시각화를 원격으로 보여준다. Broadcast visualizations of plots, images, and text 설치 후 python -m visd..
How to Visualize Filters and Feature Maps in Convolutional Neural Networks Deep learning neural networks are generally opaque, meaning that although they can make useful and skillful predictions, it is not […] machinelearningmastery.com [Deep learning]컨볼 루션 신경망에서 필터 및 기능 맵을 시각화하는 방법 -2- machinelearningmastery.com/how-to-visualize-filters-and-feature-maps-in-convolutional-neural-networks/ How to ..
machinelearningmastery.com/how-to-visualize-filters-and-feature-maps-in-convolutional-neural-networks/ How to Visualize Filters and Feature Maps in Convolutional Neural Networks Deep learning neural networks are generally opaque, meaning that although they can make useful and skillful predictions, it is not […] machinelearningmastery.com niniit.tistory.com/12 [Deep learning]컨볼 루션 신경망에서 필터 및 기능 맵..
machinelearningmastery.com/how-to-visualize-filters-and-feature-maps-in-convolutional-neural-networks/ How to Visualize Filters and Feature Maps in Convolutional Neural Networks Deep learning neural networks are generally opaque, meaning that although they can make useful and skillful predictions, it is not […] machinelearningmastery.com 블로그를 참조하여 컨볼 루션 신경망에서 특정 필터에 대한 시각화를 개발하는 방법 컨볼 루션 신경망에서 특..
열화상이 베이스로 자리 잡은 요즘 시대를 맞이해 vgg16 모델과 이 두 가지 코드를 참조하여 thermal face을 만들 것이다. 처음에는 tensorflow로 만들었는데 Tuning 하기 좋은 Torch로 변동해서 만들어봤다. github.com/pytorch/vision/blob/master/torchvision/models/vgg.py pytorch/vision Datasets, Transforms and Models specific to Computer Vision - pytorch/vision github.com github.com/raguilar-f/Thermal-Face-Recognition-Using-Convolutional-Neural-Networks-and-Transfer-Learn..