asgn
 
Loading...
Searching...
No Matches
Network configuration

Classes

struct  dcnnasgn::xxxl_image_policy
 Policy: Input image size. More...
 
struct  dcnnasgn::xxl_image_policy
 Policy: Image after the first strided convolution layer (00) More...
 
struct  dcnnasgn::xl_image_policy
 Policy: Image after the second strided convolution layer (04) More...
 
struct  dcnnasgn::l_image_policy
 Policy: Image after the third strided convolution layer (12) More...
 
struct  dcnnasgn::m_image_policy
 Policy: Image after the first MaxPool layer (24) More...
 
struct  dcnnasgn::s_image_policy
 Policy: Image after the second MaxPool layer (42) More...
 
struct  dcnnasgn::monochrome_channel_policy
 Policy: Input image channels. More...
 
struct  dcnnasgn::rgb_channel_policy
 Policy: Input image channels. More...
 
struct  dcnnasgn::e_channel_policy
 Policy: Internal activation channels. More...
 
struct  dcnnasgn::f_channel_policy
 Policy: Internal activation channels. More...
 
struct  dcnnasgn::g_channel_policy
 Policy: Internal activation channels. More...
 
struct  dcnnasgn::h_channel_policy
 Policy: Internal activation channels. More...
 
struct  dcnnasgn::j_channel_policy
 Policy: Internal activation channels. More...
 
struct  dcnnasgn::labels_channel_policy
 Policy: Final linear layer channels. More...
 
struct  dcnnasgn::standard_kernel_policy
 Policy: Convolution kernel size. More...
 
struct  dcnnasgn::no_kernel_policy
 
struct  dcnnasgn::first_data_policy
 
struct  dcnnasgn::xxl_e_data_policy
 
struct  dcnnasgn::xl_f_data_policy
 
struct  dcnnasgn::l_f_data_policy
 
struct  dcnnasgn::m_f_data_policy
 
struct  dcnnasgn::m_g_data_policy
 
struct  dcnnasgn::m_h_data_policy
 
struct  dcnnasgn::s_h_data_policy
 
struct  dcnnasgn::s_j_data_policy
 
struct  dcnnasgn::s_g_data_policy
 

Typedefs

using dcnnasgn::batch_range = tagged::range_class< batch_tag>
 The range of images within a minibatch.
 
using dcnnasgn::idp = input_data_policy< xxxl_image_policy, rgb_channel_policy>
 

Variables

constexpr std::size_t dcnnasgn::LABELS = 1000
 Number of categories (digits)
 

Detailed Description