class documentation
class DDColor(nn.Module): (source)
Constructor: DDColor(encoder_name, decoder_name, num_input_channels, input_size, ...)
Undocumented
| Method | __init__ |
Undocumented |
| Method | denormalize |
Undocumented |
| Method | forward |
Undocumented |
| Method | normalize |
Undocumented |
| Class Variable | hyperparameters |
Undocumented |
| Instance Variable | decoder |
Undocumented |
| Instance Variable | do |
Undocumented |
| Instance Variable | encoder |
Undocumented |
| Instance Variable | input |
Undocumented |
| Instance Variable | num |
Undocumented |
| Instance Variable | refine |
Undocumented |
def __init__(self, *, encoder_name='convnext-l', decoder_name='MultiScaleColorDecoder', num_input_channels=3, input_size: 256, 256), nf=512, num_output_channels=3, last_norm:
tuple[ int, int] = (Literal[ 'Batch', 'BatchZero', 'Weight', 'Spectral'] = 'Weight', do_normalize=False, num_queries=256, num_scales=3, dec_layers=9):
(source)
¶
Undocumented