MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.extras.NeuralStyleTransfer< T > Member List

This is the complete list of members for MyCaffe.extras.NeuralStyleTransfer< T >, including all inherited members.

CreateConfigurationString(string strSolver, double dfLearningRate, int nMaxImageSize, int nIterations, int nIntermediateIterations, Dictionary< string, Tuple< double, double > > rgWts, List< int > rgGpuID, int nLBFGSCorrections, double dfDataScale, bool bAllowHs, bool bAllowHsGram, bool bAllowHsEvent, bool bAllowHsScalar, bool bAllowHsLoss)MyCaffe.extras.NeuralStyleTransfer< T >static
Dispose()MyCaffe.extras.NeuralStyleTransfer< T >
NeuralStyleTransfer(CudaDnn< T > cuda, Log log, CancelEvent evtCancel, string strModelType, string strModel, byte[] rgWeights, bool bCaffeModel, SolverParameter.SolverType solverType=SolverParameter.SolverType.LBFGS, double dfLearningRate=1.5, int nLBFGSCorrections=100, double dfDataScale=1.0, Net< T > netShare=null)MyCaffe.extras.NeuralStyleTransfer< T >
NeuralStyleTransfer(CudaDnn< T > cuda, Log log, CancelEvent evtCancel, Dictionary< string, Tuple< double, double > > rgLayers, string strModelDesc, byte[] rgWeights, bool bCaffeModel, SolverParameter.SolverType solverType=SolverParameter.SolverType.LBFGS, double dfLearningRate=1.0, int nMaxImageSize=840, int nLBFGSCorrections=100, double dfDataScale=1.0, Net< T > netShare=null)MyCaffe.extras.NeuralStyleTransfer< T >
OnIntermediateOutputMyCaffe.extras.NeuralStyleTransfer< T >
ParseConfigurationString(string strConfig, out string strSolver, out double dfLearningRate, out int nMaxImageSize, out int nIterations, out int nIntermediateIterations, out List< int > rgGpuID, out int nLBFGSCorrections, out double dfDataScale, out bool bAllowHs, out bool bAllowHsGram, out bool bAllowHsEvent, out bool bAllowHsScalar, out bool bAllowHsLoss)MyCaffe.extras.NeuralStyleTransfer< T >static
Process(Bitmap bmpStyle, Bitmap bmpContent, int nIterations, int nIntermediateOutput=-1, double dfTvLoss=0, int nMaxSize=-1, bool bEnablePartialSolution=false)MyCaffe.extras.NeuralStyleTransfer< T >
ProcessNext(out Bitmap bmpIntermediate, out int nIntermediateIdx)MyCaffe.extras.NeuralStyleTransfer< T >
SetupHalfSize(bool bAllowHs, bool bAllowOnGram, bool bAllowOnEvent, bool bAllowOnLoss, bool bAllowOnScalar)MyCaffe.extras.NeuralStyleTransfer< T >