cutcutcodec.core.analysis.video.quality.uvq_google.custom_nn_layers.Interpolate¶ class cutcutcodec.core.analysis.video.quality.uvq_google.custom_nn_layers.Interpolate(size=None, scale_factor=None, mode='bilinear', align_corners=False)[source]¶ Imitate the BilinearResize layer of tensorflow. Initialize internal Module state, shared by both nn.Module and ScriptModule. forward(x)[source]¶ Eval the model.