class documentation
class PLKSR(nn.Module): (source)
Constructor: PLKSR(dim, n_blocks, upscaling_factor, ccm_type, ...)
Undocumented
Method | __init__ |
Undocumented |
Method | forward |
Undocumented |
Class Variable | hyperparameters |
Undocumented |
Instance Variable | feats |
Undocumented |
Instance Variable | repeat |
Undocumented |
Instance Variable | to |
Undocumented |
def __init__(self, *, dim: 5, 5, 5, 5], sparse_dilations: 1, 2, 3, 4], with_idt:
int
= 64, n_blocks: int
= 28, upscaling_factor: int
= 4, ccm_type: Literal[ 'CCM', 'ICCM', 'DCCM']
= 'CCM', kernel_size: int
= 17, split_ratio: float
= 0.25, lk_type: Literal[ 'PLK', 'SparsePLK', 'RectSparsePLK']
= 'PLK', use_max_kernel: bool
= False, sparse_kernels: Sequence[ int]
= [Sequence[ int]
= [bool
= False, use_ea: bool
= True):
(source)
¶
Undocumented