ResNet 미세먼지 팁들

https://github.com/aabobakr/fb.resnet.torch.git

 Resnet Transfer MultiGPU Curve version




댓글

  1. th main.lua -retrain resnet-50.t7 -data ./data -resetClassifier true -nClasses 80


    Transfer Learning:
    https://github.com/facebook/fb.resnet.torch/tree/master/pretrained

    th classify.lua model_5.t7 ../data/val/Attacks/ics1_ax.png Classes for ../data/val/Attacks/ics1_ax.png


    pretrained/classify.lua 의 n 변경

    답글삭제
  2. resnet TL by TF

    https://github.com/kwotsin/transfer_learning_tutorial.git

    답글삭제
  3. https://github.com/guoyongcs/auxnet.git

    resnet + aux output = auxNet by torch

    Besides the vanishing gradient problem, very deep networks also suffer from a vanishing supervision signal problem.

    In the course of the investigation we presented a novel model, called AuxNet, which addresses the vanishing supervision signal problem through the use of additional auxiliary outputs.

    답글삭제

댓글 쓰기

이 블로그의 인기 게시물

파이썬으로 Homomorphic Filtering 하기

파이썬으로 2D FFT/iFFT 하기: numpy 버전