ncalab.models.basicNCA.basicNCAperception ========================================= .. py:module:: ncalab.models.basicNCA.basicNCAperception Classes ------- .. autoapisummary:: ncalab.models.basicNCA.basicNCAperception.BasicNCAPerception Module Contents --------------- .. py:class:: BasicNCAPerception(nca: ncalab.models.basicNCA.AbstractNCAModel) .. py:attribute:: nca .. py:method:: _define_filters() Define list of perception filters, based on parameters passed in constructor. :param num_learned_filters [int]: Number of learned filters in perception filter bank. .. py:method:: perceive(x: torch.Tensor, step: int) -> torch.Tensor .. py:method:: freeze()