You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

fastNLP.models.rst 519 B

12345678910111213141516171819202122232425
  1. fastNLP.models package
  2. ======================
  3. .. automodule:: fastNLP.models
  4. :members:
  5. :undoc-members:
  6. :show-inheritance:
  7. Submodules
  8. ----------
  9. .. toctree::
  10. fastNLP.models.base_model
  11. fastNLP.models.bert
  12. fastNLP.models.biaffine_parser
  13. fastNLP.models.cnn_text_classification
  14. fastNLP.models.enas_controller
  15. fastNLP.models.enas_model
  16. fastNLP.models.enas_trainer
  17. fastNLP.models.enas_utils
  18. fastNLP.models.sequence_modeling
  19. fastNLP.models.snli
  20. fastNLP.models.star_transformer