:mod:`capreolus.reranker.CDSSM` =============================== .. py:module:: capreolus.reranker.CDSSM Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: capreolus.reranker.CDSSM.CDSSM_class capreolus.reranker.CDSSM.CDSSM .. py:class:: CDSSM_class(extractor, config) Bases: :class:`torch.nn.Module` .. method:: forward(self, sentence, query) .. data:: dtype .. py:class:: CDSSM Bases: :class:`capreolus.reranker.Reranker` .. attribute:: description :annotation: = Yelong Shen, Xiaodong He, Jianfeng Gao, Li Deng, and Grégoire Mesnil. 2014. A Latent Semantic Model with Convolutional-Pooling Structure for Information Retrieval. In CIKM'14. .. attribute:: module_name :annotation: = CDSSM .. attribute:: config_spec .. method:: build_model(self) .. method:: score(self, d) .. method:: test(self, data) .. method:: zero_grad(self, *args, **kwargs)