![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
This is the complete list of members for MyCaffe.model.ResNetModelBuilder, including all inherited members.
| addAnnotatedDataLayer(string strSource, Phase phase, int nBatchSize=32, bool bOutputLabel=true, string strLabelMapFile="", SimpleDatum.ANNOTATION_TYPE anno_type=SimpleDatum.ANNOTATION_TYPE.NONE, TransformationParameter transform=null, List< BatchSampler > rgSampler=null) | MyCaffe.model.ModelBuilder | protected |
| addConvBNLayer(string strInputLayer, string strOutputLayer, bool bUseBatchNorm, bool bUseRelU, int nNumOutput, int nKernelSize, int nPad, int nStride, double dfLrMult=1.0, int nDilation=1, SCALE_BIAS useScale=SCALE_BIAS.SCALE, string strConvPrefix="", string strConvPostfix="", string strBnPrefix="", string strBnPostfix="_bn", string strScalePrefix="", string strScalePostFix="_scale", string strBiasPrefix="", string strBiasPostfix="_bias", bool bNamedParams=false, string strLayerPostfix="", Phase phaseExclude=Phase.NONE) | MyCaffe.model.ModelBuilder | protected |
| addDataLayer(string strSource, Phase phase, int nBatchSize=32, bool bOutputLabel=true, TransformationParameter transform=null, string strName="data", bool bSiamese=false) | MyCaffe.model.ModelBuilder | protected |
| addExclusion(LayerParameter p, Phase phase) | MyCaffe.model.ModelBuilder | protected |
| addExtraLayers(bool bUseBatchNorm=true, double dfLrMult=1) | MyCaffe.model.ResNetModelBuilder | protectedvirtual |
| addResBody(LayerParameter lastLayer, string strBlockName, int nOut2A, int nOut2B, int nOut2C, int nStride, bool bUseBranch1, int nDilation=1, bool bNamedParams=false, string strLayerPostfix="", Phase phaseExclude=Phase.NONE) | MyCaffe.model.ModelBuilder | protected |
| addResNetBody(string strDataName, int nBlock3Count=4, int nBlock4Count=23, bool bUsePool5=true, bool bUseDilationConv5=false, bool bNamedParams=false, string strLayerPostfix="", Phase phaseExclude=Phase.NONE) | MyCaffe.model.ModelBuilder | protected |
| addVGGBlock(LayerParameter lastLayer, int nBlockIdx, int nConvIdx, int nNumOutput, int nConvCount, bool? bNoPool, bool bDilatePool=false, int nKernelSize=3, int nPad=1, int nStride=1, int nDilation=1) | MyCaffe.model.ModelBuilder | protected |
| addVGGfc(LayerParameter lastLayer, int nBlockIdx, int nConvIdx, int nNumOutput, int nDilation, bool bDilated, bool bNoPool, bool bFullConv, bool bReduced, bool bDropout) | MyCaffe.model.ModelBuilder | protected |
| addVGGNetBody(LayerParameter lastLayer, bool bNeedFc=true, bool bFullConv=true, bool bReduced=true, bool bDilated=true, bool bNoPool=false, bool bDropout=false, List< string > rgstrFreezeLayers=null, bool bDilatePool4=false) | MyCaffe.model.ModelBuilder | protected |
| connectAndAddLayer(string fromLayer, LayerParameter toLayer, string fromLayer2=null) | MyCaffe.model.ModelBuilder | protected |
| connectAndAddLayer(LayerParameter fromLayer, LayerParameter toLayer, bool bInPlace=false, bool bAdd=true, int nTopIdx=0) | MyCaffe.model.ModelBuilder | protected |
| connectAndAddLayer(List< LayerParameter > rgFromLayer, LayerParameter toLayer, bool bAdd=true) | MyCaffe.model.ModelBuilder | protected |
| createConvolution(string strName, int nNumOutput, int nKernelSize, int nPad=0, int nStride=1, int nDilation=1) | MyCaffe.model.ModelBuilder | protected |
| CreateDeployModel() | MyCaffe.model.ResNetModelBuilder | virtual |
| CreateModel(bool bDeploy=false) | MyCaffe.model.ResNetModelBuilder | virtual |
| createMultiBoxHead(LayerParameter data, int nNumClasses, List< MultiBoxHeadInfo > rgInfo, List< float > rgPriorVariance, bool bUseObjectness=false, bool bUseBatchNorm=true, double dfLrMult=1.0, bool useScale=true, int nImageHt=0, int nImageWd=0, bool bShareLocation=true, bool bFlip=true, bool bClip=true, double dfOffset=0.5, int nKernelSize=1, int nPad=0, string strConfPostfix="", string strLocPostfix="") | MyCaffe.model.ModelBuilder | protected |
| createNet(string strName) | MyCaffe.model.ModelBuilder | protected |
| createPooling(string strName, PoolingParameter.PoolingMethod method, int nKernelSize, int nPad=0, int nStride=1) | MyCaffe.model.ModelBuilder | protected |
| CreateSolver() | MyCaffe.model.ResNetModelBuilder | virtual |
| findLayer(string strName) | MyCaffe.model.ModelBuilder | protected |
| getFileName(string strFile, string strSubDir) | MyCaffe.model.ModelBuilder | protected |
| m_net | MyCaffe.model.ModelBuilder | protected |
| m_solver | MyCaffe.model.ModelBuilder | protected |
| m_strBaseDir | MyCaffe.model.ModelBuilder | protected |
| MODEL enum name | MyCaffe.model.ResNetModelBuilder | |
| ModelBuilder(string strBaseDir, NetParameter net=null, SolverParameter solver=null) | MyCaffe.model.ModelBuilder | |
| Net | MyCaffe.model.ModelBuilder | |
| ResNetModelBuilder(string strBaseDirectory, string strDataset, int nChannels, bool bSiamese, List< Tuple< int, bool > > rgIpLayers, bool bUsePool5, bool bUseDilationConv5, MODEL model, int nBatchSize=32, int nAccumBatchSize=32, List< int > rgGpuId=null, NetParameter net=null) | MyCaffe.model.ResNetModelBuilder | |
| SCALE_BIAS enum name | MyCaffe.model.ModelBuilder | |
| Solver | MyCaffe.model.ModelBuilder |