Skip to main content

Eole Core API

Note : These sections are built via sphinx and converted into Markdown. Some layout or links might be shaky.

Configuration

Core API

  • [Framework](Core API/0_core.md)
    • [Model](Core API/0_core.md#model)
    • [Trainer](Core API/0_core.md#trainer)
    • [Loss](Core API/0_core.md#loss)
    • [Optimizer](Core API/0_core.md#optimizer)
    • [Inference Engine](Core API/0_core.md#inference-engine)
  • [Modules](Core API/0_modules.md)
    • [Embeddings](Core API/0_modules.md#embeddings)
    • [Encoders](Core API/0_modules.md#encoders)
    • [Decoders](Core API/0_modules.md#decoders)
    • [Attention](Core API/0_modules.md#attention)
  • [Data Loaders](Core API/1_dataloaders.md)
    • [Data Iterator](Core API/1_dataloaders.md#data-iterator)
    • [Dataset](Core API/1_dataloaders.md#dataset)
  • [Prediction](Core API/2_inference.md)
    • [Predictions](Core API/2_inference.md#predictions)
    • [Predictor Classes](Core API/2_inference.md#predictor-classes)
    • [Streaming](Core API/2_inference.md#streaming)
    • [Decoding Strategies](Core API/2_inference.md#decoding-strategies)
    • [Scoring](Core API/2_inference.md#scoring)

References