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.core.callbacks.rst 910 B

2 years ago
123456789101112131415161718192021222324252627282930313233343536
  1. fastNLP.core.callbacks package
  2. ==============================
  3. .. automodule:: fastNLP.core.callbacks
  4. :members:
  5. :undoc-members:
  6. :show-inheritance:
  7. Subpackages
  8. -----------
  9. .. toctree::
  10. :maxdepth: 4
  11. fastNLP.core.callbacks.torch_callbacks
  12. Submodules
  13. ----------
  14. .. toctree::
  15. :maxdepth: 4
  16. fastNLP.core.callbacks.callback
  17. fastNLP.core.callbacks.callback_event
  18. fastNLP.core.callbacks.callback_manager
  19. fastNLP.core.callbacks.checkpoint_callback
  20. fastNLP.core.callbacks.early_stop_callback
  21. fastNLP.core.callbacks.fitlog_callback
  22. fastNLP.core.callbacks.has_monitor_callback
  23. fastNLP.core.callbacks.load_best_model_callback
  24. fastNLP.core.callbacks.lr_scheduler_callback
  25. fastNLP.core.callbacks.more_evaluate_callback
  26. fastNLP.core.callbacks.progress_callback
  27. fastNLP.core.callbacks.timer_callback
  28. fastNLP.core.callbacks.topk_saver
  29. fastNLP.core.callbacks.utils