MSE-CNN Implementation 1
Code database with the implementation of MSE-CNN, from the paper 'DeepQTMT: A Deep Learning Approach for Fast QTMT-based CU Partition of Intra-mode VVC'
|
Namespaces | |
namespace | msecnn_raulkviana |
namespace | msecnn_raulkviana.msecnn |
Functions | |
msecnn_raulkviana.msecnn.init_weights_seq (m) | |
Initializes a given sequential model with the Xavier Initialization (with uniform distribution) | |
msecnn_raulkviana.msecnn.init_weights_single (m) | |
Initializes a given layer with the Xavier Initialization (with uniform distribution) | |