ggt.models.ggt_no_gcov ====================== .. py:module:: ggt.models.ggt_no_gcov Classes ------- .. autoapisummary:: ggt.models.ggt_no_gcov.GGT_no_gconv Module Contents --------------- .. py:class:: GGT_no_gconv(cutout_size, channels, n_out=1) Bases: :py:obj:`torch.nn.Module` Galaxy Group-Equivariant Transformer model. .. py:attribute:: cutout_size .. py:attribute:: channels .. py:attribute:: expected_input_shape .. py:attribute:: n_out :value: 1 .. py:attribute:: localization .. py:attribute:: ln_out_shape .. py:attribute:: fc_in_size .. py:attribute:: fc_loc .. py:attribute:: featurize .. py:attribute:: pool .. py:attribute:: regress .. py:method:: spatial_transform(x) .. py:method:: forward(x)