neural_de.external.maxim_tf packageļ
Subpackagesļ
- neural_de.external.maxim_tf.maxim package
- Subpackages
- neural_de.external.maxim_tf.maxim.blocks package
- Submodules
- neural_de.external.maxim_tf.maxim.blocks.attentions module
- neural_de.external.maxim_tf.maxim.blocks.block_gating module
- neural_de.external.maxim_tf.maxim.blocks.bottleneck module
- neural_de.external.maxim_tf.maxim.blocks.grid_gating module
- neural_de.external.maxim_tf.maxim.blocks.misc_gating module
- neural_de.external.maxim_tf.maxim.blocks.others module
- neural_de.external.maxim_tf.maxim.blocks.unet module
- Module contents
- neural_de.external.maxim_tf.maxim.blocks package
- Submodules
- neural_de.external.maxim_tf.maxim.configs module
- neural_de.external.maxim_tf.maxim.layers module
- neural_de.external.maxim_tf.maxim.maxim module
MAXIM()featuresdepthnum_stagesnum_groupsuse_biasnum_supervision_scaleslrelu_slopeuse_global_mlpuse_cross_gatinghigh_res_stagesblock_size_hrblock_size_lrgrid_size_hrgrid_size_lrnum_bottleneck_blocksblock_gmlp_factorgrid_gmlp_factorinput_proj_factorchannels_reductionnum_outputsdropout_rate
- Module contents
- Subpackages
Submodulesļ
neural_de.external.maxim_tf.create_maxim_model moduleļ
Model class
- neural_de.external.maxim_tf.create_maxim_model.Model(variant=None, input_resolution=(256, 256), **kw)[source]ļ
Factory function to easily create a Model variant like āSā.
- Parameters:
variant ā UNet model variants. Options: āS-1ā | āS-2ā | āS-3ā | āM-1ā | āM-2ā | āM-3ā
input_resolution ā Size of the input images.
**kw ā Other UNet config dicts.
- Return type:
Model- Returns:
The MAXIM model.
Module contentsļ
Contains code from the Tensorflow implementation of Maxim from https://github.com/sayakpaul/maxim-tf.