fastNLP
trainer
  • Installation
  • Quickstart
  • fastNLP API
    • fastNLP.api
    • fastNLP.core
    • fastNLP.io
    • fastNLP.models
    • fastNLP.modules
fastNLP
  • Docs »
  • fastNLP
  • Edit on GitHub

fastNLP¶

  • fastNLP.api
    • fastNLP.api.api
    • fastNLP.api.converter
    • fastNLP.api.model_zoo
    • fastNLP.api.pipeline
    • fastNLP.api.processor
  • fastNLP.core
    • fastNLP.core.batch
    • fastNLP.core.dataset
    • fastNLP.core.fieldarray
    • fastNLP.core.instance
    • fastNLP.core.losses
    • fastNLP.core.metrics
    • fastNLP.core.optimizer
    • fastNLP.core.predictor
    • fastNLP.core.sampler
    • fastNLP.core.tester
    • fastNLP.core.trainer
    • fastNLP.core.utils
    • fastNLP.core.vocabulary
  • fastNLP.io
    • fastNLP.io.base_loader
    • fastNLP.io.config_io
    • fastNLP.io.dataset_loader
    • fastNLP.io.embed_loader
    • fastNLP.io.logger
    • fastNLP.io.model_io
  • fastNLP.models
    • fastNLP.models.base_model
    • fastNLP.models.biaffine_parser
    • fastNLP.models.char_language_model
    • fastNLP.models.cnn_text_classification
    • fastNLP.models.sequence_modeling
    • fastNLP.models.snli
  • fastNLP.modules
    • fastNLP.modules.aggregator
      • fastNLP.modules.aggregator.attention
      • fastNLP.modules.aggregator.avg_pool
      • fastNLP.modules.aggregator.kmax_pool
      • fastNLP.modules.aggregator.max_pool
      • fastNLP.modules.aggregator.self_attention
    • fastNLP.modules.decoder
      • fastNLP.modules.decoder.CRF
      • fastNLP.modules.decoder.MLP
    • fastNLP.modules.encoder
      • fastNLP.modules.encoder.char_embedding
      • fastNLP.modules.encoder.conv
      • fastNLP.modules.encoder.conv_maxpool
      • fastNLP.modules.encoder.embedding
      • fastNLP.modules.encoder.linear
      • fastNLP.modules.encoder.lstm
      • fastNLP.modules.encoder.masked_rnn
      • fastNLP.modules.encoder.transformer
      • fastNLP.modules.encoder.variational_rnn
    • fastNLP.modules.dropout
    • fastNLP.modules.other_modules
    • fastNLP.modules.utils
Next Previous

© Copyright 2018, xpqiu. Revision 887c6fec.

Built with Sphinx using a theme provided by Read the Docs.