(
self,
num_channels=3, # Number of input color channels. Overridden based on dataset.
resolution=128, # Input resolution. Overridden based on dataset.
fmap_base=8192, # Overall multiplier for the number of feature maps.
fmap_decay=1.0, # log2 feature map reduction when doubling the resolution.
fmap_max=512, # Maximum number of feature maps in any layer.
fixed_size=False, # True = load fromrgb_lod0 weights only
use_mbstd=True, # False = no mbstd layer in PredictionBlock
**kwargs)
source not stored for this graph (policy: none)
no test coverage detected