cutcutcodec.core.analysis.video.metric.uvq_google.custom_nn_layers.InceptionMixed

class cutcutcodec.core.analysis.video.metric.uvq_google.custom_nn_layers.InceptionMixed(conv1_in, b0_conv1_out, b0_pool_shape, b1_conv1_out, b1_conv2_out, b1_pool_shape, b2_conv1_out, b2_conv2_out, b2_pool_shape, b3_conv1_out, b3_pool_shape)[source]

Part of uvq model.

Initialize internal Module state, shared by both nn.Module and ScriptModule.

forward(x)[source]

Eval the model.