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 827 B

12345678910111213141516171819202122232425262728293031323334
  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: 6
  11. fastNLP.core.callbacks.torch_callbacks
  12. Submodules
  13. ----------
  14. .. toctree::
  15. :maxdepth: 6
  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.has_monitor_callback
  22. fastNLP.core.callbacks.load_best_model_callback
  23. fastNLP.core.callbacks.lr_scheduler_callback
  24. fastNLP.core.callbacks.more_evaluate_callback
  25. fastNLP.core.callbacks.progress_callback
  26. fastNLP.core.callbacks.topk_saver
  27. fastNLP.core.callbacks.utils