Contents Menu Expand Light mode Dark mode Auto light/dark mode
Efemarai documentation
Logo
Efemarai documentation

Local Tutorials

  • Getting started
  • Torchivision COCO
  • YOLO Ultralytics

Hub Tutorials

  • Getting Started
  • Step by step guide
    • 1. Create Project
    • 2. Create Dataset
    • 3. Create Model
    • 5. Create Domain
    • 4. Create Baseline
    • 6. Create Stress Test
    • 7. Analyze results
  • How-To’s
    • Create a Bounding Box Project
    • Create an Instance Segmentation Project
    • Create Dual Image Regression Project
  • Improving Models

References

  • CLI
  • SDK
  • SDK Fields
  • SDK Custom Dataset
  • efemarai.yaml
    • project
    • datasets
    • models
      • repository
      • files
      • runtime
        • batch
        • load
        • predict
    • domains
      • transformations
        • axes
    • Variables
Back to top

efemarai.yaml#

The efemarai.yaml file is the default location where users can define their project and associated datasets, models and operational domains to test their models with Efemarai. This configuration file should be located in the root directory of the project repository.

It can contain the following parts:

  • project
  • datasets
  • models
    • Universal model name
  • domains
  • Variables
    • Environment variables
    • Runtime variables
Next
project
Previous
SDK Custom Dataset
Copyright © 2022, Efemarai Inc.
Made with Sphinx and @pradyunsg's Furo